|
|
|
|
|
by thirsteh
4504 days ago
|
|
Why do you think it's useless? Not transmitting the password in plain text is clearly a win, and you can do whatever checks you need on the client side just as easily. (If a user wants to fool whatever checks you have, they can do that whether or not you have server-side checks--it happens all the time.) |
|
However, if you can sniff the connection you can probably alter it and inject javascript that submits the clear-text password to the attacker.