mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
[3.14] gh-139672: Remove references to passlib (GH-139673) (#139867)
gh-139672: Remove references to `passlib` (GH-139673)
(cherry picked from commit 04461510fb)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
parent
925625447f
commit
2cc13ff304
2 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ being deprecated in Python 3.11. The removal was decided in :pep:`594`.
|
||||||
|
|
||||||
Applications can use the :mod:`hashlib` module from the standard library.
|
Applications can use the :mod:`hashlib` module from the standard library.
|
||||||
Other possible replacements are third-party libraries from PyPI:
|
Other possible replacements are third-party libraries from PyPI:
|
||||||
:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`.
|
:pypi:`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`.
|
||||||
These are not supported or maintained by the Python core team.
|
These are not supported or maintained by the Python core team.
|
||||||
|
|
||||||
The last version of Python that provided the :mod:`!crypt` module was
|
The last version of Python that provided the :mod:`!crypt` module was
|
||||||
|
|
|
||||||
|
|
@ -1569,8 +1569,6 @@ and are now removed:
|
||||||
|
|
||||||
* :pypi:`bcrypt`:
|
* :pypi:`bcrypt`:
|
||||||
Modern password hashing for your software and your servers.
|
Modern password hashing for your software and your servers.
|
||||||
* :pypi:`passlib`:
|
|
||||||
Comprehensive password hashing framework supporting over 30 schemes.
|
|
||||||
* :pypi:`argon2-cffi`:
|
* :pypi:`argon2-cffi`:
|
||||||
The secure Argon2 password hashing algorithm.
|
The secure Argon2 password hashing algorithm.
|
||||||
* :pypi:`legacycrypt`:
|
* :pypi:`legacycrypt`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue