For the complete documentation index, see llms.txt. This page is also available as Markdown.

1-way Hash Operation

Computes a one-way cryptographic hash of each string value using SHA 256 or SHA 512.

The 1-Way Hash operation replaces each string value in the column with its cryptographic hash. This is a destructive, irreversible operation — the original value cannot be recovered from the hash.

1-Way Hash dialog
1-Way Hash configuration

⚠️ Warning: Hashing makes a permanent, irreversible change to the column data.

Configuration

Field
Description

Algorithm

The hashing algorithm to use: SHA 256 (default) or SHA 512.

Last updated