Created
November 27, 2021 02:33
-
-
Save tkuennen/3a9e3f86d0a03dd8a8b997cf9de5c188 to your computer and use it in GitHub Desktop.
This file contains 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
cat /dev/urandom | tr -dc '0-9A-F' | fold -w 32 | head -n 1 | sed -e 's/\(..\)/0x\1, /g' -e 's/, $//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment