crypt --- 验证 Unix 口令的函数

Deprecated since version 3.11, removed in version 3.13.

此模块已不再是 Python 标准库的一部分。 它在 Python 3.11 中被弃用后又在 Python 3.13 中被移除。 移除计划是在 PEP 594 确定的。

Applications can use the hashlib module from the standard library. Other possible replacements are third-party libraries from PyPI: legacycrypt, bcrypt, or argon2-cffi. These are not supported or maintained by the Python core team.

提供 crypt 模块的最后一个 Python 版本是 Python 3.12