Multiple choice general knowledge

Which type of attack is becoming progressively easier with increases in CPU power?

  1. Known plaintext

  2. Meet-in-the-middle

  3. Man-in-the-middle

  4. Brute force

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Brute force attacks involve trying every possible key until the correct one is found. As CPU power increases exponentially (Moore's Law), the time required to brute-force encryption decreases proportionally. A 56-bit key that took years in the 1990s can now be broken in hours or days on modern hardware. This is why key lengths must increase over time to maintain security.