SSCP · Question #646
Which of the following is best provided by symmetric cryptography?
The correct answer is A. Confidentiality. Symmetric cryptography uses a single shared secret key for both encryption and decryption, making it excellent for providing confidentiality - only parties with the key can read the data. It does not provide non-repudiation (that requires asymmetric/public-key cryptography, since
Question
Which of the following is best provided by symmetric cryptography?
Options
- AConfidentiality
- BIntegrity
- CAvailability
- DNon-repudiation
How the community answered
(46 responses)- A91% (42)
- B4% (2)
- C2% (1)
- D2% (1)
Explanation
Symmetric cryptography uses a single shared secret key for both encryption and decryption, making it excellent for providing confidentiality - only parties with the key can read the data. It does not provide non-repudiation (that requires asymmetric/public-key cryptography, since both parties share the same key and either could have created the message). Integrity is typically provided by hashing algorithms. Availability is an operational concern, not a cryptographic one.
Topics
Community Discussion
No community discussion yet for this question.