Created
June 7, 2022 17:52
-
-
Save mamapi/a85ecd92909db5e9cee5f5eddd5b5c1b to your computer and use it in GitHub Desktop.
Generate a cryptographically well-built artificial random data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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