Skip to content

Instantly share code, notes, and snippets.

@mamapi
Created June 7, 2022 17:52
Show Gist options
  • Select an option

  • Save mamapi/a85ecd92909db5e9cee5f5eddd5b5c1b to your computer and use it in GitHub Desktop.

Select an option

Save mamapi/a85ecd92909db5e9cee5f5eddd5b5c1b to your computer and use it in GitHub Desktop.
Generate a cryptographically well-built artificial random data
 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