Tagged Questions
3
votes
3answers
2k views
Client Side MD5 Hash with Time Salt
I want to salt a hashed username and password (submitted via http POST) in JS on the client-side with a higher-order time value (< 1 minute resolution) to avoid sending the username and password ...