HMAC_SHA1

Public Function HMAC_SHA1(ByVal Key As String, ByVal Message As String) As String

Hashes/signs the specified message using the SHA-1 algorithm and returns the value as 40 char lower case hex.

See also: