arx-deidentifier / arx

ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.
http://arx.deidentifier.org/
Apache License 2.0
620 stars 214 forks source link

Noise with ARX Anonymization #449

Open SoukainAmexio opened 1 year ago

SoukainAmexio commented 1 year ago

I'm working on a POC of Anonymization of data, and i would like to know if ARX can replace a data (Exemple: name of person) by a complete random string.

I cannot find a method doing the replacement of the whole String by a random String. To be more clear this is an exemple of what i want to get, i've done the simple code for this, but i would like to know if this is possible with ARX and if it is, what method can i use. Original list: [Soukaina, Lilya, Manal, Alex, Soukaina, Eric, Mathieu, Lilya] Modified list: [mfrfhafp, uztkm, jqwpf, pwhi, mfrfhafp, ejzv, pifwbhd, uztkm]

Thank you!

prasser commented 1 year ago

Thanks for your interest. We don't provide such functionality at the moment.