jormaig@programming.devtoProgramming@programming.dev•OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the trees
11·
1 year agoBut your password should never reach the server. It should be hashed already at the client and then salted at the server with a random hash. Then you store the salted hash
What’s the difference between this and CBOR?