We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
passlib
crypt
1 parent 6de9cff commit ec7b05aCopy full SHA for ec7b05a
Doc/library/crypt.rst
@@ -20,6 +20,7 @@
20
The :mod:`crypt` module is deprecated
21
(see :pep:`PEP 594 <594#crypt>` for details and alternatives).
22
The :mod:`hashlib` module is a potential replacement for certain use cases.
23
+ The `passlib <https://pypi.org/project/passlib/>`_ package can replace all use cases of this module.
24
25
--------------
26
0 commit comments