Not the OP but it doesn’t read as satire to me
Not the OP but it doesn’t read as satire to me
Hey! Another SDF user in the wild, what’s up!
I don’t have a mustache, so maybe?
Full-stack dev here, not necessarily in answer to OP’s question, but in my experience it is a pretty standard practice that when you log in to a service, the web page sends your unhashed creds to the server, where your password is then hashed and compared to the stored hash. Via HTTPS/TLS/SSL, this is a reasonably secure practice since the creds are still encrypted while in transport. Hashing is a computationally expensive process that (before the advent of WASM) wasn’t really feasible to do on the client side.
OP in a couple of days
Wait what is the difference between the two?