Created
April 6, 2020 05:43
-
-
Save u1and0/e97eb0a9b644b2931332dc82cc5d838d to your computer and use it in GitHub Desktop.
random hash generator script
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 | 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