md5

Malte Brill revolution at derbrill.de
Sun Feb 17 19:18:07 EST 2008


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






More information about the use-livecode mailing list