Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Created October 26, 2023 12:43
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 jakub-g/94aad0b384a4b688df892ba9f3050430 to your computer and use it in GitHub Desktop.
Save jakub-g/94aad0b384a4b688df892ba9f3050430 to your computer and use it in GitHub Desktop.
md5 nodejs
let md5 = str => require('crypto').createHash('md5').update(str).digest("hex")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment