Skip to content

Instantly share code, notes, and snippets.

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 MikelArnaiz/713b81ffdbb68ff836833760bbcf0a06 to your computer and use it in GitHub Desktop.
Save MikelArnaiz/713b81ffdbb68ff836833760bbcf0a06 to your computer and use it in GitHub Desktop.
Random hex string / password node
require('crypto').randomBytes(64).toString('hex');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment