Auto base sync: 2026-01-27 10:04:22
This commit is contained in:
9
.obsidian/hotkeys.json
vendored
9
.obsidian/hotkeys.json
vendored
@@ -23,5 +23,14 @@
|
||||
],
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"eccirian:encrypt-decrypt-file": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "M"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
.obsidian/plugins/eccirian/data.json
vendored
Normal file
20
.obsidian/plugins/eccirian/data.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"encryptionMethod": "AES",
|
||||
"defaultEncryptionMode": "temporary",
|
||||
"iconStyle": "lock",
|
||||
"requirePasswordConfirmation": true,
|
||||
"showToggleExtensionButton": true,
|
||||
"showNotice": false,
|
||||
"showHint": true,
|
||||
"fileExtension": "eccirian",
|
||||
"encryptAttachments": true,
|
||||
"kdfType": "PBKDF2",
|
||||
"pbkdf2Iterations": 600000,
|
||||
"argon2MemoryKB": 65536,
|
||||
"argon2Iterations": 3,
|
||||
"argon2Parallelism": 1,
|
||||
"argon2HashLen": 32,
|
||||
"enableKeyCache": true,
|
||||
"keyCacheTTL": 5,
|
||||
"keyCacheMaxSize": 10
|
||||
}
|
||||
Reference in New Issue
Block a user