Do I need a “random salt” once per password or only once per database?
A new salt should be randomly generated for each user and each time they change their password as a minimum. Don’t just rely on a site wide salt for example, as that defeats the point of using a salt in the first place. Using a unique salt for each user is so that if two … Read more