nerdexam
EC-Council

312-50V13 · Question #7

What is the known plaintext attack used against DES which gives the result that encrypting plaintext with one DES key followed by encrypting it with a second DES key is no more secure than using a sin

The correct answer is B. Meet-in-the-middle attack. Meet-in-the-middle attack (B) is correct because it exploits Double DES by attacking from both ends simultaneously - an attacker encrypts all possible plaintexts forward with every possible key, and decrypts the ciphertext backward with every possible key, then looks for matching

Submitted by carlos_mx· Mar 6, 2026Cryptography

Question

What is the known plaintext attack used against DES which gives the result that encrypting plaintext with one DES key followed by encrypting it with a second DES key is no more secure than using a single key?

Options

  • AMan-in-the-middle attack
  • BMeet-in-the-middle attack
  • CReplay attack
  • DTraffic analysis attack

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    88% (22)
  • C
    4% (1)

Explanation

Meet-in-the-middle attack (B) is correct because it exploits Double DES by attacking from both ends simultaneously - an attacker encrypts all possible plaintexts forward with every possible key, and decrypts the ciphertext backward with every possible key, then looks for matching values "in the middle." This reduces the effective security of Double DES from 2¹¹² to approximately 2⁵⁶ operations (the same as single DES), making it no stronger than using one key.

Option A (Man-in-the-middle) is wrong because that attack involves intercepting communications between two parties, not cryptanalysis of a cipher's key space. Option C (Replay attack) involves retransmitting captured data to trick a system, which is unrelated to DES key strength. Option D (Traffic analysis) focuses on analyzing communication patterns rather than breaking encryption algorithms.

Memory tip: Think of "meet" literally - you meet in the middle by working from both ends toward the center, just like two people walking toward each other in a hallway. If the attack meets the cipher in the middle, it's a Meet-in-the-middle attack.

Topics

#Meet-in-the-middle attack#DES#Known plaintext attack#Cryptographic weakness

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice