nerdexam
EC-Council

312-50V13 · Question #199

During the process of encryption and decryption, what keys are shared?

The correct answer is C. Public keys. Public keys (C) are the keys that are shared during encryption and decryption processes. In asymmetric (public-key) cryptography, a sender uses the recipient's public key to encrypt a message, which can only be decrypted using the recipient's corresponding private key - making…

Submitted by lucia.co· Mar 6, 2026Cryptography

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

(28 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    89% (25)

Explanation

Public keys (C) are the keys that are shared during encryption and decryption processes. In asymmetric (public-key) cryptography, a sender uses the recipient's public key to encrypt a message, which can only be decrypted using the recipient's corresponding private key - making it safe to share the public key openly with anyone.

Why the other options are wrong:

  • (A) Private keys are never shared; they are kept secret by the owner, as exposing them would compromise all encrypted communications.
  • (B) User passwords are authentication credentials, not cryptographic keys used in the encryption/decryption process itself.
  • (D) Public and private keys is incorrect because while both keys are used in the process, only the public key is shared - the private key remains confidential.

Memory tip: Think of a public key like a padlock that anyone can use to lock (encrypt) a message, while the private key is the unique key only you possess to unlock (decrypt) it - you'd freely hand out padlocks, but never give away your key!

Topics

#Cryptography#Public-key cryptography#Key sharing#Encryption/Decryption

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice