digest.hmac_md5
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);
Available inall subroutines.
Returns an MD5-based message authentication code based on the supplied
key
and string s
.
set req.http.X-HMAC-MD5 = digest.hmac_md5("secret", req.url);