digest.hmac_md5

STRINGdigest.hmac_md5STRINGkeySTRINGs

Available inall subroutines.

Returns an MD5-based message authentication code based on the supplied key and string s.

Example

set req.http.X-HMAC-MD5 = digest.hmac_md5("secret", req.url);