[ANNOUNCE] Passlib 1.3 - a password hashing library for python

Eli Collins elic at astllc.org
Fri Mar 25 21:55:32 CET 2011


I'm pleased to announce the first public release of Passlib, 
a small password hashing library.

Initially developed to handle password hashing for various 
multiuser applications, it has expanded to support a wide range
of password hash algorithms, as well as tools aiding applications 
in migrating existing password hashes.

Other features include:

    * Support for over 20 common password hashing algorithms,
      with complete format & algorithm documentation.
    * 95% complete unit test coverage
    * Pure python, os-independant
    * BSD licensed

Passlib Homepage
    http://code.google.com/p/passlib/
    
Passlib Documentation
    http://packages.python.org/passlib

Passlib @ PyPI
    http://pypi.python.org/pypi/passlib
    
- Eli Collins


More information about the Python-announce-list mailing list