Skip to content

Instantly share code, notes, and snippets.

@dwo
Created April 29, 2019 14:24
Embed
What would you like to do?
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