Skip to content

Instantly share code, notes, and snippets.

@webshooter
Created December 15, 2023 21:02
Show Gist options
  • Save webshooter/5a3747155e4eee832e28a776c6c28c04 to your computer and use it in GitHub Desktop.
Save webshooter/5a3747155e4eee832e28a776c6c28c04 to your computer and use it in GitHub Desktop.
Nodejs cli create crypto key
node -p "require('crypto').randomBytes(256).toString('hex');"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment