Created
January 8, 2014 22:05
-
-
Save ursachec/8325333 to your computer and use it in GitHub Desktop.
Read random bytes with dd from /dev/random and format with hexdump.
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
dd if=/dev/urandom bs=1 count=2 2>/dev/null | hexdump -v -e '1/1 "%u"'; echo; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment