What makes a salted hash more secure than a regular hash?
Salting a hash involves adding random data to a password before hashing it. This technique ensures that even if two users have the same password, their hashes will be different, thwarting rainbow table attacks.
