Last week I showed you how NOT to store your users’ passwords in your database: the biggest sin of all is storing them as plaintext and the ‘false sense of security’ solution is to apply a hashing algorithm to them.
We saw that we can use a common hashing algorithm (the algorithm I used is called [...]