[3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecation doc (GH-106660) (GH-106660)
* Added mention to passlib package as alternative to the deprecated crypt module.
(cherry picked from commit
ec7b05a0bebb2cc2ec42bf00cde2b66145880459)
Co-authored-by: Yonatan Bitton <bityob@gmail.com>
The :mod:`crypt` module is deprecated
(see :pep:`PEP 594 <594#crypt>` for details and alternatives).
The :mod:`hashlib` module is a potential replacement for certain use cases.
+ The `passlib <https://pypi.org/project/passlib/>`_ package can replace all use cases of this module.
--------------