This is an open-source password manager built with C# and WPF, utilizing AES encryption for secure storage. The aim of this project is to provide users with a FREE reliable solution for managing their passwords locally.
- Secure AES encryption for password storage.
- Password Generation (16 character NEW!)
- Easily add and delete password entries.
- Lightweight and easy to use.
- Open-source: Users are free to use and contribute improvements.
Option 1:
- Clone the repository to your local machine.
- Build the project using Visual Studio or your preferred IDE.
Option 2:
-
Download the .msi installer from latest release.
-
Walk trough the installer.
-
Run the application.
-
Start managing your passwords securely!
Contributions are welcome! Whether it's fixing bugs, adding new features, or improving the documentation, feel free to submit a pull request. Together, we can make this password manager even better.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the developers of AES encryption algorithms for providing secure encryption methods.
- Special thanks to any contributors for their valuable input and contributions.