Open simonstastny opened 12 years ago
Passwords are now stored as plaintext, we should store them hashed.
Consider http://codahale.com/how-to-safely-store-a-password/
Checking password in login.jsp is done using hashing functions.
Signup procedure should now save the chosen password as a hash.
Passwords are now stored as plaintext, we should store them hashed.
Consider http://codahale.com/how-to-safely-store-a-password/