A systems analyst is selecting an encryption method to protect large volumes of static data archived on enterprise storage arrays. The primary requirement is high-speed performance and minimal processing overhead during bulk encryption and decryption operations. Which of the following cryptographic approaches should the analyst implement?
- Symmetric encryption using the Advanced Encryption Standard (AES)Answer
- BAsymmetric encryption using the Rivest-Shamir-Adleman (RSA) algorithm
- CCryptographic hashing using the Secure Hash Algorithm (SHA-256)
- DDigital signatures based on Elliptic Curve Cryptography (ECC)
Answer
The analyst should implement symmetric encryption using the Advanced Encryption Standard (AES).
Symmetric key encryption algorithms, such as AES, use the same secret key for both encryption and decryption operations. Due to their mathematical efficiency, symmetric ciphers process large blocks of data rapidly with low CPU usage, making them the standard choice for bulk data-at-rest encryption.
Step-by-Step Solution
Key Concept
Symmetric vs. Asymmetric Encryption Performance for Bulk Data
Estimated Time:45s