Maskers

Masking functions directly modify existing values to anonymize them, while preserving the original format. This makes masked data more suitable for scenarios where format realism is required.

When to use

  • To anonymize both directly and indirectly identifiable information

  • When data must remain valid in format (e.g. date, email, UUID)

  • For PII in non-production or staging environments

When not to use

  • When exact values or relationships must be preserved

  • When synthetic data is required instead of transformed real data

  • In production environments where full de-identification is needed

Available maskers

Maskers are categorized by data type:

Interactive guide: How to apply a masker

Follow the interactive guide below to apply a masker.

Last updated

Was this helpful?