|
|
|
|
|
by ranguna
1859 days ago
|
|
I would say the structure of the records themselves can stay, but not the data itself. If you have a user table, maybe you can just randomly hash the sensitive user data but keep the record. Not 100% sure about this though, since you could probably derive the user with statistics like: if it's known that 1 person gets a specific disease every 10 years and you have an obfuscated record of a person connected with that disease, it's fairly straightforward to derive who that person is just through that connection. |
|