"crypt" --- 유닉스 비밀번호 확인 함수
*************************************

Deprecated since version 3.11, removed in version 3.13.

이 모듈은 더는 파이썬 표준 라이브러리에 포함되지 않습니다. 파이썬 3.11
에서 폐지된 후 파이썬 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" 모듈을 제공한 마지막 파이썬 버전은 파이썬 3.12 입니다.
