Random data masking
Random masking consists of masking an input value with a randomly generated value.
When there are multiple occurrences of the same value in the input dataset, it can be masked with different values.
Different values from the input dataset can be masked with the same value.
Random data masking examples
The following table shows examples of generated masked values using the Replace the first n characters function:
Input values | Extra Parameter | Examples of masked values |
---|---|---|
newuser@domain.com | "4" | ohsbser@domain.com |
admin@company.com | "4" | lneen@company.com |
newuser@domain.com | "4" | qzmaser@domain.com |
The following table shows examples of generated masked values using the Generate from pattern function:
Input values | Extra Parameter | Examples of masked values |
---|---|---|
newuser@domain.com | "aaaaaa" | rxvsas |
admin@company.com | "aaaaaa" | bbwpba |
newuser@domain.com | "a9aaa9" | r8daw1 |
The following table shows examples of generated masked values for the Generate French SSN number function:
Input values | Examples of masked values |
---|---|
190049418437621 | 2590459222147 22 |
271083561478941 | 1900846274448 17 |
190049418437621 | 2730364078284 70 |
117029 | 1750694861914 69 |