Skip to main content

Hash Connector

Hash Compute hashes of strings using common hash functions

Triggers

HMAC Webhook Trigger

Validate a payload using an HMAC hash function

InputCommentsDefault
Response Status CodeThe HTTP status code to use for the response
Response Content TypeThe Content-Type header to use for the response
Additional Response HeadersList of key/value pairs to use as additional headers for the response
Response BodyThe body to use for the response
HMAC Header NameThe name of the header that contains the HMAC hash of the payload's body
Secret KeyThe cryptographic secret key used to hash the payload's body. This must be a string or byte array
HMAC Hash Functionsha256

Actions

Compute BLAKE2b512 Hash

Compute the BLAKE2b512 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute BLAKE2s256 Hash

Compute the BLAKE2s256 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute Hash

Compute the hash of a string using a hash function

InputCommentsDefault
Hash Functionsha256
MessageThe message to generate a hash of

Compute HMAC Hash

Compute an HMAC hash given a message, secret and hash function

InputCommentsDefault
Hash Functionsha256
Secret KeyThe cryptographic secret key used to hash the payload's body. This must be a string or byte array
MessageThe message to generate a hash of

Compute MD4 Hash

Compute the MD4 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute MD5 Hash

Compute the MD5 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute MD5-SHA1 Hash

Compute the MD5-SHA1 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute RIPEMD160 Hash

Compute the RIPEMD160 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA1 Hash

Compute the SHA1 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA224 Hash

Compute the SHA224 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA256 Hash

Compute the SHA256 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA3-224 Hash

Compute the SHA3-224 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA3-256 Hash

Compute the SHA3-256 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA3-384 Hash

Compute the SHA3-384 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA3-512 Hash

Compute the SHA3-512 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA384 Hash

Compute the SHA384 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA512-224 Hash

Compute the SHA512-224 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA512-256 Hash

Compute the SHA512-256 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SHA512 Hash

Compute the SHA512 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute SM3 Hash

Compute the SM3 hash of a string

InputCommentsDefault
MessageThe message to generate a hash of

Compute whirlpool Hash

Compute the whirlpool hash of a string

InputCommentsDefault
MessageThe message to generate a hash of