HMAC_SHA256

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

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

HMAC_SHA256()

See also: