Skip to content

Instantly share code, notes, and snippets.

@alifarooq0
Created December 9, 2021 15:53
Show Gist options
  • Save alifarooq0/8ca4d29eac47ff38eff89d9f941eb5f2 to your computer and use it in GitHub Desktop.
Save alifarooq0/8ca4d29eac47ff38eff89d9f941eb5f2 to your computer and use it in GitHub Desktop.
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
openssl rand 256 | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment