Skip to content

Instantly share code, notes, and snippets.

@edgesider
Created November 3, 2018 17:16
Show Gist options
  • Save edgesider/277e4283ad8374037e3c228eda413715 to your computer and use it in GitHub Desktop.
Save edgesider/277e4283ad8374037e3c228eda413715 to your computer and use it in GitHub Desktop.
generate random characters from /dev/urandom on Linux
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