Re: Better crypto hash functions, long, with code

2005-08-26 Thread Paul Rubin
Bryan Olson <[EMAIL PROTECTED]> writes: > The module provides classes and functions. The functions are: > > string_to_hex(str): Return a string with two hex digits for > each byte of str, representing the ord() of the byte. The > case of the hex digits A-F/a-f is up to Python's buil

Re: Better crypto hash functions, long, with code

2005-08-26 Thread Paul Rubin
Nice. Note that the Sourceforge bug for this issue indicates that something is already being done about it. It just happens to have been updated a day or so ago: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1123660&group_id=5470 Note to skeptics: the attacks are pretty seriou