59
Views
1
Comments
Solved
[Data Anonymization] Data mask data storing in db and unmask in ui
Question
data-anonymization
Service icon
Forge asset by OutSystems Lab
Application Type
Service

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.

2024-01-18 12-42-28
Bogdan Boglea
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.