Skip to content

hmacSHA512

hmacSHA512(data, key) → string · Security

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

  • data (required): the message

  • key (required): the secret key

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

Released under AGPL-3.0.