"crypt" --- Função para verificar senhas Unix
*********************************************

Deprecated since version 3.11, removed in version 3.13.

Este módulo não faz mais parte da biblioteca padrão do Python. Ele foi
removido no Python 3.13 após ser descontinuado no Python 3.11. A
remoção foi decidida na **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.

A última versão do Python que forneceu o módulo "crypt" foi o Python
3.12.
