A security administrator is tasked with updating the data protection mechanism for a customer relationship management (CRM) database storing high-volume customer records at rest. The enterprise security policy requires that all stored data be encrypted using a high-speed algorithm that provides confidentiality with low computational overhead. Which of the following cryptographic algorithms should the administrator implement to meet this requirement?
- Advanced Encryption Standard (AES)Answer
- BRivest-Shamir-Adleman (RSA)
- CHash-based Message Authentication Code (HMAC)
- DDiffie-Hellman (DH) key exchange
Answer
Advanced Encryption Standard (AES)
The Advanced Encryption Standard (AES) is a symmetric block cipher that provides strong data confidentiality with high throughput and low computational cost, making it the ideal choice for bulk database encryption at rest.
Step-by-Step Solution
Key Concept
Symmetric vs. Asymmetric Cryptography for Bulk Data Encryption