An enterprise health technology organization is deploying a high-throughput centralized database storage system processing millions of protected health information (PHI) records daily. Compliance standards mandate hardware-level protection for cryptographic key management where master keys are non-exportable and tamper-resistant. Additionally, data-at-rest bulk block encryption performance overhead must be offloaded directly to dedicated disk hardware, preventing media encryption keys from residing in host operating system memory. Which of the following storage security architectures satisfies both the performance and key isolation requirements?
- Self-Encrypting Drives (SEDs) utilizing hardware-based full disk encryption managed by an enterprise Hardware Security Module (HSM) for Key Encryption Key (KEK) lifecycle operationsCevap
- BHost-managed software bulk encryption using RSA-4096 asymmetric key pairs stored directly within Trusted Platform Module (TPM) chips across cluster nodes
- CSAN microsegmentation with inline packet-filtering firewalls executing transparent TLS termination for block-level storage array traffic
- DSoftware-level database column encryption utilizing host operating system file access control lists (FACLs) and kernel virtual memory paging encryption
Cevap
Self-Encrypting Drives (SEDs) utilizing hardware-based full disk encryption managed by an enterprise Hardware Security Module (HSM) for Key Encryption Key (KEK) lifecycle operations
The combination of Self-Encrypting Drives (SEDs) and a Hardware Security Module (HSM) perfectly satisfies both requirements. SEDs perform AES bulk encryption directly on the drive controller, eliminating OS memory key exposure and CPU performance overhead. The HSM provides a dedicated, tamper-resistant hardware appliance for securely generating, storing, and managing the Key Encryption Keys (KEKs) used to unlock or manage the drives.
Adım Adım Çözüm
Anahtar Kavram
Storage Security Architecture: Integrating SEDs for hardware-level bulk encryption with HSMs for key governance