Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

20 rader
857 B

  1. Passlib is a password hashing library for Python 2 & 3, which provides
  2. cross-platform implementations of over 30 password hashing algorithms, as well
  3. as a framework for managing existing password hashes. It's designed to be useful
  4. for a wide range of tasks, from verifying a hash found in /etc/shadow, to
  5. providing full-strength password hashing for multi-user applications.
  6. * See the `documentation <https://passlib.readthedocs.io>`_
  7. for details, installation instructions, and examples.
  8. * See the `homepage <https://bitbucket.org/ecollins/passlib>`_
  9. for the latest news and more information.
  10. * See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
  11. for a description of what's new in Passlib.
  12. All releases are signed with the gpg key
  13. `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.