Skip to content

Instantly share code, notes, and snippets.

@furknyavuz
Created June 6, 2020 20:36
Show Gist options
  • Save furknyavuz/f4f8228daa6fbacb610df16550f1e723 to your computer and use it in GitHub Desktop.
Save furknyavuz/f4f8228daa6fbacb610df16550f1e723 to your computer and use it in GitHub Desktop.
Generate random bytes node
console.log(require('crypto').randomBytes(64).toString('hex'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment