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=detailatid=355470aid=1123660group_id=5470 Note to skeptics: the attacks are pretty serious.

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 built-in