Appearance
hmacMD5(data, key) → string · Security
hmacMD5(data, key) → string
Computes HMAC-MD5 hash. Returns hex-encoded string. See Chapter 38.
data (required): the message
data
key (required): the secret key
key
{ hash: hmacMD5($input.message, $input.key) }