CryptoSys API Library Manual

Example: Md5.HexHash 

[VB6 equivalent: MD5_StringHexHash]

Dim strDigest As String
' Set strDigest to be 32 chars
strDigest = Md5.HexHash("abc")
Console.WriteLine(strDigest)

strDigest = Md5.HexHash( _
    "abcdefghijklmnopqrstuvwxyz")
Console.WriteLine(strDigest)

See Also:
Md5.HexHash Method (String)

[Contents] [Index]

[PREV: Example: Md5.BytesHash ...]   [Contents]   [Index]   
   [NEXT: Example: Tdea.Pad ...]

Copyright © 2001-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-05-20T13:01:10Z.