Match each enterprise data protection architectural control to its corresponding storage security function.
- Tokenization with Format-Preserving EncryptionReplaces sensitive values with surrogate tokens while preserving existing database column schemas and validation rules.
- Hardware Security Module (HSM) with KMIPProvides centralized, tamper-resistant generation and lifecycle management of root keys across heterogeneous storage arrays.
- LUN Masking and Fabric ZoningRestricts Storage Area Network (SAN) access so that only authorized host bus adapters (HBAs) can attach to specific storage targets.
- Cryptographic Erase on Self-Encrypting Drives (SED)Rapidly renders physical storage drives unreadable during decommissioning by destroying the internal media encryption key.
Answer
Tokenization with Format-Preserving Encryption matches replacing sensitive values with surrogate tokens while preserving database column schemas. Hardware Security Module (HSM) with KMIP matches providing centralized, tamper-resistant key generation and management. LUN Masking and Fabric Zoning matches restricting SAN access so only authorized HBAs can attach to specific storage targets. Cryptographic Erase on SEDs matches rapidly rendering physical drives unreadable during decommissioning by destroying internal encryption keys.
Each storage security mechanism operates at a distinct operational layer of data storage architecture: application/database field protection (tokenization with FPE), root key lifecycle governance (HSM with KMIP), SAN fabric path isolation (LUN masking and zoning), and media sanitization at end-of-life (cryptographic erase).
Step-by-Step Solution
Key Concept
Data Protection and Storage Security Architecture Controls