An enterprise organization is deploying a centralized storage architecture hosting high-value transactional databases. Compliance regulations require that all storage volumes maintain encryption at rest, and master cryptographic keys must be generated, safeguarded, and offloaded to dedicated hardware isolated from host OS administrators to prevent unauthorized key extraction. Which of the following solutions should the security architect integrate into the storage architecture to fulfill this key management requirement?
- Hardware Security Module (HSM)Answer
- BBulk asymmetric encryption using RSA-4096 keys across all storage blocks
- CSHA-256 cryptographic hashing to guarantee non-repudiation of stored data
- DInline perimeter firewalls with deep packet inspection on storage networks
Answer
Hardware Security Module (HSM)
A Hardware Security Module (HSM) is a hardened, physical computing device that safeguards and manages digital keys, performs encryption and decryption functions, and generates strong random cryptographic keys. By storing master keys inside an HSM, key extraction by host operating system administrators or malware is prevented.
Step-by-Step Solution
Key Concept
Hardware-Based Key Protection and Storage Security Architecture