How to mask data in database
Hi All,
We have an ask from the Business to explore the possible ways to mask the data in the database. Here are more details to the requirement:
- To restrict the developers/ other users to mask the sensitive data in the database. When we query any record, few of the sensitive information like SSN, Bank acct number, Phone numbers must be masked.
- Since the requirement is to mask for the developers as well, how can IT team perform the testing and validate the data provided.
- What are the possible ways of masking the data?
- Pros and cons of implementing this functionality.
0