As a serial-single-password user, I want to know that my password is secure so that I don’t have my other accounts compromised.
The aim of this user story is to securely hash users passwords.
Assessment Criteria
- The users password is securely hashed and salted
- This security feature does not adversely effect user login ability
- All features implemented server-side
Tasks
- Users password is hashed
- Users password is salted
- Users password can be de-hashed for login only