Hash passwords before transmitting? (web)

Posted by wag2639 on Stack Overflow See other posts from Stack Overflow or by wag2639
Published on 2010-06-09T19:06:24Z Indexed on 2010/06/09 19:42 UTC
Read the original article Hit count: 141

Filed under:
|

I was reading this Ars article on password security and it mentioned there are sites that "hash the password before transmitting"?

Now, assuming this isn't using an SSL connection (HTTPS), a. is this actually secure and b. if it is how would you do this in a secure manor?

Edit 1: (some thoughts based on first few answers)

c. If you do hash the password before transmission, how do you use that if you only store a salted hash version of the password in your user credentials databas?

d. Just to check, if you are using a HTTPS secured connection, is any of this necessary?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about password