this post was submitted on 18 Jul 2023
10 points (81.2% liked)
Discussions related to Infosec.pub
1122 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The server needs to receive your password to verify it and log you it. That's how it always is. As long as you are connecting via HTTPS, this is not a problem.
Why not hash it client side? Edit: Isn't SSL vulnerable to MITM attacks? (I am a noob in this field)
Not the original commenter but if someone is listening in on your connection it doesn't really add any security. The hacker would be able to just send the hashed password instead of the plain text and would be able to login.
The hashing algorithm would be public facing so its easily reversible anyway.
Oh okay makes sense thanks!
Why would the hash be reversible? SHA256 is public and it's not reversible