Certified Ethical Hacker (CEH v11) — Question 174

What is a `Collision attack` in cryptography?

Answer options

Correct answer: D

Explanation

The correct answer is D because a collision attack specifically targets the discovery of two different inputs that generate the same hash output, which undermines the integrity of the hashing algorithm. Options A, B, and C misinterpret the nature of collision attacks, as they focus on public keys, plaintext values, or private keys rather than the fundamental goal of finding hash collisions.