HashMD5

Creates an MD5 Hash from your data. MD5 is a one encryption hash that is frequently used for password authentication and storage of strings.

Note MD5 encryption is one way, which means you can't get the original value back. MD5 is typically used to encode data once and then only compare the hashed values.

Note: This is a static function not a method of wwAPI

HashMD5(tcData)

Return Value

encoded string in binary format. This string may contain CHR(0) and other low order byte data

Parameters

tcData
The data to be encoded

See also:

Class wwAPI

© West Wind Technologies, 2004-2017 • Updated: 05/02/13
Comment or report problem with topic