Skip to content

A super simple password manager made using C# and .NET MAUI.

License

Notifications You must be signed in to change notification settings

RMZeroFour/Keyring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Keyring: a super simple password manager

A password manager built for GDSC using C#, .NET MAUI and SQLite. Has minimal "security". Wouldn't recommend using.

Table of Contents
  1. About The Project
  2. Running From Source
  3. Screenshots
  4. License

About The Project

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).

Running From Source

To get this project running locally from source, follow these steps:

Prerequisites

  • .NET 7.0 SDK
  • Visual Studio 2022 (+ .NET MAUI workload installed)

Instructions

  1. Clone the repository.
    git clone https://github.com/DevChrome/Keyring.git
  2. Launch the solution in Visual Studio 2022.
  3. Start an Android emulator and run the project.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Screenshot 6

Screenshot 7

Screenshot 8

License

Distributed under the MIT License. See LICENSE.txt for more information.

[Back To Top]

About

A super simple password manager made using C# and .NET MAUI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages