Data Masking Algorithm for Java
989078Feb 4 2013 — edited Feb 5 2013Hi All,
I assume am posting this in right forum/thread.
Am a BSA for a web project. and currently we have a web based reporting application with all types of secure, sensitive information of a customer.
The business has asked for a DATA MASKING on such sensitive and secure information.
I would like to aks you all on the possible approaches to implement data masking.
Assmuing that, the data base is not touched for Masking activity do we have any masking algorithms available in JAVA.
in the code level can we implement the below requirements.
1. Data mask on the screen display for SSN #, bank card, Medical Info # etc.
2. Data Mask on export to file with above fields.
Please advise.