iCrypto_TestMD5
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Crypto > iCrypto_MD5 > iCrypto_TestMD5 |
Description
The iCrypto_TestMD5() function verifies a MD5 (message-digest algorithm) hash alghoritm using a well know set of bytes.
Syntax
testSucceeded = iCrypto_TestMD5()
Returns
Number, non-zero for success, otherwise zero.
Remarks
This function is for internal use only.
Restrictions
See also
Examples
Uses "Crypto"
if iCrypto_TestMD5() then
msgbox 0, "The iCrypto's implementation of MD5 is ok!"
end if