20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"encryptionMethod": "AES",
|
|
"defaultEncryptionMode": "temporary",
|
|
"iconStyle": "lock",
|
|
"requirePasswordConfirmation": true,
|
|
"showToggleExtensionButton": true,
|
|
"showNotice": false,
|
|
"showHint": true,
|
|
"fileExtension": "peccirian",
|
|
"encryptAttachments": true,
|
|
"kdfType": "PBKDF2",
|
|
"pbkdf2Iterations": 600000,
|
|
"argon2MemoryKB": 65536,
|
|
"argon2Iterations": 3,
|
|
"argon2Parallelism": 1,
|
|
"argon2HashLen": 32,
|
|
"enableKeyCache": true,
|
|
"keyCacheTTL": 5,
|
|
"keyCacheMaxSize": 10
|
|
} |