Why aren’t passwords also hashed on client side on desktop applications?
My understanding of the standard best practice way to handle passwords is:
Establish a secure encrypted connection between client and server.
Client sends password in plaintext over this encrypted connection.
Server gets plaintext passw… Continue reading Why aren’t passwords also hashed on client side on desktop applications?