IV Data Oriented Strategies Flashcards
Separating Data
Distributing data so that teams only receive the PIA they need to perform their job (HR and payroll receive different info on new employees.
Minimizing Data
Limit the amount of personal information that needs to be processed. “Exclude. Select. Strip. Destroy.”
Exclude (minimizing data)
Exclude unnecessary data
Select (minimizing data)
Select what data will be processed
Strip (minimizing data)
Strip unnecessary data
Destroy (minimizing data)
Destroy data you no longer need
Abstracting Data
Limits detail. An example: ask someone if they’re over a specific age, rather than asking their exact age. “Grouping, Summarizing, Perturbing.”
Grouping (data)
“those who bought hammers also bought nails.”
Summarizing (data)
e.g. using an age range (20-30)
Perturbing (data)
Add approximation or noise to data
Hiding Data
Protects personal information by making it unconnectable or unobservable to others. “Restrict, Mix, Obfuscate, Disassociate”
Restrict (data)
Prevent unauthorized access to data, such as by requiring login credentials.
Mix (data)
Process information randomly within large groups to reduce correlation.
Obfuscate (data)
Obstruct the ability to read or understand personal information. Often done with encryption or hashing.
Disassociate (data)
Remove correlation between data subjects and their personal information. Ex: after restaurant delivers order, they need to remember what someone ordered to plan for next week/month, but they don’t need to remember who ordered it.