SY0-701 · Question #299
Which of the following explains why an attacker cannot easily decrypt passwords using a rainbow table attack?
The correct answer is B. Salting. Salting is a technique used to enhance the security of hashed passwords by adding a unique, random value (salt) to each password before hashing it. This prevents attackers from easily decrypting passwords using rainbow tables, which are precomputed tables for reversing…
Question
Options
- ADigital signatures
- BSalting
- CHashing
- DPerfect forward secrecy
How the community answered
(29 responses)- B97% (28)
- D3% (1)
Explanation
Salting is a technique used to enhance the security of hashed passwords by adding a unique, random value (salt) to each password before hashing it. This prevents attackers from easily decrypting passwords using rainbow tables, which are precomputed tables for reversing cryptographic hash functions. Since each password has a unique salt, the same password will produce different hash values, making rainbow table attacks ineffective.
Community Discussion
No community discussion yet for this question.