Quote:
Originally Posted by DNSB
For the moment, I use Firefox and it's random password generator to generate passwords for don't really care sites.
|
I use Theodore Ts'o's pwgen, the one originally written to create pronounceable passwords but has been extended to be random enough. Out of the box it does this:
$ pwgen 8 1
xahS5ohx
but I typically do this:
$ pwgen -nsBy 16 1
F$`|]3hNmm^,VM+m
or with some constraints when sites dislike certain non-alpha characters.