312-50V9 · Question #256
What two conditions must a digital signature meet?
The correct answer is A. Has to be unforgeable, and has to be authentic. A valid digital signature must be unforgeable - tied cryptographically to the signer - and authentic, meaning it verifiably originates from the claimed signer.
Question
What two conditions must a digital signature meet?
Options
- AHas to be unforgeable, and has to be authentic.
- BHas to be legible and neat.
- 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
(22 responses)- A91% (20)
- C5% (1)
- D5% (1)
Why each option
A valid digital signature must be unforgeable - tied cryptographically to the signer - and authentic, meaning it verifiably originates from the claimed signer.
Digital signatures rely on asymmetric cryptography: the signer's private key produces a signature that only their corresponding public key can verify, making it unforgeable without key compromise. Authenticity is ensured because only the holder of the private key could have produced the signature, binding identity to the signed content. These two properties are the foundational requirements defined in digital signature standards such as FIPS 186.
Legibility and neatness are physical handwriting attributes and have no meaning in a cryptographic digital signature context.
Digital signatures do not have a 'character count' or 'special character' requirement; their structure is defined by mathematical operations on key pairs.
Digital signatures have no relationship to the length of a physical signature, and 'uniqueness' alone without unforgeability is insufficient as a security property.
Concept tested: Digital signature security properties
Source: https://csrc.nist.gov/publications/detail/fips/186/5/final
Topics
Community Discussion
No community discussion yet for this question.