# Found on slashdot.org 3/26/1999 # Generates a random mixed password # dd if=/dev/random bs=6 count=1 2> /dev/null | uuencode -m - | head -2 | tail -1