Skip to content

Instantly share code, notes, and snippets.

@arinaldi
Created January 23, 2022 22:31
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 arinaldi/fe5800b3772eee7a222167474f98d404 to your computer and use it in GitHub Desktop.
Save arinaldi/fe5800b3772eee7a222167474f98d404 to your computer and use it in GitHub Desktop.
Generate key
node -e "console.log(crypto.randomBytes(32).toString('hex'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment