Skip to content

Instantly share code, notes, and snippets.

@alces
Created November 19, 2019 10:53
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 alces/3c10205eb51c27f9d11dc11b9954c426 to your computer and use it in GitHub Desktop.
Save alces/3c10205eb51c27f9d11dc11b9954c426 to your computer and use it in GitHub Desktop.
MD5 UN*X password encryption in Python
import crypt
crypt.crypt('my-secret-word', '$1$someSalt$')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment