Skip to content

Instantly share code, notes, and snippets.

@goonoo
Created August 18, 2014 06:00
Show Gist options
  • Save goonoo/c686798cecb18af68f64 to your computer and use it in GitHub Desktop.
Save goonoo/c686798cecb18af68f64 to your computer and use it in GitHub Desktop.
Simple node.js md5 example
require('crypto').createHash('md5').update(STRING_TO_BE_HASHED).digest("hex")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment