passlib

comprehensive password hashing framework supporting over 30 schemes

BSD 17 个版本
Eli Collins <elic@assurancetechnologies.com>
安装
pip install passlib
poetry add passlib
pipenv install passlib
conda install passlib
描述

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>_.

版本列表
1.7.4 2020-10-08
1.7.3 2020-10-06
1.7.2 2019-11-22
1.7.1 2017-01-31
1.7.0 2016-11-23
1.6.5 2015-08-04
1.6.4 2015-07-25
1.6.2 2013-12-27
1.6.1 2012-08-02
1.6 2012-05-01
1.5.3 2011-10-08
1.5.2 2011-09-20
1.5.1 2011-08-17
1.5 2011-07-11
1.4 2011-05-04
1.3.1 2011-03-28
1.3.0 2011-03-25