What is salting in cryptography? | Why do we need salting when saving passwords in the database? (Simple Explanation)

Lazy Hacker
Jul 31, 2022

Salting is the concept of adding random data in the plaintext data (Example: Password) and then creating the hash of that combination this is called salting. By doing this, even if you are using the same plain text, it is possible to get different hashes.

Read More Here:
https://lazyhacker22.blogspot.com/2022/07/what-is-salting-in-cryptography-why-do.html

--

--