Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 322 Bytes

File metadata and controls

9 lines (7 loc) · 322 Bytes

Store a Password

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

https://crackstation.net/hashing-security.htm