A global financial technology enterprise is updating its analytics warehouse architecture. To comply with privacy regulations while supporting data analysis, the database team replaces primary customer identifiers with cryptographic tokens. The original identifiers and corresponding tokens are stored in a separate, highly secured lookup table, allowing authorized compliance officers to re-identify records during formal legal investigations. Which of the following privacy-enhancing controls has the enterprise implemented?
- PseudonymizationAnswer
- BAnonymization
- CStatic Data Masking
- DRole-Based Access Control
Answer
Pseudonymization is the correct privacy control because it replaces identifying fields with artificial identifiers (tokens) while preserving the ability to re-identify data subjects using a securely segregated key.
Pseudonymization is a privacy enhancement technique that replaces data subject identifiers with pseudonyms or surrogate keys. Because the mapping key is stored separately and securely, the dataset remains de-identified during routine analytics while allowing authorized personnel to restore identity when required.
Step-by-Step Solution
Key Concept
Pseudonymization versus Anonymization in Privacy Controls
Estimated Time:1m 30s