Hi
I have one requirement.i want to do the data masking and after masking i want to store data in db.after storing i want to unmask the db data.is there any way to do that with help of this component.i need this very badly.if any one has any suggestions plz suggest me.
Hello,
The purpose of data anonymization is to make sure no personal information is stored in the system, so unmasking it would not make too much sense.
In case you want some kind of masking/unmasking functionality I suggest trying to hash/encrypt the information in the database and decrypt it in the UI. I think CryptoAPI component has some useful functions for this.
Regards,Bogdan