Submitted by alex on Fri, 11/14/2008 - 19:22
Currently Listening To:
"Suite Pee" by System of a Down I saw Germ's earlier post about using /dev/urandom to make a big text file and I was wondering if I could use the same command for something useful like generate passwords. I asked in the #lugradio channel on the Freenode IRC server and I was told that if I use the fallowing command to make passwords.
Mez created a bash script using urandom to make passwords.
To install it use the following commands
cd /usr/bin
sudo wget http://slightlyunstable.org/files/genpwd
sudo chmod +x genpwd
Now whenever you want a password you just type in
genpwd [length]
Thanks a ton, Mez

Thanks for the tip! I try
Thanks for the tip! I try and change my passwords every so often and it is hard to totally generate a random one off the top of my head. I feel like I tend to use the same keys too often and since I do a lot of personal banking on my PC this is not good.
Post new comment