|
|
|
|
|
by Bloodwine
5060 days ago
|
|
When storing data on my server I always treat secret questions and answers the same as passwords, because that is exactly what they are. What use is a strong password if a weak secret answer can unlock the account? I salt and hash the secret answers just as I would passwords themselves. |
|