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