SY0-301 · Question #701
Which of the following uses both a public and private key?
The correct answer is A. RSA. RSA is an asymmetric encryption algorithm that uses a key pair: a public key (shared openly) for encryption and a private key (kept secret) for decryption. AES is a symmetric algorithm using a single shared key. MD5 and SHA are cryptographic hash functions, not encryption…
Question
Which of the following uses both a public and private key?
Options
- ARSA
- BAES
- CMD5
- DSHA
How the community answered
(67 responses)- A91% (61)
- B4% (3)
- C1% (1)
- D3% (2)
Explanation
RSA is an asymmetric encryption algorithm that uses a key pair: a public key (shared openly) for encryption and a private key (kept secret) for decryption. AES is a symmetric algorithm using a single shared key. MD5 and SHA are cryptographic hash functions, not encryption algorithms - they produce one-way digests and use no keys for encryption/decryption.
Topics
Community Discussion
No community discussion yet for this question.