Data Masking: Introduction to Key Masking

This type of data masking is used when a deterministic and repeatable output for a key value is needed. This means same input across multiple table columns will return the same output. It is helpful in maintaining the foreign key integrity across tables even when masking the key value. The controlling input is the seed […]