A healthcare technology organization is designing a data protection architecture to archive multi-terabyte patient records in a cloud-based storage repository. Regulatory mandates require that the enterprise security team maintain exclusive physical control over key generation, rotation, and revocation lifecycle operations. Additionally, the bulk encryption mechanism must support high-throughput processing for mass ingestion without delegating root key custody to the cloud service provider. Which of the following storage security architecture configurations best satisfies both performance requirements and regulatory key ownership constraints?
- Perform bulk symmetric data encryption on-premises using Data Encryption Keys (DEKs) that are wrapped by Key Encryption Keys (KEKs) generated and managed inside a local Hardware Security Module (HSM) prior to uploading the ciphertext.Answer
- BEncrypt all archived data payloads directly using host-side asymmetric RSA-4096 public keys managed by the local security team before transmitting the files to cloud storage.
- CDeploy an inline endpoint Data Loss Prevention (DLP) agent as a corrective control to intercept unencrypted outbound cloud uploads and perform automatic server-side re-keying.
- DEnforce transport-layer TLS encapsulation with ephemeral session keying provided by the cloud vendor to fulfill the compliance requirement for enterprise data-at-rest storage security.
Answer
Bulk symmetric data encryption on-premises utilizing Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs) managed inside an enterprise Hardware Security Module (HSM) before cloud upload.
Envelope encryption combined with an on-premises Hardware Security Module (HSM) satisfies both requirements. Symmetric algorithms efficiently handle multi-terabyte bulk payload encryption, while maintaining KEKs within a physical on-premises HSM guarantees complete enterprise custody over key generation, rotation, and revocation operations.
Step-by-Step Solution
Key Concept
Data Encryption at Rest and Key Management Architecture (Envelope Encryption & HSM)