-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
Description
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!