Hash

Click to copy

Creates a hash from a given string with a specified algorithm.


Read more about hash functions here.

BlockReference
SHA-512https://en.wikipedia.org/wiki/SHA-2
SHA-256https://en.wikipedia.org/wiki/SHA-2
SHA-1https://en.wikipedia.org/wiki/SHA-1
MD5https://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.