pandanocturne71 downloadsA lightweight local password manager with encryption, backup, trash, and import/export support.
Lightweight account, password, and link management inside Obsidian — with encryption, backup, recycle bin, and import/export support.

Obsidian Password Manager is a lightweight password management plugin for Obsidian, designed for storing and organizing daily-use credentials directly inside your vault.
It uses a JSON-based data structure and provides a three-column management interface that allows quick switching between groups, entries, and details. For common scenarios such as website accounts, software logins, and simple key records, this approach is lighter and easier to manage alongside your notes.
https://github.com/yourusername/obsidian-password-manager in BRAT settings.main.js, manifest.json, and styles.css into your vault's .obsidian/plugins/obsidian-password-manager/ folder.salt and iv generated for each encryption operation.data.json) for storage; password verification is performed via a separate verifier ciphertext, without storing the plaintext password in a reversible form..gitignore excludes any encryption key files (if present), or be aware that the ciphertext inside the JSON files will be committed.If you need more comprehensive professional password management capabilities, this plugin is better suited as a lightweight recording tool rather than a full replacement for dedicated password managers.
git clone ...
npm install
npm run dev
Developed by PandaNocturne.