Created
May 4, 2019 16:43
-
-
Save akrami/235ce0cce52f8b75f7f15444de33fac6 to your computer and use it in GitHub Desktop.
generate 16 hex random characters
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
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