|
Posted by Unruh on February 10, 2006, 9:15 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>Q: How can I generate good strong passwords?
>A: Password Safe* <http://passwordsafe.sourceforge.net/>
>Originally created by noted cryptographer Bruce Schneier of Counterpane Labs,
>it's open source and free, and has been subjected to extensive peer review.
??? As I read it is not for generating passwords. It is for keeping a whole
bunch of passwords safe and accessible for when you need them.
If you want to generate "good strong passwords"
dd if=/dev/urandom bs=128 count=1|uuencode /dev/stdout
and take a string of 20 or more characters from the second line to use as your
password.
Of course you will never remember it. So you will need passwordsafe.
>* NOT <http://www.passwordsafe.com/>
|