UUID

Below is a list of available UUID mask functions.

Hash

The Hash ensures consistent anonymization by mapping each UUID to a new, uniquely generated UUID. This transformation preserves uniqueness and referential integrity while ensuring that the original values cannot be traced back. Identical input UUIDs will always produce the same hashed output. To ensure accurate ordering, please see ordering and indexing considerations.

Parameters

  • No parameters.

Example

If you configure:

Column names:
1cb29fe0-cd08-4bc7-8c43-c5f132e8af3b,
5764c99f-e3e7-4a5d-95bb-f667c6b71de9,
5764c99f-e3e7-4a5d-95bb-f667c6b71de9,
...

The results will be:

Column names:
yWlRcHBNHm34kvegsQveOijBPYV6xO4l,
NjSEpGvyLeBC3x2UU8a OKq5VPYGvGmG,
NjSEpGvyLeBC3x2UU8a OKq5VPYGvGmG,
...
Hash

Last updated

Was this helpful?