On May 31, 2007, at 3:27 PM, Richard Kaye wrote:

> Yep. On my list of possible solutions. I need to make sure that  
> whatever
> checksum I generate can live in an XML file and Craig's function  
> appears
> to return a binary string. So I think I have to strconv() the hash to
> turn it into some kind of ASCII. (The consumer of this checksum is  
> a web
> service written in Python. I need to be sure that we can both  
> recognize
> any given hash.)

        MD5 sums are usually represented as hex strings rather than in a  
direct binary string format. Most MD5 utilities have an alternative  
for retrieving the value in hex rather than in binary format.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to