SY0-301 · Question #795
Symmetric encryption utilizes __________, while asymmetric encryption utilizes _________.
The correct answer is B. Shared keys, private keys. Symmetric encryption uses a single shared secret key for both encryption and decryption - both parties must possess the same key. Asymmetric encryption uses a mathematically linked key pair: a public key (shared openly) and a private key (kept secret). Option B best captures this
Question
Symmetric encryption utilizes __________, while asymmetric encryption utilizes _________.
Options
- APublic keys, one time
- BShared keys, private keys
- CPrivate keys, session keys
- DPrivate keys, public keys
How the community answered
(50 responses)- A4% (2)
- B92% (46)
- C2% (1)
- D2% (1)
Explanation
Symmetric encryption uses a single shared secret key for both encryption and decryption - both parties must possess the same key. Asymmetric encryption uses a mathematically linked key pair: a public key (shared openly) and a private key (kept secret). Option B best captures this distinction. Options C and D incorrectly assign private keys to symmetric, and option A introduces 'one time' which describes one-time pads, not asymmetric encryption.
Topics
Community Discussion
No community discussion yet for this question.