59 lines
2.5 KiB
Plaintext
59 lines
2.5 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: passlib
|
|
Version: 1.7.4
|
|
Summary: comprehensive password hashing framework supporting over 30 schemes
|
|
Home-page: https://passlib.readthedocs.io
|
|
Download-URL: https://pypi.python.org/packages/source/p/passlib/passlib-1.7.4.tar.gz
|
|
Author: Eli Collins
|
|
Author-email: elic@assurancetechnologies.com
|
|
License: BSD
|
|
Keywords: password secret hash security
|
|
crypt md5-crypt
|
|
sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt
|
|
apache htpasswd htdigest
|
|
totp 2fa
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Natural Language :: English
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 2.6
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3.3
|
|
Classifier: Programming Language :: Python :: 3.4
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
Classifier: Programming Language :: Python :: Implementation :: Jython
|
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
Classifier: Topic :: Security :: Cryptography
|
|
Classifier: Topic :: Software Development :: Libraries
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Provides-Extra: argon2
|
|
Provides-Extra: bcrypt
|
|
Provides-Extra: build_docs
|
|
Provides-Extra: totp
|
|
License-File: LICENSE
|
|
|
|
Passlib is a password hashing library for Python 2 & 3, which provides
|
|
cross-platform implementations of over 30 password hashing algorithms, as well
|
|
as a framework for managing existing password hashes. It's designed to be useful
|
|
for a wide range of tasks, from verifying a hash found in /etc/shadow, to
|
|
providing full-strength password hashing for multi-user applications.
|
|
|
|
* See the `documentation <https://passlib.readthedocs.io>`_
|
|
for details, installation instructions, and examples.
|
|
|
|
* See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
|
|
for the latest news and more information.
|
|
|
|
* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
|
|
for a description of what's new in Passlib.
|
|
|
|
All releases are signed with the gpg key
|
|
`4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
|