Skip to content

Instantly share code, notes, and snippets.

@mike-casas
Last active May 20, 2022 15:34
Show Gist options
  • Save mike-casas/d9e355b2ee250d48dfa93a6d484cf601 to your computer and use it in GitHub Desktop.
Save mike-casas/d9e355b2ee250d48dfa93a6d484cf601 to your computer and use it in GitHub Desktop.
Generate suitable string for secrets
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