Information Security Officer Question:
Download Questions PDF

Do you know what are salted hashes?

Answer:

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.

Download Information Security Professional Interview Questions And Answers PDF

Previous QuestionNext Question
Explain how would traceroute help you find out where a breakdown in communication is?Suppose 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?