anonymize Questions
7
I am using mysqldump to create DB dumps of the live application to be used by developers.
This data contains customer data. I want to anonymize this data, i.e. remove customer names / credit card ...
3
Solved
To respect the privacy of my users I'm trying to anonymize their IP addresses in nginx log files.
One way to do this would be defining a custom log format, like so:
log_format noip '127.0.0.1 - [$t...
4
I have loaded an s3 bucket with json files and parsed/flattened it in to a pandas dataframe. Now i have a dataframe with 175 columns with 4 columns containing personally identifiable information.
...
2
Just found about this new regulation, it will be law in 2018 and affects anybody who stores data about EU citizens, that can be used to identify a person. More detail here.
I have a page tha...
Lampion asked 11/7, 2017 at 10:5
3
I'm trying to build a platform for users who will store confidential data about their clients. The context is quite simple: french laws prohibit me from having access to the data that my users will...
Rattigan asked 7/10, 2015 at 0:13
6
Solved
I am developing a site for which I would like to protect buyers by anonymizing their email addresses.Similar to craigslist's system, when a seller needs to contact a buyer they should be able to se...
Tomi asked 5/7, 2011 at 14:51
1
© 2022 - 2024 — McMap. All rights reserved.