Best Practices on Hashing User Data in DB


Databases

Updated Jul 3rd, 2021

Remember hashing is a one way street like burning paper

Obvious you hash user’s passwords. One reason for this is that they may erroneously share passwords across different websites.

But what about usernames and emails?

I’m curious about the best practices here.