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 are the three ways to authenticate a person?

1 Answers  


Why would you bring in an outside contractor to perform a penetration test?

1 Answers  


What is the difference between closed-source and open-source? Which is better?

1 Answers  


 What is the difference between a vulnerability and an exploit?

1 Answers  


How would you login to Active Directory from a Linux or Mac box?

0 Answers  






A phonetic password generator picks two segments randomly for each six-letter password. The form of each segment is CVC (consonant, vowel, consonant), where V= < a, e, i, o, u > and C = (V.) ̅ What is the total password population? What is the probability of an adversary guessing a password correctly?

0 Answers  


What is meant by computer application?

0 Answers  


What is a table in computer?

0 Answers  


You are remoted in to a headless system in a remote area. You have no physical access to the hardware and you need to perform an OS installation. What do you do?

1 Answers  


 How would you compromise an “Office Workstation” at a hotel?

1 Answers  


What is the CIA triangle?

1 Answers  


 How would you find out what a POST code means?

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)