An anonymizer is a tool that de-identifies or masks data/event unidentifiable. It could be a proxy server that acts as a shield between internet and the local network or it can be a tool that consumes data from the source and modifies it into a untraceable data into the destination(like removal of sensitive/protected information).
Questions tagged [anonymize]
79 questions
-1
votes
4 answers
What's the most efficient way of truncating the names in a first_name and last_name column to 1 character?
What's the most efficient way of truncating the names in a first_name and last_name column to 1 character?
I have a mysql database that I want to hand off to a developer but I want to partially sanitize the data so that the two name records drop…

Tenthrow
- 51
- 8
-1
votes
2 answers
Replace on for loop list
My ideia is to find every email in a sentence and replace it for a different random email (anonymization). But I can't get the result I want. Every email is replaced for the same one or I get an error (list index out of range)
input:
email =…
-2
votes
1 answer
How to loosen up required versions when installing a package
There is a python anonymization package called cape-privace.
When I try to pip install it, it gives and error due to conflicting packages,
For example it requires pandas==1.0.3, but it successfully work with pandas latest version.
How can I access…

Sabzaliev Shukur
- 361
- 5
- 12
-3
votes
1 answer
Can you provide no knowledge SaaS, if server only serves requests with a VPN/Tor IP address?
to protect users you would reject serving requests originating from non-VPN/Tor IP addresses.
how can you get and keep updated a list of
the Top/most secure VPN providers's IP addresses? (others won't be approved by/work with the service)
Tor exit…

Wis
- 484
- 7
- 22