Hacker News new | ask | show | jobs
by fcolas 2619 days ago
I have a dataset management mechanism (delete, copy, duplicate, etc.) where dataset attributes are tagged as PII (personally identifiable information), and where generic filters are then applied to obfuscate PII for datasets that'll be used by non-privileged users, e.g., data science.

- It's not bullet proof, but it achieves what I'm looking for.