nerdexam
EC-Council

312-50V11 · Question #806

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. Digital certificates are the mechanism used by Certificate Authorities to distribute public keys in a trusted, verifiable way, binding a public key to a specific identity.

Cryptography

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

(27 responses)
  • B
    7% (2)
  • C
    4% (1)
  • D
    89% (24)

Why each option

Digital certificates are the mechanism used by Certificate Authorities to distribute public keys in a trusted, verifiable way, binding a public key to a specific identity.

AHash value

A hash value is a fixed-length output used to verify data integrity, not a mechanism for distributing or authenticating public keys.

BPrivate key

The private key is kept secret by its owner and never distributed - sharing it would completely compromise the asymmetric key pair.

CDigital signature

A digital signature uses the sender's private key to sign data and proves message integrity and non-repudiation, but it does not itself distribute or certify a public key in a controlled fashion.

DDigital certificateCorrect

A digital certificate is issued by a trusted Certificate Authority (CA) and cryptographically binds a public key to an entity's identity. This controlled distribution model allows recipients to verify the authenticity of the public key and, by extension, confirm the sender's identity before trusting communications or signatures.

Concept tested: Public Key Infrastructure (PKI) and digital certificate distribution

Source: https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-certificate-hierarchy

Topics

#PKI#digital certificate#public key distribution#key management

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice