CCSK · Question #169
What are the components of an encryption system?
The correct answer is D. Data, encryption engine, and key management. A complete encryption system requires the data being protected, an encryption engine to perform the cryptographic operations, and a key management system to generate, store, and control the cryptographic keys.
Question
What are the components of an encryption system?
Options
- AUser, data, and encryption engine
- BData, encryption engine, and decryption tool
- CUser, encryption engine, and key management
- DData, encryption engine, and key management
- EUser, data, and key management
How the community answered
(29 responses)- A3% (1)
- C3% (1)
- D83% (24)
- E10% (3)
Why each option
A complete encryption system requires the data being protected, an encryption engine to perform the cryptographic operations, and a key management system to generate, store, and control the cryptographic keys.
Users are not a technical component of an encryption system - they interact with it, but the system operates independently of any specific user.
A decryption tool is not a separate component - it is a function of the same encryption engine, which handles both encryption and decryption operations.
Users are not a component of the encryption system itself; replacing 'data' with 'user' omits the actual subject of the cryptographic operation.
Data is the subject of encryption, the encryption engine is the algorithm or process that transforms plaintext to ciphertext and back, and key management governs the lifecycle of cryptographic keys - generation, distribution, storage, rotation, and revocation. Without any one of these three components, the system cannot function securely or completely.
This option omits the encryption engine, which is the core processing component that actually performs the cryptographic transformation - no encryption occurs without it.
Concept tested: Core components of a cryptographic encryption system
Source: https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-5/final
Topics
Community Discussion
No community discussion yet for this question.