Skip to main content

Overview

The create-hash transformation creates a hash value from the input using a specified algorithm.

Syntax

create-hash(<variable>, algorithm="sha256")

Parameters

ParameterTypeRequiredDefaultDescription
variableanyYes-The value to hash
algorithmstringNo"sha256"Hash algorithm (e.g., “sha256”, “md5”)

Examples

create-hash(<variable>, algorithm="sha256")
create-hash(<variable>, "md5")