CryptoHash

The CryptoHash Node.
The CryptoHash Node takes a String and encrypts it as a hash using an algorithm chosen by the user.

The CryptoHash Node Attributes.
Attribute | Type | Description |
---|---|---|
String | String | The String that will be encrypted, if none is given in the Input Socket. |
Algorithm | Drop-down | The algorithm that will be used for the encryption, if none is given in the Input Socket. The available options are MD5 , SHA-1 , and SHA-256 . |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
String | String | The String that will be encrypted. |
Algorithm | String | The algorithm that will be used for the encryption. It should be one of the available options: MD5 , SHA-1 , or SHA-256 . |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
Hash | String | The hash value corresponding to the String given as input. |
Last modified 3mo ago