Account Storage is a small command-line tool for storing account information. It is written in the C# programming language.
- 💬 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!
'W' Scroll up through menu
'D' Scroll down through menu
'A' Select highlighted option
'Z' Go back or exit program on main menu
- Download the latest long term or standard term .NET build. https://dotnet.microsoft.com/en-us/download/dotnet
- Clone the repository and navigate to the directory using PowerShell/CMD.
- Run the command 'dotnet build -c Release' to build an executable.
- Navigate into 'bin\Release\net{.NET version}' to find the built executable.