---
title: "Hash Connector"
slug: "hash-connector"
description: "Compute various string hashes using popular functions like SHA, MD5, and BLAKE2, and validate payloads with HMAC for enhanced security."
updated: 2026-07-17T15:44:59Z
published: 2026-06-12T14:52:16Z
canonical: "docs.lansweeper.com/hash-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hash Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

The **Hash** component allows you to compute the hash of a string using a variety of common hash functions (MD5, SHA256, etc).

## Triggers

### HMAC Webhook Trigger

Validate a payload using an HMAC hash function

| Input | Comments | Default |
| --- | --- | --- |
| Response Status Code | The HTTP status code to use for the response |  |
| Response Content Type | The Content-Type header to use for the response |  |
| Additional Response Headers | List of key/value pairs to use as additional headers for the response |  |
| Response Body | The body to use for the response |  |
| HMAC Header Name | The name of the header that contains the HMAC hash of the payload's body |  |
| Secret Key | The cryptographic secret key used to hash the payload's body. This must be a string or byte array |  |
| HMAC Hash Function |  | sha256 |

## Actions

### Compute BLAKE2b512 Hash

Compute the BLAKE2b512 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute BLAKE2s256 Hash

Compute the BLAKE2s256 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute Hash

Compute the hash of a string using a hash function

| Input | Comments | Default |
| --- | --- | --- |
| Hash Function |  | sha256 |
| Message | The message to generate a hash of |  |

### Compute HMAC Hash

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

| Input | Comments | Default |
| --- | --- | --- |
| Hash Function |  | sha256 |
| Secret Key | The cryptographic secret key used to hash the payload's body. This must be a string or byte array |  |
| Message | The message to generate a hash of |  |

### Compute MD4 Hash

Compute the MD4 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute MD5 Hash

Compute the MD5 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute MD5-SHA1 Hash

Compute the MD5-SHA1 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute RIPEMD160 Hash

Compute the RIPEMD160 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA1 Hash

Compute the SHA1 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA224 Hash

Compute the SHA224 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA256 Hash

Compute the SHA256 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA3-224 Hash

Compute the SHA3-224 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA3-256 Hash

Compute the SHA3-256 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA3-384 Hash

Compute the SHA3-384 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA3-512 Hash

Compute the SHA3-512 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA384 Hash

Compute the SHA384 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA512-224 Hash

Compute the SHA512-224 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA512-256 Hash

Compute the SHA512-256 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SHA512 Hash

Compute the SHA512 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute SM3 Hash

Compute the SM3 hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |

### Compute whirlpool Hash

Compute the whirlpool hash of a string

| Input | Comments | Default |
| --- | --- | --- |
| Message | The message to generate a hash of |  |
