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.
Installer versions are completely standalone, as they come with a bundled runtime environment. On the other hand, portable versions require a Java Runtime Environment (JRE).
- 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.3. 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].