Created
November 3, 2018 17:16
-
-
Save edgesider/277e4283ad8374037e3c228eda413715 to your computer and use it in GitHub Desktop.
generate random characters from /dev/urandom on Linux
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
cat /dev/urandom | od -x | cut - -d ' ' -f 2- --output-delimiter '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment