From 2d6ff3a5791260b7de5c32ba4c5b06d424502935 Mon Sep 17 00:00:00 2001 From: Stitch505 Date: Tue, 27 Jan 2026 10:04:22 +0400 Subject: [PATCH] Auto base sync: 2026-01-27 10:04:22 --- .obsidian/hotkeys.json | 9 +++++++++ .obsidian/plugins/eccirian/data.json | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .obsidian/plugins/eccirian/data.json 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