nerdexam
EC-Council

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.

Cryptography

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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    86% (38)
  • D
    9% (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.

APrivate keys

Private keys are never shared - they are held exclusively by their owner and sharing them would completely compromise the security of the key pair.

BUser passwords

User passwords are authentication credentials, not cryptographic keys used in the encryption and decryption process.

CPublic keysCorrect

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.

DPublic and private keys

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

#public key cryptography#key sharing#asymmetric encryption#PKI

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice