Overview
Thecreate-hash transformation creates a hash value from the input using a specified algorithm.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The value to hash |
type | string | Yes | Hash algorithm: "sha256", "sha512", "sha1", "md5", or "sha224" |
encoding | string | No | Output encoding: "hex" (default) or "base64" |