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