| muttgpg | software/muttgpg (sig) | | Area: Security/Email | Language: bash script | |
muttgpg sits between your mail program and GPG, automatically
retrieving the OpenPGP keys of your correspondents, but storing them
in a different keyring than your default.
|
(Copied from my mutt page) Digital Signatures.
Email is one of the easiest things to forge on the 'net, and yet we
use it to conduct business. The easiest way around the problem is to
use digital signatures [1][2][3].
However if this is to work you need to verify the messages received,
but equivalently if you are on mailing lists you don't want your
public keyring to become bloated with the keys of people you don't
know.
I got around this by telling GPG to
automatically download new keys when it needs to and to use a
different keyring (mutt-pubring.gpg) to store them. This is
all done in the simple script muttgpg.
I then simply changed all the gpg calls in my
gpg.rc to muttgpg and Bjorn Stronginthearm is your
uncle. :-)
|