rpastor / passkeeper

Password Manager using .Net Core v1.1 (Playground project)
1 stars 0 forks source link

Passkeeper

Purpose:

Passkeeper is an application for storing passwords securely.

Prerequisites

Getting Started

Use the following commands to get started:

dotnet restore
dotnet build
dotnet run

Components

Storage

Manages the storage for the application. Items contained in storage include:

Application Features

Features include:

Application Driver

The application driver is the main iterface for interacting with the application features.