An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# KeyGuard Password Manager

![Showcase Image](https://i.ibb.co/FXGJqd2/Showcase-1.png)

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.