You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 rivejä
1.6 KiB

  1. Metadata-Version: 2.1
  2. Name: passlib
  3. Version: 1.7.4
  4. Summary: comprehensive password hashing framework supporting over 30 schemes
  5. Home-page: https://passlib.readthedocs.io
  6. Author: Eli Collins
  7. Author-email: elic@assurancetechnologies.com
  8. License: BSD
  9. Download-URL: https://pypi.python.org/packages/source/p/passlib/passlib-1.7.4.tar.gz
  10. Keywords: password secret hash security
  11. Provides-Extra: argon2
  12. Requires-Dist: argon2-cffi (>=18.2.0) ; extra == 'argon2'
  13. Provides-Extra: bcrypt
  14. Requires-Dist: bcrypt (>=3.1.0) ; extra == 'bcrypt'
  15. Provides-Extra: build_docs
  16. Requires-Dist: sphinx (>=1.6) ; extra == 'build_docs'
  17. Requires-Dist: sphinxcontrib-fulltoc (>=1.2.0) ; extra == 'build_docs'
  18. Requires-Dist: cloud-sptheme (>=1.10.1) ; extra == 'build_docs'
  19. Provides-Extra: totp
  20. Requires-Dist: cryptography ; extra == 'totp'
  21. Passlib is a password hashing library for Python 2 & 3, which provides
  22. cross-platform implementations of over 30 password hashing algorithms, as well
  23. as a framework for managing existing password hashes. It's designed to be useful
  24. for a wide range of tasks, from verifying a hash found in /etc/shadow, to
  25. providing full-strength password hashing for multi-user applications.
  26. * See the `documentation <https://passlib.readthedocs.io>`_
  27. for details, installation instructions, and examples.
  28. * See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
  29. for the latest news and more information.
  30. * See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
  31. for a description of what's new in Passlib.
  32. All releases are signed with the gpg key
  33. `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.