This is a screenshot of a secure login that I developed last week. This login uses salted hash passwords and stores them into a MySQL database. When the user logs in it takes the entered password, hashes it with a salt, compares it to the salted hash password stored in the database, and lets you know rather or not they match. The MySQL database is currently running on a Ubuntu server virtual machine. You are able to register new users, and then login to that user.
Language: C#
Framework: .NET
GUI: WPF










