LockBox is a simple password manager application built with WPF .NET Core, MahApps, Nlog, and LiteDB. The application allows users to securely store and manage their passwords and other sensitive information in an encrypted database.
- User authentication and account creation
- Secure storage of login credentials and other sensitive data
- Modern and clean user interface using MahApps
- Logging of errors and application events using Nlog
- Portable, Lightweight and efficient database using LiteDB
To install LockBox, follow these steps:
-
Clone the repository to your local machine using git:
-
Open the solution in Visual Studio and build the project.
-
Run the application and start using LockBox!
When you first run LockBox, you will be prompted to create an account. After creating an account, you can log in to the application and start managing your passwords.
To create a new password entry, click on the "New Password" button and fill in the required information.
To search for a specific password, use the search bar at the top of the password list.
This project is licensed under the MIT License. See the LICENSE file for details.
LockBox was built using the following libraries and frameworks:
- MahApps.Metro
- LiteDB
- Nlog
Special thanks to the creators and contributors of these projects for their hard work and dedication.