[Cialug] PGP Party
D. Joe Anderson
deejoe at raccoon.com
Mon Jun 13 21:05:01 CDT 2005
On Mon, Jun 13, 2005 at 08:00:05PM -0400, Kenneth Ristau wrote:
> David Champion wrote:
> > Will somone be doing the "What the *@!% is a PGP key-signing party all
> > about" presentation? Might be nice to also demo using PGP with some
> > common applications like Thunderbird.
> >
>
> I worked up a presentation outline on the cialug wiki under Meeting
> Agenda. It covers both the command line and Enigmail versions, plus a
> bit at the beginning on encryption and a bit at the end on what to do
> afer the key signing party. I can give it or someone else can. No
> matter to me.
FWIW, I've got these lines in one of my ~/.muttrc files to
handle pgp-signed emails:
# GnuPG configuration
set pgp_decode_command="/usr/bin/gpg %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
set pgp_verify_command="/usr/bin/gpg --no-verbose --quiet --batch --output - --verify %s %f"
set pgp_decrypt_command="/usr/bin/gpg --passphrase-fd 0 --no-verbose --quiet --batch --output - %f"
set pgp_sign_command="/usr/bin/gpg --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="/usr/bin/gpg --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap /usr/bin/gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/pgpewrap /usr/bin/gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
set pgp_import_command="/usr/bin/gpg --no-verbose --import -v %f"
set pgp_export_command="/usr/bin/gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="/usr/bin/gpg --verbose --batch --fingerprint --check-sigs %r"
set pgp_list_pubring_command="/usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-keys %r"
set pgp_list_secring_command="/usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r"
#set pgp_good_sign="^gpg: Good signature from"
--
D. Joe Anderson http://www.etrumeus.com/~deejoe
"DRM [...] is to copyright law as a machine gun on
a motion detector is to real estate law" -- Don Marti
More information about the Cialug
mailing list