Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

37 řádky
1.4 KiB

  1. Metadata-Version: 2.0
  2. Name: passlib
  3. Version: 1.7.1
  4. Summary: comprehensive password hashing framework supporting over 30 schemes
  5. Home-page: https://bitbucket.org/ecollins/passlib
  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.1.tar.gz
  10. Keywords: password secret hash security
  11. Provides-Extra: argon2
  12. Requires-Dist: argon2-cffi (>=16.2); extra == 'argon2'
  13. Provides-Extra: bcrypt
  14. Requires-Dist: bcrypt (>=3.1.0); extra == 'bcrypt'
  15. Provides-Extra: totp
  16. Requires-Dist: cryptography; extra == 'totp'
  17. Passlib is a password hashing library for Python 2 & 3, which provides
  18. cross-platform implementations of over 30 password hashing algorithms, as well
  19. as a framework for managing existing password hashes. It's designed to be useful
  20. for a wide range of tasks, from verifying a hash found in /etc/shadow, to
  21. providing full-strength password hashing for multi-user applications.
  22. * See the `documentation <https://passlib.readthedocs.io>`_
  23. for details, installation instructions, and examples.
  24. * See the `homepage <https://bitbucket.org/ecollins/passlib>`_
  25. for the latest news and more information.
  26. * See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
  27. for a description of what's new in Passlib.
  28. All releases are signed with the gpg key
  29. `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.