Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.62 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.62 KB

passchamp

CICD Codecov Badge Codacy Badge


passchamp is a cross-platform password management application, written entirely in .net 8 with the intention of producing a powerful and reusable framework for quickly buulding other crypto graph-based applications.

Components

Client

.net MAUI Client for the following platforms.

Android (SDK 21)

Windows (10.0.17763.0 >)

Core

Class library containing all core components of passchamp, this will be used to build all clients upon.

Maui

Class library containing Maui platform specific implementations. This is used directly by Client.

SignTool

Console application used for signing JSON files using an RSA key pair.

The intention of this is to protect graph json files, as potentially, a bad actor could manipulate a graph and caused it to do undesirable things. Or the graph could just be bug ridden, so the admin needs to know that the one they have configured is safe/official.

This will be achieved via digital signatures and verification of said signatures within the host application.