This is my first project for our 2nd semester in C#.
A password manager called "Keywi"
Planned Features:
- local login through a Sha256 hashed password
- list of your saved logins
- ability to generate secure passwords and save them to a local file
Over time i want everything to be exported to a SQL database on my VPS.