A secure, open-source, lightweight and completely offline desktop app solution for managing passwords
- People who avoid cloud storage due to concerns over data breaches.
- Users who prefer local encryption over remote syncing.
- Those who don’t trust proprietary password managers (LastPass, 1Password, Bitwarden Cloud).
- Linux users and self-hosting advocates.
- Developers and security researchers who prefer open-source software.
- People who like to audit and verify code for vulnerabilities.
- Companies that forbid cloud-based password storage for security reasons.
- Cybersecurity firms requiring air-gapped password management solutions.
- Government agencies, defense contractors, and critical infrastructure providers.
Most password managers cost money, are closed-source and require internet connection (super sketchy). It is very important to trust your password managers, and what better way to build trust than reading the source code for yourself.
Upon first launch, you create your password. Using this password, your local SQLite database is created and encrypted. You are then shown the table of your passwords, where you can add/delete password records as you wish.
These password records are encrypted using your user password, within the already-emcrypted database. And your user login password is unreversibly hashed within the database. Passwords are only shown when clicking "Show Password" within the UI. All sensitive information is hashed (SHA-256) and/or encrypted (AES).

Coming Soon
I am still working on packaging this for Windows, Mac and Linux.