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. bb-algorithm-full

Range mask

Mask several characters of a string and replace them with Substitute value. bb-algorithm-range

MD5 mask

Use MD5 algorithm together with Salt value to hash. bb-algorithm-md5

Inner / Outer mask

  • Inner mask: Mask 123456 to format like 12**56, 1***56.
  • Outer mask: Mask 123456 to format like **34**, *23***.
bb-algorithm-inner