Password Protect

by Aspharmyx
5
4
3
2
1
Score: 57/100

Description

Category: Privacy & Security

The Password Protect plugin enables users to secure their Obsidian notes and folders by setting a password, ensuring that sensitive content like journals remains hidden. Hidden notes are not visible in search results or graph view until the correct password is entered. The plugin works by changing file extensions to hide them, offering a layer of protection against casual viewers. While the files are not encrypted, they are inaccessible without the password. The plugin also allows for syncing hidden files across devices using services like Syncthing, provided certain conditions are met. It provides basic protection and is ideal for users looking for privacy within their Obsidian vault.

Reviews

No reviews yet.

Stats

0
stars
3,501
downloads
0
forks
822
days
595
days
595
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
0
open issues
1
closed issues
52
commits

Latest Version

2 years ago

Changelog

Fixed subfolders not hiding.

README file from

Github

Obsidian Password Protect Plugin

With this plugin you can set password to different notes and folders so your journals will be safe.

The hidden notes will be visible only after you enter the password on each session.

This plugin changes the extension of files to hide them from even searches and graph view. The files aren't encrypted, they can be read with note editors in system explorer so it's not %100 safe but it can be protective against casual viewers.

I'll try to encrypt the files and see if it works consistently.

Problem Solving

If you encounter a problem and want to change back file extensions to .md you can use the command "Password Protect: Turn all hidden files to Markdown". This command of course needs password.

Syncing Files

A workaround I use is I ignore the .md files in my hidden folders. I use syncthing to sync my desktop and mobile and it works as long as you don't try to edit hidden files at the same time.

This is how the ignore pattern looks like for my Journal folder:

/Journal/*.md

I'm not sure how it works with Obsidian sync. I can release a version where it hides files without changing extensions but that way the files are visible with search and in graph view.

Thanks To

Oliver for File Hider plugin. This plugin uses some code from it like for hiding folders and context menu.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.