micalg

Lee Evans lee@vital.co.uk
Tue Oct 16 09:16:01 2001


gnupg-users@gnupg.org

You could use the perl PGP module, or if you're only going to be signing
mails, the PGP::Sign standalone module will do just fine - using that,
siginging a mail is as easy as
    "my ($pgpsignature, $pgpversion) = PGP::Sign::pgp_sign ($keyid,
$password, $emaildata);"
Then just print the email / pipe it through sendmail; whatever you would
normally do, adding $pgpsignature and $pgpversion.

Cheers
Lee
----- Original Message -----
From: "Gold" <gold@babel.com.au>
To: "GnuPG-Users" <gnupg-users@gnupg.org>
Sent: Tuesday, October 16, 2001 4:55 AM
Subject: micalg