Hash Node
The Hash Node allows you to create a cryptographic hash and put it on your payload.
Configuration
The Hash Node’s configuration fields are:
- Data Template: (Required) A string template that is the input data (or message) used to create the hash.
- Secret Template: When provided, will create an HMAC, which signs this secret in hash.
-
Algorithm Type: (Required) The algorithm that is used to generate the hash. Options are:
-
Encoding Type: (Required) The encoding the digest message should be formatted in. Options are:
- Destination Path: (Required) A path to store the hash on the payload, e.g.
data.hash