nerdexam
EC-Council

312-50V13 · Question #201

How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender's identity?

The correct answer is D. Digital certificate. A digital certificate is used to securely distribute a public key in an orderly, controlled fashion, ensuring users can verify the sender's identity.

Submitted by chiamaka_o· Mar 6, 2026Cryptography

Question

How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender's identity?

Options

  • AHash value
  • BPrivate key
  • CDigital signature
  • DDigital certificate

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    3% (1)
  • D
    87% (26)

Why each option

A digital certificate is used to securely distribute a public key in an orderly, controlled fashion, ensuring users can verify the sender's identity.

AHash value

A hash value is used for data integrity verification, ensuring data has not been tampered with, but it does not establish the authenticity of a public key's owner.

BPrivate key

A private key must remain confidential and is never distributed, as it is used by the owner to decrypt messages or create digital signatures.

CDigital signature

A digital signature uses a private key to prove the integrity and authenticity of a message or document, but it is the result of using a key, not the mechanism for securely distributing the public key itself.

DDigital certificateCorrect

A digital certificate is a cryptographically signed electronic document that binds a public key with the identity of the certificate owner. When a public key is distributed within a digital certificate issued by a trusted Certificate Authority (CA), users can verify the CA's signature and trust that the public key belongs to the claimed sender.

Concept tested: Public Key Infrastructure (PKI) and Digital Certificates

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/about-digital-certificates

Topics

#digital certificates#PKI#public key distribution#sender identity

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice