lov2prog
12-17-2009, 04:02 PM
pwgen is a popular Unix command line utility to generate passwords. The program generates passwords which are designed to be easily memorized by humans, while being as secure as possible, and it's open source. Features include no ambiguous characters (8/B), a full mix of capitals, numbers, and tokens, and lengths varying from eight to 32 characters. Goto http://linux.die.net/man/1/pwgen to know more.