Jeff Abrahamson on Tue, 26 Aug 2003 12:01:13 -0400 |
I have a lot of passwords. The dumb way to manage them (though there are dumber) is with something like find-passwd() { gpg --decrypt $keychain | grep $1; } add-passwd() { ( gpg --decrypt $keychain; echo $1; ) | \ gpg --encrypt > $keychain.back; mv $keychain.back $keychain; } and ch-passwd happens by hand or something unless one gets elaborate. But this seems to common to require such an ad hoc solution. Searching on freshmeat and cpan, however, didn't reveal anything useful. Any thoughts? -- Jeff Jeff Abrahamson <http://www.purple.com/jeff/> GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
pgpFbVEDsOBSG.pgp
|
|