ApplicationExperienceEdge 1.1.0

Hash Node

The Hash Node allows you to create a cryptographic hash and put it on your payload.

Hash Node

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.
  • Data Encoding: The encoding of the provided data. By default UTF8 is selected.
  • Secret Template: A string template, that when provided will be used to create an HMAC digest, instead of a straight hash of the provided data.
  • Secret Encoding: The encoding of the provided secret. By default UTF8 is selected.
  • 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

Hash Node Configuration