Skip to content

Instantly share code, notes, and snippets.

@MNBuyskih
Last active August 29, 2015 14:22
Show Gist options
  • Save MNBuyskih/5600026ef92986801ca1 to your computer and use it in GitHub Desktop.
Save MNBuyskih/5600026ef92986801ca1 to your computer and use it in GitHub Desktop.
node js quick md5 string
// crypto = require('crypto')
crypto.createHash('md5').update('string').digest('hex');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment