A specialized genomic research organization is implementing data protection controls across its analytical data pipeline. Security policies require that direct patient identifiers, such as names and social security numbers, be replaced with random alphanumeric values in testing environments, while retaining the technical ability to reverse the process back to original records via an encrypted central vault accessible only to authorized compliance personnel. Which of the following privacy-enhancing techniques best satisfies this operational requirement?
- TokenizationAnswer
- BData anonymization
- CData masking
- DCryptographic hashing
Answer
Tokenization is the correct control because it replaces sensitive elements with surrogate values that can be reversed using a secure mapping vault.
Tokenization replaces sensitive sensitive data elements with surrogate values (tokens) that have no intrinsic or exploitable meaning. The mapping back to the original sensitive data is securely stored in a centralized token vault accessible only under strict authorization controls.
Step-by-Step Solution
Key Concept
Privacy-Enhancing Technologies (Tokenization vs. Anonymization vs. Masking)