asked 158k views
5 votes
What is a value that can be used to ensure that hashed plaintext will not consistently result in the same digest?

asked
User Rula
by
8.1k points

1 Answer

3 votes
Salt is the term used in cryptography that defines a value that can be used to ensure that hashed plaintext will not consistently result in the same digest. The salt is random data that is used to defend passwords against dictionary attacks or against its hashed equivalent.
For each password a new salt is generated randomly.
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.