Created
June 25, 2018 18:33
-
-
Save ashwinrs/cb0ae0b0e23d564743c7c2d7ca4a4c2e to your computer and use it in GitHub Desktop.
Generate a random string
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
head -n 4096 /dev/urandom | openssl sha1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment