SY0-301 · Question #642
The public key is used to perform which of the following? (Select THREE).
The correct answer is B. Validate the identity of an email sender C. Encrypt messages E. Decrypt messages. In asymmetric (public-key) cryptography, the public and private keys are mathematically linked and can each perform operations the other reverses. Three valid uses of the public key are: (B) validating the identity of an email sender - a sender signs a message by encrypting a…
Question
The public key is used to perform which of the following? (Select THREE).
Options
- AValidate the CRL
- BValidate the identity of an email sender
- CEncrypt messages
- DPerform key recovery
- EDecrypt messages
- FPerform key escrow
How the community answered
(40 responses)- B95% (38)
- D3% (1)
- F3% (1)
Explanation
In asymmetric (public-key) cryptography, the public and private keys are mathematically linked and can each perform operations the other reverses. Three valid uses of the public key are: (B) validating the identity of an email sender - a sender signs a message by encrypting a hash with their private key, and the recipient uses the sender's public key to decrypt and verify that signature, confirming origin; (C) encrypting messages - a sender encrypts a message with the recipient's public key so that only the recipient's private key can decrypt it, ensuring confidentiality; and (E) decrypting messages - when data was encrypted with the corresponding private key (as in signature creation), the public key is the correct key to decrypt/verify it. Key recovery (D) and key escrow (F) are administrative mechanisms involving secure storage of private keys, not public-key operations. Validating a CRL (A) is a PKI trust-chain operation, not a direct use of a user's public key.
Topics
Community Discussion
No community discussion yet for this question.