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.
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)- A1% (1)
- B93% (64)
- C3% (2)
- D3% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.