Skip to content

hmacSHA384

hmacSHA384(data, key) → string · Security

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

  • data (required): the message

  • key (required): the secret key

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

Released under AGPL-3.0.