Created
June 12, 2013 21:21
-
-
Save mmmaly/5769242 to your computer and use it in GitHub Desktop.
Generate very pronounceable passwords
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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