Skip to content

Instantly share code, notes, and snippets.

@zD98
Created August 8, 2017 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zD98/6aaf2e2cd6c023870cd99a633c1c8d23 to your computer and use it in GitHub Desktop.
Save zD98/6aaf2e2cd6c023870cd99a633c1c8d23 to your computer and use it in GitHub Desktop.
create md5 by using crypto
crypto.createHash('md5').update(data).digest("hex");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment