zahki-vault
v1.0.0
Published
Zero-knowledge password manager. Encryption key never leaves the client.
Maintainers
Readme
zahki-vault
Password manager that encrypts everything in your browser. Master password never leaves the page.
https://zahkivault.alkhabaz.dev
How it works
- Set a master password
- PBKDF2 derives an encryption key (client-side)
- Vault is encrypted with AES-256-GCM (client-side)
- Server only stores the encrypted blob
Run it
git clone https://github.com/Ialkyyyy/zahki-vault.git
cd zahki-vault
npm install
npm run devStack
React, Express, Web Crypto API
License
MIT
