Masking types
Static
Dynamic
What is data masking and how
it works?
Data masking works by
shielding confidential data, such as credit card information,
Social Security numbers, names, addresses, and phone numbers, from unintended
exposure to reduce the risk of data breaches
What is masking in SQL
Server?
Encrypting SQL Server: Dynamic Data Masking.
... SQL Server 2016 introduced dynamic data masking (DDM)
as a way to prevent unauthorized users from viewing certain types of sensitive information.
The database engine masks the data when it is retrieved from
the database, based on masking rules defined on the column
schema.
No comments:
Post a Comment