Healthcare Technology company used ADM to discover, protect + mask billions of rows of sensitive data
Permanently modifies sensitive data values in a dataset before storage or sharing. Creates a masked copy with realistic but fictitious data, preserving usability for development, testing, or analytics.
Offers stronger security because the original sensitive data is never stored. Even if a bad actor breaches the database, they will only be able access the masked data.
Alters sensitive data on-the-fly, masking it only when accessed by users. The original data remains intact within the database.
Microsoft SQL Server offers built in dynamic data masking; however, it does not offer static data masking.
Dynamic data masking may present a higher security risk. If a hacker gains access to the database, they might be able to view the unmasked sensitive data.