Sub GetMD5 (Text As String) As String
Dim MD As MessageDigest
Dim Data() As Byte = MD.GetMessageDigest(Text.GetBytes("UTF8"),"MD5")
Dim BC As ByteConverter
Return BC.HexFromBytes(Data)
End Sub
Don't forget to reference to the iEncryption and iRandomAccessFile library
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.