Joaquin Peralta

My Personal weblog.

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

March 19, 2008 Posted by jperalta | GNU/Linux | | No Comments Yet