Operating System - Linux
1752794 Members
6318 Online
108789 Solutions
New Discussion

password gen - two different ones?

 
SOLVED
Go to solution
TwoProc
Honored Contributor

password gen - two different ones?

I'd like a good password generator for Linux. I'd like to be able to specify alpha/numerics quantities and total length, repeatability of chars (like none), etc. I'd like a command line tool, and a gui tool. Both in the same package would be nice.

Can anyone suggest one that they like?

Any suggestions appreciated!
We are the people our parents warned us about --Jimmy Buffett
1 REPLY 1
~sesh
Esteemed Contributor
Solution

Re: password gen - two different ones?

There are many automated password generators.

pwgen (command line) is a good tool. there are others also like "automated password generator".

pwgen:
http://linux.softpedia.com/get/Security/pwgen-16822.shtml

automated password generator:
http://www.net-security.org/software.php?id=225

Hope this helps.