nerdexam
EC-Council

312-50V10 · 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, issued by a trusted Certificate Authority, bind a public key to a verified identity, enabling controlled and authenticated public key distribution.

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

(41 responses)
  • A
    7% (3)
  • B
    5% (2)
  • C
    2% (1)
  • D
    85% (35)

Why each option

Digital certificates, issued by a trusted Certificate Authority, bind a public key to a verified identity, enabling controlled and authenticated public key distribution.

AHash value

A hash value is a fixed-length digest used to verify data integrity, not to distribute or bind a public key to an identity.

BPrivate key

A private key is kept secret by its owner and is never distributed; it is the paired counterpart to the public key.

CDigital signature

A digital signature proves the authenticity and integrity of a message using the sender's private key, but it does not itself distribute or bind the public key to a verified identity.

DDigital certificateCorrect

A digital certificate is issued by a trusted Certificate Authority (CA) that cryptographically vouches for the association between a public key and its owner's identity. Recipients verify the CA's signature on the certificate to confirm the public key genuinely belongs to the claimed sender. This PKI-based mechanism is the standard method for distributing public keys in an orderly, trusted manner.

Concept tested: Public key distribution using digital certificates and PKI

Source: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/certificate-authorities

Topics

#PKI#digital certificates#public key distribution#key management

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice