Auto base sync: 2026-01-27 10:04:22

This commit is contained in:
2026-01-27 10:04:22 +04:00
parent 209f2db6cd
commit 2d6ff3a579
2 changed files with 29 additions and 0 deletions

20
.obsidian/plugins/eccirian/data.json vendored Normal file
View 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
}