in reply to Crypt::OpenPGP encryption signature

Well, come to find out, I'm trying to use a DSA key which apparently isn't supported in Crypt::OpenPGP. Back to the drawing board.
  • Comment on Re: Crypt::OpenPGP encryption signature

Replies are listed 'Best First'.
Re^2: Crypt::OpenPGP encryption signature
by radiantmatrix (Parson) on Jun 30, 2013 at 20:12 UTC

    Why not create a module which simply invokes GnuPG's gpg command for your needs? If and when there is a Perl module with more complete support, you can revise your module to use it.

    <radiant.matrix>
    Ramblings and references
    “A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.” — Herm Albright
    I haven't found a problem yet that can't be solved by a well-placed trebuchet

      Why not create a module which simply invokes GnuPG's gpg command for your needs? If and when there is a Perl module with more complete support, you can revise your module to use it.

      beecause eeet eexists :) GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
      GnuPG::Interface - Perl interface to GnuPG