CryptoHash
Last updated
Last updated
The CryptoHash Node takes a String and encrypts it as a hash using an algorithm chosen by the user.
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| String | The String that will be encrypted, if none is given in the Input Socket. |
| Drop-down | The algorithm that will be used for the encryption, if none is given in the Input Socket. The available options are |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| String | The String that will be encrypted. |
| String | The algorithm that will be used for the encryption. It should be one of the available options: |
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. |
| String | The hash value corresponding to the String given as input. |
Cryptographic hash function on Wikipedia.
MD5 on Wikipedia.
SHA-1 on Wikipedia.
SHA-2 on Wikipedia.