Skip to content

Instantly share code, notes, and snippets.

@akrami
Created May 4, 2019 16:43
Show Gist options
  • Save akrami/235ce0cce52f8b75f7f15444de33fac6 to your computer and use it in GitHub Desktop.
Save akrami/235ce0cce52f8b75f7f15444de33fac6 to your computer and use it in GitHub Desktop.
generate 16 hex random characters
hexdump -n 8 -e '4/4 "%08X" 1 "\n"' /dev/urandom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment