sunitparekh / data-anonymization

Want to use production data for testing, data-anonymization can help you.
MIT License
459 stars 92 forks source link

Generating context-aware anonymized data #46

Open Aleyasen opened 7 years ago

Aleyasen commented 7 years ago

Thanks for the GREAT library you provided. I have a use case that I couldn't find documentation for it in the repo. I want to anonymize a database, but keep the integrity in the data, for example, if I anonymize a field, I want the anonymized values should be the same if the input values were the same. Does the library have this feature? Sorry if the question is obvious, I couldn't find information about this feature in the documentation.

sunitparekh commented 6 years ago

I guess you are looking for whitelist of fields which copies data into destination as is.