nerdexam
EC-Council

312-50V9 · Question #134

A Certificate Authority (CA) generates a key pair that will be used for encryption and decryption of email. The integrity of the encrypted email is dependent on the security of which of the following?

The correct answer is B. Private key. The security of encrypted email depends entirely on keeping the private key secret, since compromise of the private key allows decryption of all messages and forgery of signatures.

Cryptography

Question

A Certificate Authority (CA) generates a key pair that will be used for encryption and decryption of email. The integrity of the encrypted email is dependent on the security of which of the following?

Options

  • APublic key
  • BPrivate key
  • CModulus length
  • DEmail server certificate

How the community answered

(69 responses)
  • A
    1% (1)
  • B
    93% (64)
  • C
    3% (2)
  • D
    3% (2)

Why each option

The security of encrypted email depends entirely on keeping the private key secret, since compromise of the private key allows decryption of all messages and forgery of signatures.

APublic key

The public key is intended to be distributed freely and its exposure does not compromise the security of the system; it is expected to be known to all parties.

BPrivate keyCorrect

In a public-key infrastructure, the private key is the single secret component that must never be disclosed. If an attacker obtains the private key generated by the CA, they can decrypt any message encrypted with the corresponding public key and can impersonate the key owner by signing arbitrary data. All integrity and confidentiality guarantees of the email system collapse the moment the private key is exposed.

CModulus length

Modulus length determines the computational strength of the key pair, but it is a parameter chosen at key generation time and does not represent something whose ongoing security must be protected.

DEmail server certificate

The email server certificate authenticates the mail server to clients but is separate from the key pair used for message encryption and decryption, so its security does not directly protect the encrypted email content.

Concept tested: Private key confidentiality in PKI email encryption

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/public-private-key-pairs

Topics

#PKI#private key#certificate authority#email encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice