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