Hi Mark,

Rev has MD5 build in. However you will need to do some conversion of it, to match the way other languages display MD5 (like PHP)

Here is a snippet:

    local tVar,tDigest
    put md5digest("Malte") into tVar
    get binarydecode("H*",tVar,tDigest)
    put tDigest

Hope that helps,

Malte



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to