Skip to content

A simple command-line account management program written in C#

License

Notifications You must be signed in to change notification settings

I-SpiTfire-U/Account-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v2

Account Storage

Account Storage is a small command-line tool for storing account information. It is written in the C# programming language.

image

Features:

  • 💬 A simple and easy to navigate console interface.
  • 📝 Save, edit, and remove account information such as: usernames, passwords, emails, and websites.
  • 🗃️ Encrypt and export your accounts to a desired location.
  • 📥 Import accounts encrypted with the same key that the user has, or plaintext accounts.
  • 🔎 List all accounts, or enter a search term to search for specific ones.
  • 🔒 An encryption system that gives the user a randomly generated key upon first usage which is used to decrypt accounts!

Controls:

'W' Scroll up through menu

'D' Scroll down through menu

'A' Select highlighted option

'Z' Go back or exit program on main menu

Build

  1. Download the latest long term or standard term .NET build. https://dotnet.microsoft.com/en-us/download/dotnet
  2. Clone the repository and navigate to the directory using PowerShell/CMD.
  3. Run the command 'dotnet build -c Release' to build an executable.
  4. Navigate into 'bin\Release\net{.NET version}' to find the built executable.

image

About

A simple command-line account management program written in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages