http://lists.runrev.com/pipermail/use-revolution/2003-November/ 025764.html
function hexDigest pvalue
local tRes
put md5Digest(pValue) into tMD5
get binaryDecode("H*",tMD5,tRes)
return tRes
end hexDigestFor others, note that this also produces (as you would expect) the same md5 hash string as returned by PHP md5 function ( http://www.phpfreaks.com/phpref/116.php )
:-)
Rodney
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
