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