Public Function HMAC_SHA512_HexKey(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. Uses a key that is passed as HEX.
©2024 Blue Polar. All rights reserved.