Skip to content

Instantly share code, notes, and snippets.

@ashwinrs
Created June 25, 2018 18:33
Show Gist options
  • Save ashwinrs/cb0ae0b0e23d564743c7c2d7ca4a4c2e to your computer and use it in GitHub Desktop.
Save ashwinrs/cb0ae0b0e23d564743c7c2d7ca4a4c2e to your computer and use it in GitHub Desktop.
Generate a random string
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