You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: