Skip to content

Instantly share code, notes, and snippets.

@skynode
Last active May 8, 2017 12:29
Show Gist options
  • Save skynode/283dec87addbbbb5ac2c8058539abb27 to your computer and use it in GitHub Desktop.
Save skynode/283dec87addbbbb5ac2c8058539abb27 to your computer and use it in GitHub Desktop.
Generate Strong Key in Node CLI
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment