Icon

Hash Component

Quickly build integrations connecting your SaaS to the other products your customers use.

About the Hash Component

Compute hashes of strings using common hash functions

Actions

Action NameAction Description
Compute HashCompute the hash of a string using a hash function
Compute HMAC HashCompute an HMAC hash given a message, secret and hash function
Compute BLAKE2b512 HashCompute the BLAKE2b512 hash of a string
Compute BLAKE2s256 HashCompute the BLAKE2s256 hash of a string
Compute MD4 HashCompute the MD4 hash of a string
Compute MD5 HashCompute the MD5 hash of a string
Compute MD5-SHA1 HashCompute the MD5-SHA1 hash of a string
Compute RIPEMD160 HashCompute the RIPEMD160 hash of a string
Compute SHA1 HashCompute the SHA1 hash of a string
Compute SHA224 HashCompute the SHA224 hash of a string
Compute SHA256 HashCompute the SHA256 hash of a string
Compute SHA3-224 HashCompute the SHA3-224 hash of a string
Compute SHA3-256 HashCompute the SHA3-256 hash of a string
Compute SHA3-384 HashCompute the SHA3-384 hash of a string
Compute SHA3-512 HashCompute the SHA3-512 hash of a string
Compute SHA384 HashCompute the SHA384 hash of a string
Compute SHA512 HashCompute the SHA512 hash of a string
Compute SHA512-224 HashCompute the SHA512-224 hash of a string
Compute SHA512-256 HashCompute the SHA512-256 hash of a string
Compute SM3 HashCompute the SM3 hash of a string
Compute whirlpool HashCompute the whirlpool hash of a string

Triggers

Trigger NameTrigger Description
HMAC Webhook TriggerValidate a payload using an HMAC hash function