Metadata-Version: 1.0
Name: passlib
Version: 1.3.0
Summary: password hashing library
Home-page: http://code.google.com/p/passlib/
Author: Eli Collins
Author-email: elic@assurancetechnologies.com
License: BSD
Download-URL: http://code.google.com/p/passlib/downloads/list
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 application.
        
Keywords: password secret hash security crypt md5-crypt sha256-crypt sha512-crypt bcrypt htpasswd htdigest
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
