"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。
