What are salted hashes?



 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

Post New Answer

More Computer Security Interview Questions

 What is the difference between a vulnerability and an exploit?

1 Answers  


You need to reset a password-protected BIOS configuration. What do you do?

1 Answers  


What are the most common computer applications?

0 Answers  


What is the Three-way handshake? How can it be used to create a DOS attack?

1 Answers  


How would you judge if a remote server is running IIS or Apache?

2 Answers  






What is the most commonly used computer application?

0 Answers  


What is worse in Firewall Detection, a false negative or a false positive? And why?

1 Answers  


What are accessories in computer?

0 Answers  


If you were going to break into a database-based website, how would you do it?

1 Answers  


 What’s the difference between a White Box test and a Black Box test?

2 Answers  


What is residual risk?

1 Answers  


On a Windows network, why is it easier to break into a local account than an AD account?

1 Answers  


Categories
  • Computer Security Interview Questions Computer Security (58)
  • Mobile Security Interview Questions Mobile Security (9)
  • Hacking Interview Questions Hacking (33)
  • Security AllOther Interview Questions Security AllOther (4)