Skip to content

Instantly share code, notes, and snippets.

@willwhite
Last active September 23, 2015 22:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save willwhite/628906 to your computer and use it in GitHub Desktop.
Save willwhite/628906 to your computer and use it in GitHub Desktop.
// Use node.js to generate md5 hash
var hash = require('crypto').createHash('md5').update('STRING TO HASH').digest('hex');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment