diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index f944c74..e7404d0 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -23,5 +23,14 @@ ], "key": "B" } + ], + "eccirian:encrypt-decrypt-file": [ + { + "modifiers": [ + "Mod", + "Shift" + ], + "key": "M" + } ] } \ No newline at end of file diff --git a/.obsidian/plugins/eccirian/data.json b/.obsidian/plugins/eccirian/data.json new file mode 100644 index 0000000..92effe9 --- /dev/null +++ b/.obsidian/plugins/eccirian/data.json @@ -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 +} \ No newline at end of file