Public Function SHA512(ByVal Message As String) As String
Hashes the specified message using the SHA-512 algorithm and returns the value as 128 char lower case hex.
©2024 Blue Polar. All rights reserved.