Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created March 8, 2014 03:30
Show Gist options
  • Select an option

  • Save leonguyen/9424910 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/9424910 to your computer and use it in GitHub Desktop.
hash pass
var pass = require('crypto').createHash('sha256').update(req.body.txtPass).digest("hex");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment