HMAC_SHA1_HexKey

Public Function HMAC_SHA1_HexKey(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. Uses a key that is passed as HEX.

See also: