Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimCircadian/a78b0b0c60fb995682a5fd7c012587b4 to your computer and use it in GitHub Desktop.
Save JimCircadian/a78b0b0c60fb995682a5fd7c012587b4 to your computer and use it in GitHub Desktop.
Print password string
python3 -c 'import getpass, crypt; print(crypt.crypt(getpass.getpass("Enter Password: "), crypt.mksalt()))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment