nerdexam
EC-Council

312-50V10 · Question #361

An attacker has captured a target file that is encrypted with public key cryptography. Which of the attacks below is likely to be used to crack the target file?

The correct answer is D. Chosen plain-text attack. A chosen plaintext attack is the most applicable attack against public key cryptography because the public key is openly available, allowing the attacker to freely encrypt arbitrary plaintexts and analyze resulting ciphertexts.

Cryptography

Question

An attacker has captured a target file that is encrypted with public key cryptography. Which of the attacks below is likely to be used to crack the target file?

Options

  • ATiming attack
  • BReplay attack
  • CMemory trade-off attack
  • DChosen plain-text attack

How the community answered

(47 responses)
  • A
    11% (5)
  • B
    6% (3)
  • C
    26% (12)
  • D
    57% (27)

Why each option

A chosen plaintext attack is the most applicable attack against public key cryptography because the public key is openly available, allowing the attacker to freely encrypt arbitrary plaintexts and analyze resulting ciphertexts.

ATiming attack

A timing attack exploits measurable differences in the time taken to perform cryptographic operations - it targets implementation vulnerabilities rather than directly attacking an encrypted file.

BReplay attack

A replay attack captures and retransmits valid authentication or session data to gain unauthorized access and is not used to decrypt or crack an encrypted file.

CMemory trade-off attack

A memory trade-off attack (such as a rainbow table attack) is used to reverse hash functions for password cracking, not to break public key encrypted files.

DChosen plain-text attackCorrect

In public key cryptography, the attacker already has access to the public key, which means they can encrypt any plaintext of their choosing. By encrypting known plaintexts and comparing the resulting ciphertexts to the target ciphertext, the attacker can analyze patterns and potentially derive the plaintext of the encrypted target file. This attack is particularly powerful against public key systems precisely because the encryption capability is publicly available.

Concept tested: Chosen plaintext attack against public key cryptography

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

Topics

#public key cryptography#chosen plaintext attack#cryptanalysis#asymmetric encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice