Skip to content

Instantly share code, notes, and snippets.

@theophoric
Created April 24, 2014 18:36
Show Gist options
  • Save theophoric/11264841 to your computer and use it in GitHub Desktop.
Save theophoric/11264841 to your computer and use it in GitHub Desktop.
password --> md5 hash ( hex-encoded )
node -e "console.log(require('crypto').createHash('md5').update('YOUR PASSWORD HERE','utf8').digest('hex'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment