Password Manager is a secure and efficient application designed to manage your locally stored accounts. Each account entry includes software details, username, and a password encrypted using AES (GCM mode). The application itself is protected by a master password that the user must remember.
- Add, Modify, Delete Accounts: Manage your account information seamlessly.
- AES-GCM Encryption: Ensure your passwords are securely encrypted.
- Multi-Language Support: Currently available in English and Italian, other languages will be added shortly.
Installers (exe and msi) are available:
- Releases Page
- Installers Folder (These might be newer but unstable or bugged).
The portable versions are available here and require a Java Runtime Environment (JRE) to run as they do not come bundled with one.
- Windows:
$USER_HOME/AppData/Local/Password Manager
- Other Operating Systems:
$USER_HOME/.password-manager
The software previously supported exporting to passwords.html
and passwords.csv
files, which were saved on the desktop. However, this feature is currently being rewritten and is not available in version 3.0.2. Please note that these files are not encrypted and are thus extremely vulnerable.
All contributions to the project are welcome: if you have suggestions, bug reports, or want to contribute code, feel free to open an issue or submit a pull request on this repository.
For any inquiries or support, contact me at [email protected].