An enterprise e-commerce organization requires external suppliers to digitally approve updated procurement contracts. During an audit, a supplier claims that an internal administrator forged an approval entry and that the supplier never authorized the agreement. Which security objective and technical implementation best prevents the supplier from successfully denying their action?
- Non-repudiation implemented via asymmetric digital signatures using the supplier's private keyAnswer
- BIntegrity implemented via SHA-256 hashing of the contract file before transmission
- CConfidentiality implemented via AES-256 symmetric key encryption during session storage
- DAuthentication implemented via multi-factor user login logs stored in a central SIEM
Answer
Non-repudiation implemented via asymmetric digital signatures using the supplier's private key
Non-repudiation ensures that a sender or signatory cannot deny the authenticity of their signature or submission. In asymmetric cryptography, a digital signature is generated using the signer's private key, which is kept secret by the owner. Because no other entity possesses that private key, a valid signature provides undeniable cryptographic proof of authorization and origin.
Step-by-Step Solution
Key Concept
Non-repudiation and Asymmetric Digital Signatures