Generate a passoword in comand line
Generate a password its easy, just open a terminal and using the maximal entropy as been possible (move mouse, open new windows, etc.), type :
head -c 16 /dev/random | mmencode
This is all!!, the lenght of the password is 16 you can choice diferent sizes for the password.
JP
