Skip to content

Instantly share code, notes, and snippets.

@dwo
Created April 29, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwo/23bb44b11c7af293eeb34388de7cd173 to your computer and use it in GitHub Desktop.
Save dwo/23bb44b11c7af293eeb34388de7cd173 to your computer and use it in GitHub Desktop.
Generate a simple passphrase
cat /usr/share/dict/words | grep -E "^[a-z]{4,8}$" | gshuf -n 4 | paste -s -d " " -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment