xauravww10 downloadsAES-encrypt markdown notes with lock/unlock vault, auto-lock timer, right-click encrypt/decrypt, corruption recovery, search decrypt, status bar indicator, file explorer decorations, and password change.
A fork of obsidian-protected-note with enhanced features.
CryptoJS.AES with a SHA-256 hashed passphrase🔒 Locked / 🔓 Unlocked in the status bar.md file via the file explorer context menu (password prompt shown if vault is locked)protected-note plugin on first run| Command | Description |
|---|---|
| Lock vault | Encrypt all files in the protected folder |
| Unlock vault | Decrypt all files (password required) |
| Show encryption status | Quick summary of file encryption state |
| Recover corrupted files | Detect and fix double-encrypted files |
If files get corrupted (e.g., double-encrypted), run the Python recovery script:
cd /path/to/your/vault
python3 scripts/lockctl.py
The script auto-detects the vault and provides lock/unlock/recover/status functions. It uses the same AES encryption as the plugin.
main.js, manifest.json, and styles.css from the latest release<vault>/.obsidian/plugins/encrypted-datasafe-notes/npm install
npm run build
MIT — based on obsidian-protected-note (MIT) by Mikail Gadzhikhanov.