On Monday, November 10, 2003, at 10:26 PM, kee nethery wrote: > Is there a way to use baseConvert or binaryDecode to convert an > md5digest result to hex? function hex s local h get binaryDecode("H*",s,h) return h end hex I use this often. Dar Scott