This Python script generates a password that Hank Preston would be proud of.
Install it with the following command:
pip install hankify-pw
All you really need to do is run it:
$ hankify-pw
YoreAnywhySollyaBoatbill81
If you want to use an alternate word list, specify --word-file PATH
. If you want a longer or shorter password, specify --num-words
(the default is 4). The package ships with a default words file from FreeBSD.
If your password requires a symbol to meet policy requirements, specify --add-symbol
and a random "special" character will be appended to the end of the generated password.