Answers for "python -c crypt command in python3.3 and above"

0

python -c crypt command in python3.3 and above

$ python -c 'import crypt,getpass; print(crypt.crypt(getpass.getpass(), crypt.mksalt(crypt.METHOD_SHA512)))'
Posted by: Guest on January-08-2022

Python Answers by Framework

Browse Popular Code Answers by Language