Skip to content

hmacMD5

hmacMD5(data, key) → string · Security

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

  • data (required): the message

  • key (required): the secret key

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

Released under AGPL-3.0.