What are salted hashes?
Answer / chaitanya
Salt at its most fundamental level is random data. When a properly protected password system receives a new password, it will create a hashed value for that password, create a new random salt value, and then store that combined value in its database. This helps defend against dictionary attacks and known hash attacks. For example, if a user uses the same password on two different systems, if they used the same hashing algorithm, they could end up with the same hash value. However, if even one of the systems uses salt with its hashes, the values will be different.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between Information Protection and Information Assurance?
On a Windows network, why is it easier to break into a local account than an AD account?
Why would you bring in an outside contractor to perform a penetration test?
What is the Three-way handshake? How can it be used to create a DOS attack?
You see a user logging in as root to perform basic functions. Is this a problem?
Why is deleted data not truly gone when you delete it?
What is database in a computer?
What is the most commonly used computer application?
If you were going to break into a database-based website, how would you do it?
What is worse in Firewall Detection, a false negative or a false positive? And why?
What are the three ways to authenticate a person?
What are salted hashes?