Metadata-Version: 1.0
Name: passlib
Version: 1.4
Summary: comprehensive password hashing framework supporting over 20 schemes
Home-page: http://code.google.com/p/passlib/
Author: Eli Collins
Author-email: elic@assurancetechnologies.com
License: BSD
Description: PassLib is a password hash library, which provides cross-platform
        implementations of over 20 password hashing algorithms; as well as a framework for managing
        and migrating existing password hashes. It's designed to be useful
        for any task from quickly verifying a hash found in /etc/shadow,
        to providing full-strength password hashing for multi-user applications.
        
Keywords: password secret hash security crypt md5-crypt sha256-crypt sha512-crypt bcrypt htpasswd htdigest pbkdf2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
