nerdexam
Cisco

210-250 · Question #182

Of the following, in which type of an attack does the attacker try every possible key with the decryption algorithm, knowing that eventually one of the keys will work?

The correct answer is C. brute-force attack. A brute-force attack exhaustively tries every possible key value against the decryption algorithm until the correct key is found.

Threats and Vulnerabilities

Question

Of the following, in which type of an attack does the attacker try every possible key with the decryption algorithm, knowing that eventually one of the keys will work?

Options

  • Achosen-ciphertext attack
  • Bciphertext-only attack
  • Cbrute-force attack
  • Dbirthday attack

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    91% (39)
  • D
    5% (2)

Why each option

A brute-force attack exhaustively tries every possible key value against the decryption algorithm until the correct key is found.

Achosen-ciphertext attack

A chosen-ciphertext attack lets the attacker submit arbitrary ciphertexts to a decryption oracle and study the resulting plaintexts to derive key information, rather than trying every key.

Bciphertext-only attack

A ciphertext-only attack is a constraint describing what the attacker possesses - only ciphertext samples - and does not specify the method of key recovery used.

Cbrute-force attackCorrect

A brute-force attack operates on the assumption that trying every key in the key space will eventually produce a recognizable plaintext, making success guaranteed given sufficient time and computational resources. The feasibility of this attack is directly tied to key length - longer keys create exponentially larger key spaces that make brute-force impractical. It requires no knowledge of the algorithm's structure or weaknesses.

Dbirthday attack

A birthday attack leverages probability theory to find two inputs producing the same hash output, targeting hash function collision resistance rather than symmetric key recovery.

Concept tested: Brute-force attack and exhaustive key search

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

Topics

#brute-force attack#cryptanalysis#encryption#key exhaustion

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice