Hash
Click to copy
Creates a hash from a given string with a specified algorithm.
Read more about hash functions here.
Block | Reference |
SHA-512 | https://en.wikipedia.org/wiki/SHA-2 |
SHA-256 | https://en.wikipedia.org/wiki/SHA-2 |
SHA-1 | https://en.wikipedia.org/wiki/SHA-1 |
MD5 | https://en.wikipedia.org/wiki/MD5 |
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] Input (string/email/text/phone number/geo point) - string to be hashed.
- [Output] Hash (string) - result of the operation.