convert md5digest to HEX?

Dar Scott dsc at swcp.com
Tue Nov 11 00:41:22 EST 2003


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



More information about the use-livecode mailing list