#!/bin/ksh printf "00 |--------|--------|--------|--------| 00\n" i=0 while [[ $i -lt 16 ]] ; do i=$((i+1)) printf "%.2d " $i printf " %s" $(mkpasswd.pl -l 8) printf " %s" $(mkpasswd.pl -l 8) printf " %s" $(mkpasswd.pl -l 8) printf " %s" $(mkpasswd.pl -l 8) printf " %.2d\n" $i done printf "17 |--------|--------|--------|--------| 17\n"Pipe the output of the script to a printer. Make several copies. Instead of using any one password, pick some pattern on the card. Say, some combination of individual letters from each of the strings, or a column, diagonal or row. Then you can safely record your password electronically, as a coordinate rather than as an actual string. You can also make passphrases using combinations of the individual 8-letter strings.
Login: bugbread
Password: GEFEBCC#BMajorFifth
« Older In just over two hours, Cosmos 1, the world's firs... | Resonata - A Wave Machine... Newer »
This thread has been archived and is closed to new comments
posted by Malachi Constant at 12:52 PM on June 21, 2005