Options

Deterministic masking across multiple tables where the masked column is the relationship column

Deterministic masking across multiple tables without using primary key and where the column names are not the same. Example: Table 1 (Employee) has EmployeeID and SocialSecurityNumber. Table 2 (Order) has OrderID, EmployeeID and SSN. Can the Social Security Number fields in all 2 tables be masked to the same values so the records continue to match.

The masked SSN value should never be a real SSN.

Answers

Sign In or Register to comment.