xdmp.hmacSha1( secretkey as Item, message as Item, [encoding as String] ) as String
Calculates the Hash-based Message Authentication Code (HMAC) using the SHA1 hash function of the given secret key and message arguments.
xdmp.hmacSha1("foo", "bar"); => "46b4ec586117154dacd49d664e5d63fdc88efb51"
xdmp.hmacSha1("foo", "bar", "base64"); => "RrTsWGEXFU2s1J1mTl1j/ciO+1E="
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.