Flow: Cryptographic Hash
The Cryptographic Hash node is a one-way hash function, which takes a variable-length input string and converts it into a fixed-length sequence.
The node specific configuration is accessed by double-clicking the node.
SETTINGS
The key values to be extracted / translated from the input data set and the corresponding output is configured using these settings.
Settings- Configuration Description
Field | Description |
---|---|
Hashing Algorithm | Specifies the list of available algorithms to choose from:
|
Plain text | Text to be hashed. |
Apply salt | On enabled, users can enter their own 'Salt value’; otherwise they can choose to auto-generate this value. |
Autogenerate salt | On enabled, a 16-character auto-generated string, with $(auto.salt) a variable is placed in the salt value field. |
Hash variable | The hashed output of the algorithm is made available in this response variable, for the users' reference. |
Salt variable | Response variable, which gives the value. Since this is auto generated, user can save this value. |
SESSION DATA
For information on session data, click here.
CUSTOM LOGS
For information on custom logs, click here.
NODE EVENTS
Node events lists all outcomes of this node. You can add custom labels or terminate (end) an event by setting the termination reason.
Event Name | Description |
---|---|
onsuccess | Input data is successfully hashed with the hashed value stored in the set parameter. |
onerror | All exceptions, for example: invalid data, maximum length reached. |
Updated over 1 year ago