Tuesday, April 20, 2010

Password generator

1. Run this command on linux:
cat /dev/urandom|tr -dc "a-zA-Z0-9-_\$\?"|fold -w 9|head

Thanks to Sergey Kryzhny


2. Run this command on linux:
sudo apt-get install pwgen
pwgen

Thanks to Gwenhael Le Moine

No comments: