An e-commerce enterprise is deploying an automated cloud storage repository for sensitive database backups containing customer personally identifiable information (PII). Regulatory compliance mandates that all bulk data must be encrypted at rest with high throughput, while key lifecycle management must be secured by a dedicated hardware root of trust to prevent key extraction. Which architecture best fulfills both performance and key protection requirements?
- Encrypt bulk backups using symmetric Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs) managed inside a Hardware Security Module (HSM).Cevap
- BEncrypt bulk backup files directly using asymmetric RSA-4096 public keys and retain the private key in a software key vault.
- CEnforce strict network microsegmentation and firewall access control rules around the cloud backup storage endpoints.
- DGenerate SHA-256 cryptographic hashes for all backup files before transfer to guarantee data-at-rest confidentiality.
Cevap
Encrypt bulk backups using symmetric Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs) managed inside a Hardware Security Module (HSM).
The correct answer utilizes envelope encryption. Bulk backup data is encrypted rapidly using symmetric Data Encryption Keys (DEKs), while the DEKs themselves are encrypted (wrapped) by Key Encryption Keys (KEKs) maintained securely inside a tamper-resistant Hardware Security Module (HSM). This architecture balances high-speed bulk data processing with rigid, hardware-enforced key governance.
Adım Adım Çözüm
Anahtar Kavram
Envelope encryption and Hardware Security Module (HSM) key protection architecture