nerdexam
CompTIA

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…

Submitted by amina.ke· Mar 6, 2026Threats, vulnerabilities, and mitigations

Question

Which of the following explains why an attacker cannot easily decrypt passwords using a rainbow table attack?

Options

  • ADigital signatures
  • BSalting
  • CHashing
  • DPerfect forward secrecy

How the community answered

(29 responses)
  • B
    97% (28)
  • D
    3% (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.

Full SY0-701 Practice