A password manager built for GDSC using C#, .NET MAUI and SQLite. Has minimal "security". Wouldn't recommend using.
Table of Contents
A simple password manager made mostly with Android devices in mind, though it should work on iOS (completely untested).
It can create and manage multiple user accounts, each with multiple password records with icons and descriptions.
It has some "security" measures, i.e. weak password hashing, and an encrypted SQLite database (for which the passkey is definitely not as plaintext in the source).
To get this project running locally from source, follow these steps:
- .NET 7.0 SDK
- Visual Studio 2022 (+ .NET MAUI workload installed)
- Clone the repository.
git clone https://github.com/DevChrome/Keyring.git
- Launch the solution in Visual Studio 2022.
- Start an Android emulator and run the project.
Distributed under the MIT License. See LICENSE.txt
for more information.