A lead security architect is designing an automated archival service for high-throughput system audit logs stored at rest. The security policy mandates strong bulk data confidentiality and authenticated integrity while minimizing computational latency for multi-gigabyte log archives. Which of the following cryptographic mechanisms best fulfills these requirements?
- Advanced Encryption Standard (AES) operating in Galois/Counter Mode (GCM)Answer
- BRivest-Shamir-Adleman (RSA) asymmetric encryption using a 4096-bit key pair
- CSecure Hash Algorithm 256-bit (SHA-256) with a unique initialization vector
- DElliptic Curve Diffie-Hellman (ECDHE) key agreement protocol
Answer
Advanced Encryption Standard (AES) operating in Galois/Counter Mode (GCM) is the correct choice because symmetric ciphers deliver high-speed bulk data encryption, and GCM mode provides authenticated encryption for confidentiality and integrity.
AES in Galois/Counter Mode (GCM) is a symmetric cipher providing authenticated encryption (AEAD). It delivers high-speed confidentiality for large file volumes along with built-in integrity checking.
Step-by-Step Solution
Key Concept
Symmetric vs. Asymmetric Encryption and Authenticated Cipher Modes
Estimated Time:1m 30s