Hi Al,

I guess the problem you see is that revs MD5s need to be binaryDecoded to have 
the same output like for example PHP. A simple script to see this is:

on mouseUp
   local tCheck,tResult
   put md5Digest("moo") into tCheck
   get binaryDecode("H*",tCheck,tResult)
   put tCheck&cr&tResult
  -- tCheck is revs, tResult is compliant to PHP
end mouseUp

Hope that helps!

Cheers,

Malte_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to