CCSP · Question #449
Which of the following is the biggest concern or challenge with using encryption?
The correct answer is A. Dependence on keys. The fundamental challenge of encryption is key management. Encrypted data is only as secure and accessible as the keys used to protect it. Lost keys mean permanently inaccessible data; compromised keys mean all encrypted data is exposed; poorly managed keys undermine the entire…
Question
Which of the following is the biggest concern or challenge with using encryption?
Options
- ADependence on keys
- BCipher strength
- CEfficiency
- DProtocol standards
How the community answered
(43 responses)- A86% (37)
- B7% (3)
- C2% (1)
- D5% (2)
Explanation
The fundamental challenge of encryption is key management. Encrypted data is only as secure and accessible as the keys used to protect it. Lost keys mean permanently inaccessible data; compromised keys mean all encrypted data is exposed; poorly managed keys undermine the entire security model. Cipher strength, protocol standards, and efficiency are also considerations, but they are generally addressable through algorithm selection and hardware acceleration. Key management - securely generating, storing, rotating, distributing, and revoking keys - remains the most operationally complex and consequential problem in applied cryptography.
Topics
Community Discussion
No community discussion yet for this question.