nerdexam
EC-Council

312-50V11 · Question #28

In which of the following cryptography attack methods, the attacker makes a series of interactive queries, choosing subsequent plaintexts based on the information from the previous encryptions?

The correct answer is C. Adaptive chosen-plaintext attack. An adaptive chosen-plaintext attack allows the attacker to iteratively select new plaintexts based on the results of prior encryptions, making the attack more powerful than a standard chosen-plaintext attack. This adaptive feedback loop enables systematic cryptanalysis of the…

Cryptography

Question

In which of the following cryptography attack methods, the attacker makes a series of interactive queries, choosing subsequent plaintexts based on the information from the previous encryptions?

Options

  • AChosen-plaintext attack
  • BCiphertext-only attack
  • CAdaptive chosen-plaintext attack
  • DKnown-plaintext attack

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    83% (20)
  • D
    4% (1)

Why each option

An adaptive chosen-plaintext attack allows the attacker to iteratively select new plaintexts based on the results of prior encryptions, making the attack more powerful than a standard chosen-plaintext attack. This adaptive feedback loop enables systematic cryptanalysis of the cipher.

AChosen-plaintext attack

A chosen-plaintext attack allows the attacker to encrypt arbitrary plaintexts, but all choices are made non-adaptively without using prior encryption outputs to guide subsequent selections.

BCiphertext-only attack

A ciphertext-only attack gives the attacker access only to ciphertexts with no ability to choose or obtain encryptions of any plaintext.

CAdaptive chosen-plaintext attackCorrect

In an adaptive chosen-plaintext attack, the attacker submits plaintexts to an encryption oracle and uses the resulting ciphertexts to inform the choice of the next plaintext query. This adaptive, interactive feedback distinguishes it from a standard chosen-plaintext attack, where all plaintexts must be chosen before seeing any ciphertexts, giving the attacker a systematic method to extract key information incrementally.

DKnown-plaintext attack

A known-plaintext attack provides the attacker with a fixed set of plaintext-ciphertext pairs that were not chosen by the attacker and involve no interactive querying.

Concept tested: Adaptive chosen-plaintext cryptographic attack model

Source: https://csrc.nist.gov/glossary/term/adaptive_chosen_plaintext_attack

Topics

#adaptive chosen-plaintext attack#cryptanalysis#plaintext attack#interactive queries

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice