Relative Content

Tag Archive for authenticationsecuritypassword-hash

Password hashing on both client and server side?

A common technique to securely hash passwords is to use salting and peppering.
Salt comes from the database and pepper comes from the server.
This means that both salting and peppering are server-side operations.