A digital media broadcasting corporation stores petabytes of high-definition video archives within an enterprise object storage platform. To fulfill compliance mandates from content licensors, the security team must implement a data protection solution that enforces hardware-rooted key protection, strict audit logging of key access requests, and annual key rotation. Crucially, the key rotation process must not require re-encrypting the underlying multi-terabyte static data objects. Which of the following storage security architectures best meets these combined requirements?
- Implement envelope encryption using Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs) stored within a Hardware Security Module (HSM).Cevap
- BEncrypt each stored video archive directly using individual asymmetric RSA-4096 key pairs managed via software keystores.
- CDeploy an inline Network Data Loss Prevention (NDLP) appliance to inspect storage traffic and re-encrypt data streams during transport.
- DConfigure Self-Encrypting Drives (SEDs) across storage nodes utilizing drive-level Media Access Control Security (MACsec).
Cevap
Envelope encryption using Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs) inside a Hardware Security Module (HSM) satisfies all requirements.
Envelope encryption utilizes a symmetric Data Encryption Key (DEK) to encrypt bulk data objects and a Key Encryption Key (KEK) managed inside a Hardware Security Module (HSM) to encrypt the DEKs. When key rotation occurs, only the KEK wrapping the DEKs needs to be updated, enabling instant key rotation without reading or re-writing petabytes of static video files. This fulfills hardware-rooted security, access auditing, and zero-downtime key rotation requirements.
Adım Adım Çözüm
Anahtar Kavram
Envelope Encryption and HSM Integration for Storage Security