https://github.com/0xbitbuster/keyguard
A simple, secure and offline Password Manager App
https://github.com/0xbitbuster/keyguard
aes-encryption csharp maui-apps mvvm password-manager
Last synced: 9 days ago
JSON representation
A simple, secure and offline Password Manager App
- Host: GitHub
- URL: https://github.com/0xbitbuster/keyguard
- Owner: 0xBitBuster
- License: mit
- Created: 2023-10-27T23:07:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T18:01:50.000Z (about 2 years ago)
- Last Synced: 2025-03-03T07:28:38.340Z (over 1 year ago)
- Topics: aes-encryption, csharp, maui-apps, mvvm, password-manager
- Language: C#
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KeyGuard Password Manager

This is a simple, secure and offline Password Manager App made in C# & .NET Maui. Your passwords are safely stored with AES encryption. You can add, edit, delete and export your passwords. The project makes use of the MVVM (Models, Views, View Models) architecture.
## Getting Started
### Prerequisites
- .NET Framework (7.0 or above)
- .NET Maui package
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/0xBitBuster/keyguard.git
```
2. Open the project in your IDE and build it
## Installation Wizard
If you want to build a Installation Wizard for windows, follow the steps below.
1. Create an executable application instead of a packaged one by following [this](https://stackoverflow.com/questions/73718305/easiest-way-to-launch-a-maui-app-exe-on-windows) answer
2. Build the project in _release_ mode
3. Download [AdvancedInstaller](https://www.advancedinstaller.com/download.html) and create a new project
4. Import the _bin_ directory which contains the .exe
## License
This project is licensed under the MIT License - see the LICENSE file for details.