HMAC_SHA512

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

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

See also: