Skip to content

hmacSHA1

hmacSHA1(data, key) → string · Security

Computes HMAC-SHA1 hash. Returns hex-encoded string. See Chapter 38.

  • data (required): the message

  • key (required): the secret key

utlx
{
  hash: hmacSHA1($input.message, $input.key)
}

Released under AGPL-3.0.