Master password stays local
The master password is used in the browser to derive local keys. It is never submitted to the server and is not stored in the database.
Your master password never reaches the server. Vault data is encrypted and decrypted inside your browser, while the server stores only encrypted payloads.
Master password, vault key, decrypted logins, decrypted passwords, and imported plaintext backup data.
Encrypted item fields, encrypted vault key material, salts, auth verifier hash, and account metadata.
The master password is used in the browser to derive local keys. It is never submitted to the server and is not stored in the database.
Each vault item is encrypted client-side with AES-GCM and a fresh random nonce before anything is saved on the server.
Backup files are encrypted, and imports are decrypted and re-encrypted in browser memory before encrypted data is sent back.
The offline viewer opens encrypted backups locally and disables network APIs so it does not send requests even when internet is available.
Authentication uses an Argon2id-hashed verifier with login rate limits, hardened cookies, CSRF protection, and security headers.
Idle timeout, tab-hidden locking, and offline viewer cleanup reduce how long decrypted vault data remains available in memory.
After creating your vault, you can export an encrypted backup and download the free offline viewer. Then you can open your passwords locally from your own device without visiting the website again.
If you prefer not to keep using the online vault, store the encrypted backup somewhere safe and use the offline viewer locally. After downloading your backup, you can delete your online account data if you want. Later, if you need to edit or add items again, create or sign in to an account and import the encrypted backup back into the site. The backup still requires the original master password to open, and it cannot be recovered if that password is forgotten.
This password manager is designed around zero-knowledge encryption. Control stays with you, but that also means the technical team cannot recover, reset, or decrypt your vault if you forget your master password.