Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created November 27, 2021 02:33
Show Gist options
  • Save tkuennen/3a9e3f86d0a03dd8a8b997cf9de5c188 to your computer and use it in GitHub Desktop.
Save tkuennen/3a9e3f86d0a03dd8a8b997cf9de5c188 to your computer and use it in GitHub Desktop.
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