An organization implements digital signatures for all high-value financial transactions to ensure that executives cannot deny approving a transaction after it has been submitted. Which security goal is primarily being addressed by this implementation?
- Non-repudiationAnswer
- BConfidentiality
- CIntegrity
- DAuthorization
Answer
Non-repudiation is the primary security goal addressed by using digital signatures to prevent users from denying their actions.
Non-repudiation ensures that an individual cannot deny the authenticity of their signature or action on a document or transaction. Digital signatures achieve this by utilizing asymmetric key cryptography, where the signer's unique private key creates a signature that anyone can verify using the corresponding public key.
Step-by-Step Solution
Key Concept
Non-Repudiation
Estimated Time:45s