GPWG, a good password generator

Gpwg is a command line utility that generates good passwords.

``` $ gpwg

NMc@8ciaPyoH8WbSkU

$ gpwg --strong

FV8QSMBR-amZhCNb-KLjKgBa-b2328cM

$ gpwg --weak

BL!74Z5vhU

$ gpwg --copy

Generated password sent to the clipboard. Clear & exit with Ctrl-C. ^C ```

The generated password has the following properties:

In case 100bit of entropy is not enough, consider using the --strong option for a longer password with 160bit of entropy, fit for cryptographic needs.

In case you find the password too long to type or remember, and cannot use a password manager, consider using the --weak option. It produces a shorter password with 56bit of entropy, Which is good enough if your password is used in a system with bruteforce protection, or uses a second factor of authentication.