Hacker News new | ask | show | jobs
by devado 2206 days ago
I think the idea is to hash on client _and_ the server. The client 1-way hash (~~unlike the server's 2-way~~) is the new "password" now and it's sole purpose is so that you don't get to see the raw password on the server.
1 comments

> server's 2-way

Are thinking of encoding / decoding? If so it isn't used for passwords.

indeed, scratch that. i rewrote that comment a couple of times, and that 2-way part is of course not correct. this would defeat the point of hashing passwords if they were reversible