Masking Algorithm
You may customize your data masking algorithm with the help of a predefined masking type while creating a semantic type.
Full mask
Mask the entire value and show Substitute value.
Range mask
Mask several characters of a string and replace them with Substitute value.
MD5 mask
Use MD5 algorithm together with Salt value to hash.
Inner / Outer mask
- Inner mask: Mask
123456
to format like12**56
,1***56
. - Outer mask: Mask
123456
to format like**34**
,*23***
.