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