Skip to content

Instantly share code, notes, and snippets.

@cinco
Created September 22, 2019 02:19
Show Gist options
  • Save cinco/ffb57a9b9fec5d5663d588b50cf8f9c3 to your computer and use it in GitHub Desktop.
Save cinco/ffb57a9b9fec5d5663d588b50cf8f9c3 to your computer and use it in GitHub Desktop.
encrypt password SHA512 with python
python -c 'import crypt; print(crypt.crypt("suasenha", crypt.mksalt(crypt.METHOD_SHA512)))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment