312-50V10 · Question #126
During the process of encryption and decryption, what keys are shared?
The correct answer is C. Public keys. In asymmetric (public key) cryptography, public keys are freely shared with others to enable encryption or signature verification, while private keys are always kept secret.
Question
During the process of encryption and decryption, what keys are shared?
Options
- APrivate keys
- BUser passwords
- CPublic keys
- DPublic and private keys
How the community answered
(44 responses)- A2% (1)
- B2% (1)
- C86% (38)
- D9% (4)
Why each option
In asymmetric (public key) cryptography, public keys are freely shared with others to enable encryption or signature verification, while private keys are always kept secret.
Private keys are never shared - they are held exclusively by their owner and sharing them would completely compromise the security of the key pair.
User passwords are authentication credentials, not cryptographic keys used in the encryption and decryption process.
Asymmetric encryption uses a key pair where the public key is intentionally distributed to any party that needs to send encrypted data or verify a digital signature. Sharing the public key does not compromise security because data encrypted with it can only be decrypted by the corresponding private key. This open sharing of public keys is a foundational design principle of PKI systems.
Only public keys are shared; sharing private keys would defeat the entire purpose of asymmetric encryption and expose all protected communications.
Concept tested: Asymmetric encryption public key sharing
Source: https://csrc.nist.gov/glossary/term/public_key
Topics
Community Discussion
No community discussion yet for this question.