RBX
In the zone
I use salted hashing on passwords and store salt in plaintext, but am doubtful on what to do with security answers, is there an accepted practice ?
I have a general idea regarding this, that includes converting multiple spaces to single, trimming leading and trailing spaces, converting to lowercase, adding nonce, and hashing. I'd be grateful on some input on this, with perhaps some references telling if such scheme is actually employed.
I have a general idea regarding this, that includes converting multiple spaces to single, trimming leading and trailing spaces, converting to lowercase, adding nonce, and hashing. I'd be grateful on some input on this, with perhaps some references telling if such scheme is actually employed.