Public Function CreateMD5hash(ByVal InputText As String) As String
Calculates a MD5 hash and returns the value as 32 char uppercase hex (128 bit)
©2024 Blue Polar. All rights reserved.