312-50V11 · Question #357
An attacker sniffs encrypted traffic from the network and is subsequently able to decrypt it. The attacker can now use which cryptanalytic technique to attempt to discover the encryption key?
The correct answer is D. Chosen ciphertext attack. The attacker has the ability to obtain plaintext for chosen ciphertexts, fitting the definition of a chosen ciphertext attack used to deduce the encryption key.
Question
An attacker sniffs encrypted traffic from the network and is subsequently able to decrypt it. The attacker can now use which cryptanalytic technique to attempt to discover the encryption key?
Options
- ABirthday attack
- BPlaintext attack
- CMeet in the middle attack
- DChosen ciphertext attack
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C4% (1)
- D82% (23)
Why each option
The attacker has the ability to obtain plaintext for chosen ciphertexts, fitting the definition of a chosen ciphertext attack used to deduce the encryption key.
A birthday attack exploits hash collision probability and is used against hashing algorithms, not as a technique to discover symmetric encryption keys from captured ciphertext.
A known plaintext attack requires the attacker to possess plaintext-ciphertext pairs they did not actively choose - having the ability to decrypt any chosen ciphertext is a stronger, distinct capability classified as a chosen ciphertext attack.
A meet in the middle attack targets double-encryption schemes such as 2DES by attacking the encryption and decryption ends simultaneously, which does not apply to the single-cipher scenario described.
A chosen ciphertext attack occurs when an attacker can select arbitrary ciphertexts and obtain their corresponding plaintexts - in this scenario, the attacker sniffed ciphertext and can already decrypt it, effectively giving them a decryption oracle. By carefully selecting ciphertexts and analyzing the resulting plaintexts, the attacker can gather information to deduce the underlying encryption key.
Concept tested: Chosen ciphertext attack to discover encryption key
Source: https://csrc.nist.gov/glossary/term/chosen_ciphertext_attack
Topics
Community Discussion
No community discussion yet for this question.