MD5 - Passwords with python

Richard Brodie R.Brodie at rl.ac.uk
Wed Jun 28 11:55:01 EDT 2000


"Holger M. Füßler" <fuessler at solutec.de> wrote in message news:6e7dj8.bvb.ln at iiab.soluma.de...

> Is there a library function to encode passwords crypt-style, but with md5 as
> hashing-algorithm for python?

md5 is a standard Python library module. See the fine online documentation:
http://www.python.org/doc/current/lib/module-md5.html (or locally).






More information about the Python-list mailing list