Hash

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

Read more about hash functions here.

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.

Last updated