SY0-301 · Question #274
Which of the following is true about asymmetric encryption?
The correct answer is D. A message encrypted with the public key can be decrypted with the private key. Asymmetric encryption uses a mathematically linked key pair: a public key (freely shared) and a private key (kept secret). The fundamental rule is that data encrypted with the public key can only be decrypted with the corresponding private key, and vice versa. This is the basis…
Question
Which of the following is true about asymmetric encryption?
Options
- AA message encrypted with the private key can be decrypted by the same key
- BA message encrypted with the public key can be decrypted with a shared key.
- CA message encrypted with a shared key, can be decrypted by the same key.
- DA message encrypted with the public key can be decrypted with the private key.
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- D86% (19)
Explanation
Asymmetric encryption uses a mathematically linked key pair: a public key (freely shared) and a private key (kept secret). The fundamental rule is that data encrypted with the public key can only be decrypted with the corresponding private key, and vice versa. This is the basis of secure data transmission-a sender encrypts a message using the recipient's public key, and only the recipient's private key can decrypt it. Options A and C describe symmetric behavior (same key encrypts and decrypts). Option B incorrectly references a 'shared key,' which belongs to symmetric encryption, not asymmetric.
Topics
Community Discussion
No community discussion yet for this question.