A security administrator is configuring disk-level encryption for an enterprise storage network containing high-volume database files. The encryption solution must provide data confidentiality for bulk data while maintaining fast processing speeds and low performance overhead. Which of the following cryptographic approaches is best suited for this task?
- Symmetric encryption algorithmAnswer
- BAsymmetric encryption algorithm
- CCryptographic hash function
- DDiffie-Hellman key exchange protocol
Answer
Symmetric encryption algorithm
Symmetric encryption algorithms use a single secret key for both encryption and decryption operations. Their low mathematical complexity yields very high execution speed, making symmetric encryption the standard approach for bulk data-at-rest protection.
Step-by-Step Solution
Key Concept
Symmetric vs. Asymmetric Encryption Use Cases
Estimated Time:45s