Your assignment is to create a program in any language that does the following:
- Asks the user to store a password
- Stores the password in your database, salted and hashed
- Asks the user to enter it again
- Tells them whether they got it right or not
Your assignment is to create a program in any language that does the following: