tillz has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks, I've used a perfectly working script for a while, which creates an email with Mime::Lite, adds attachments and encrypts the whole mail using the Crypt::OpenPGP module. Now there's a problem: I've to encrypt Mails for recipients who have an GPG-Key created with the DSA-algorithm. I've found out that Crypt::OpenPGP is simply not supporting DSA for en/decryption at the moment. (http://search.cpan.org/~btrott/Crypt-OpenPGP-1.06/lib/Crypt/OpenPGP.pm#DESCRIPTION) Do you have any ideas for a workaround, or an easy way to enable support for DSA instead of RSA en/decryption? Its important that the whole mail is encrypted, not just the attachments. thanks

Replies are listed 'Best First'.
Re: Crypt::OpenPGP DSA Encryption
by daxim (Curate) on Jun 26, 2012 at 14:56 UTC
Re: Crypt::OpenPGP DSA Encryption
by zentara (Cardinal) on Jun 26, 2012 at 17:39 UTC