Last active
October 4, 2024 07:51
-
-
Save ValentaTomas/5e88d268280df69d3d5f0eb73685a8b1 to your computer and use it in GitHub Desktop.
Generate random string (the chars are only hex, not alphanumerical)
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(64).toString('hex'))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment