Skip to content

Instantly share code, notes, and snippets.

@mmmaly
Created June 12, 2013 21:21
Show Gist options
  • Save mmmaly/5769242 to your computer and use it in GitHub Desktop.
Save mmmaly/5769242 to your computer and use it in GitHub Desktop.
Generate very pronounceable passwords
tr -cd a-z\\n < /dev/urandom | grep -o -P "[aeiouy]?([bcdfghjklmnprstvxz][aeiouy]){2,}[bcdfghjklmnprstvxz]?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment