Open ezorita opened 6 years ago
Store hashed passwords along with a salt random string to avoid easy plain-text recovery using hash lookup tables.
user_credentials
user_credential
rw
r
validateCredentials
createNewUser
None
https://crackstation.net/hashing-security.htm
Description
Store hashed passwords along with a salt random string to avoid easy plain-text recovery using hash lookup tables.
Subtasks
user_credentials
which stores identification-related info.user_credential
tables with a specific username (create/edit user routines canrw
, the rest can onlyr
).validateCredentials
createNewUser
Acceptance criteria
Dependencies
None
References
https://crackstation.net/hashing-security.htm