Match each data privacy and protection technique on the left with its corresponding operational implementation on the right.
- TokenizationReplacing sensitive data elements with non-sensitive surrogates stored in a separate lookup vault.
- Data MaskingConcealing specific characters or fields in a database view (such as showing only the last four digits of an account number) to limit visibility.
- AnonymizationIrreversibly modifying data so that the data subject can no longer be identified by any reasonably likely means.
- HashingConverting plain text into a fixed-length string using a one-way mathematical function to ensure data integrity or securely store passwords.
Answer
Tokenization pairs with replacing data with non-sensitive surrogates in a vault; Data Masking pairs with concealing specific fields or characters; Anonymization pairs with irreversibly removing identification capabilities; Hashing pairs with converting text into a fixed-length string via a one-way function.
Each data control accurately aligns with its standard industry definition: Tokenization uses surrogate values backed by a vault, Data Masking restricts visible characters, Anonymization permanently removes PII linking capabilities, and Hashing uses a one-way mathematical function.
Step-by-Step Solution
Key Concept
Data Protection Techniques and Privacy Enhancing Technologies