In article <[EMAIL PROTECTED]>,
Fredrik Lundh <[EMAIL PROTECTED]> 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

-- 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to