MD5 - Passwords with python

Ian Maurer ian_maurer at my-deja.com
Wed Jun 28 11:39:50 EDT 2000


MD5 is with the latest distros.

>> import md5

See the module index in the documentation with
your distro or go online to:

http://python.org/doc/current/modindex.html

to get to MD5 directly:

http://python.org/doc/current/lib/module-md5.html

Happy Pythoning,
Ian

Open-Source Python Enhanced DOS prompt:
http://hammer.prohosting.com/~pyguy


In article <6e7dj8.bvb.ln at iiab.soluma.de>,
  "Holger M. Füßler" <fuessler at solutec.de> wrote:
> Hi!
>
> Is there a library function to encode passwords crypt-style, but with
md5 as
> hashing-algorithm for python?
> Do you know where I can find documentation about the format?
>
> Thanks
> Holger
>
>

--
Ian Maurer




Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list