This is not a game. Just a cool test program to showcase. You can implement this in your games. Read the explanation it's pretty cool!
---------------------------------------EXPLANATION----------------------------------------- This is how a real database would work. Your password goes through encryption and is saved as a weird-looking string of numbers, called a hash. The encryption is nearly impossible to reverse, so when you log it puts the new password you typed through the encryption and then checks if they are equal. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you can figure out how to crack it then tell me my password in the comments! I would love to know how!