Password Generator Script
A short shell script that will print out any desired number of random passwords of the form <word1><digit><punctuation><word2>. usage: ./password_gen.sh 5 This example will print out 5 random passwords. Included is a filtered word file that includes only words that are between 3 and 6 characters long. You can point the script at the complete word list by changing the WORDFILE variable to point to /usr/share/dict/web2. I was considering releasing this script under the GPL or MIT licenses, but in the end it's such a little thing that I'm just releasing it as freeware — use it as you like, but keep the copyright attached to it.
Size 85.8 kB - File type application/zip
Click here to get the file