# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT __doc__ = None __file__ = '/Users/Shared/build/ide/build-files/build-temp/runtimes-release/__os__/macos/runtime-python3.11/lib/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_crypt.cpython-311-darwin.so' __loader__ = None __name__ = '_crypt' __package__ = '' __spec__ = None def crypt(word, salt): """ Hash a *word* with the given *salt* and return the hashed password. *word* will usually be a user's password. *salt* (either a random 2 or 16 character string, possibly prefixed with $digit$ to indicate the method) will be used to perturb the encryption algorithm and produce distinct results for a given *word*. """ pass