Skip to content

Instantly share code, notes, and snippets.

@wadetb
Last active May 1, 2017 15:49
Show Gist options
  • Save wadetb/3e6b30dd886f211b880b19c26fb49261 to your computer and use it in GitHub Desktop.
Save wadetb/3e6b30dd886f211b880b19c26fb49261 to your computer and use it in GitHub Desktop.
Diceware password shell script
curl -s https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt | sort -R | head -n 5 | cut -f2 | paste -sd ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment