But 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
But 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