nerdexam
EC-Council

312-50V10 · Question #34

What two conditions must a digital signature meet?

The correct answer is B. Has to be unforgeable, and has to be authentic.. A digital signature must be unforgeable and authentic to serve its core cryptographic purpose of verifying identity and data integrity.

Cryptography

Question

What two conditions must a digital signature meet?

Options

  • AHas to be legible and neat.
  • BHas to be unforgeable, and has to be authentic.
  • CMust be unique and have special characters.
  • DHas to be the same number of characters as a physical signature and must be unique.

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    90% (36)
  • C
    3% (1)
  • D
    3% (1)

Why each option

A digital signature must be unforgeable and authentic to serve its core cryptographic purpose of verifying identity and data integrity.

AHas to be legible and neat.

Legibility and neatness are properties of handwritten signatures and have no relevance to digital signatures, which are mathematical values derived from cryptographic operations.

BHas to be unforgeable, and has to be authentic.Correct

Digital signatures rely on asymmetric cryptography to guarantee two properties: authenticity (the signature proves the message came from the claimed sender, verified via the sender's public key) and unforgeability (only the holder of the private key can produce a valid signature, making it computationally infeasible to replicate without that key). These two properties are the foundational requirements defined in cryptographic standards for digital signatures.

CMust be unique and have special characters.

Uniqueness alone is insufficient without authenticity, and 'special characters' is a concept from password policy, not digital signature requirements.

DHas to be the same number of characters as a physical signature and must be unique.

Digital signatures are fixed-length hash outputs determined by the algorithm (e.g., 256 bits for SHA-256), not by the length of any physical signature.

Concept tested: Digital signature cryptographic requirements

Source: https://csrc.nist.gov/glossary/term/digital_signature

Topics

#digital signature#authentication#non-repudiation#cryptography

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice