-
-
Save ojpojao/5ffd229114ca54261f4907d815e6dfa9 to your computer and use it in GitHub Desktop.
Gen SHA512 password shadow with Python3 and Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -c "import crypt, getpass; print(crypt.crypt(getpass.getpass(), crypt.mksalt(crypt.METHOD_SHA512)))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment