A Password Manager with the following Features:
Master Password Login
Single master password used for authentication
No plaintext passwords stored on disk
Password-Derived Encryption
Encryption keys are derived from the master pas…
A Password Manager with the following Features:
Master Password Login
Single master password used for authentication
No plaintext passwords stored on disk
Password-Derived Encryption
Encryption keys are derived from the master password using a standard key-derivation function (KDF)
All stored data is encrypted at rest
Decryption is only possible after successful login
Encrypted Vault File
Password entries are stored in a single encrypted file
File contents are unreadable without the correct master password
Two-Factor Authentication (2FA)
Optional Time-based One-Time Password (TOTP) support
Compatible with common authenticator apps (Google Authenticator, Authy, etc.)
2FA is required in addition to the master password when enabled
Offline-First
No external servers required
All encryption and verification is performed locally