Privacy Technologies Flashcards
What is the method and techs that remove identifying information from data before its distributed?
Deidentification
Note: Once the personal information is removed, the data can be repurposed for other uses.
What deidentification method uses generic or placeholder labels to substitute for real data while preserving the original structure or format of the data?
Data Masking
What deidentification method uses a unique token to substitute for the real data?
Tokenization
Note: Tokenization is reversible. The real data is replaced with token data, and the real data is stored away in an associated file linked to the token.
What deidentification technique generalizes data to protect the individuals involved?
Aggregation/Banding
Example: Out of 100 clinical trials, 99 individuals contracted Covid after receiving the vaccine.
What is the attack that combines deidentified dataset with other data sources to determine the level of security with the deidentification method used?
Reidentification