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.
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)- A5% (2)
- B90% (36)
- C3% (1)
- D3% (1)
Why each option
A digital signature must be unforgeable and authentic to serve its core cryptographic purpose of verifying identity and data integrity.
Legibility and neatness are properties of handwritten signatures and have no relevance to digital signatures, which are mathematical values derived from cryptographic operations.
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.
Uniqueness alone is insufficient without authenticity, and 'special characters' is a concept from password policy, not digital signature requirements.
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
Community Discussion
No community discussion yet for this question.