Files
OBS/.obsidian/plugins/eccirian/data.json

20 lines
499 B
JSON

{
"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
}