Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Folder Crypto

jasonsting622-netizenjasonsting622-netizen28 downloads

Lock folders and optionally encrypt Markdown files inside selected folders.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Local Obsidian plugin with two folder-protection modes.

Folder lock

Folder lock is the master switch for locking the configured folder in Obsidian.

This mode locks a folder inside Obsidian. A locked folder shows a lock badge in the file explorer, while its child files and subfolders are hidden from the file tree. Clicking the locked folder asks for the password. When a file inside that folder is opened from another route, the plugin also asks for the password. After successful unlock, every file in that folder is visible and readable until Obsidian is closed or Lock all Folder Crypto folders is run.

Sync Finder folder lock is the small switch under it. When enabled, folder locking also hides the underlying folder in Finder with chflags hidden. Unlocking shows it again with chflags nohidden. It does not change read permissions, so Obsidian can still open and scan the vault.

Commands:

  • Lock configured folder in Obsidian
  • Unlock configured folder in Obsidian
  • Lock all Folder Crypto folders
  • Remove configured folder lock

Folder right-click menu:

  • Lock folder in Obsidian
  • Unlock folder in Obsidian
  • Remove Obsidian folder lock

This is still not encryption. Finder hiding is only a convenience layer and can be bypassed by other apps, Terminal, backups, sync history, admin access, or already-open cached content.

Content lock

Content lock is the master switch for content encryption. Turning it on encrypts the configured folder after confirmation and password entry. Turning it off blocks new encryption operations; encrypted files are not automatically decrypted.

This mode rewrites file contents into an encrypted envelope. Use it when the file contents should be unreadable outside Obsidian too.

Commands:

  • Encrypt configured folder
  • Decrypt configured folder

Folder right-click menu:

  • Encrypt folder with password
  • Decrypt folder with password

Passwords for content encryption are never saved. Files are encrypted with AES-256-GCM and a PBKDF2-derived key.

If Create plaintext backup is enabled, .ofc-backup files are written next to encrypted files. This is safer during testing but leaves readable plaintext in the vault.

98%
HealthExcellent
ReviewPassed
About
Protect folders with two modes: folder lock locks access inside Obsidian, marks folders in the file explorer, prompts for a password, and can optionally hide the underlying folder in Finder. Encrypt folder contents with AES-256-GCM using a PBKDF2-derived key, never save passwords, and optionally write plaintext .ofc-backup files.
FoldersFilesBackup
Details
Current version
0.1.7
Last updated
2 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
28
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
jasonsting622-netizenjasonsting622-netizen
GitHubjasonsting622-netizen
  1. Community
  2. Plugins
  3. Folders
  4. Folder Crypto

Related plugins

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Trash Explorer

Restore and delete files from the Obsidian .trash folder.

File Explorer++

Hide and pin files and folders in the file explorer using custom filters.

Auto Note Mover

Automatically move the active notes to their respective folders according to rules you set.