Skip to content

Instantly share code, notes, and snippets.

@u1and0
Created April 6, 2020 05:43
Show Gist options
  • Select an option

  • Save u1and0/e97eb0a9b644b2931332dc82cc5d838d to your computer and use it in GitHub Desktop.

Select an option

Save u1and0/e97eb0a9b644b2931332dc82cc5d838d to your computer and use it in GitHub Desktop.
random hash generator script
cat /dev/urandom | tr -dc "0-9a-fA-F" | fold -w 8 | head -n 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment