where to download md5.py?

Jacob Hallen jacob at cd.chalmers.se
Fri Nov 4 16:35:10 EST 2005


In article <mailman.25.1130954568.18701.python-list at python.org>,
Fredrik Lundh <fredrik at pythonware.com> wrote:
>"Bell, Kevin" wrote:
>
>> I've been looking around, but haven't found a place to download the
>> md5.py module.  I need it to run the dupinator.py
>
>md5 is a standard Python module (written in C).  it's been in Python since
>the early ages, so if you don't have it, your install is most likely
>broken (per-
>haps intentionally, based on this: http://eprint.iacr.org/2004/199 )

A pure python implementation of md5 is included in the pypy project.
It is naturally a lot slower than the C module, but it does the job.

Jacob Hallén

-- 



More information about the Python-list mailing list