Greetings!

I think that this module is a past, as well as OpenPGP itself. There were no activity in metacpan for 24 months on this module, and, to be honest, why would it be needed to someone today? One reason is a support for legacy systems, but if you plan to build a new messaging system with OpenPGP, think twice. We thought of adapting this module (and OpenPGP as a cryptographic system) to our system that we are building, and we refused PGP system in favor of new pretty well standardized and modern (in term of cryptography) JOSE system (see RFCs 7515-7520). If you building something new, it is a way to do it less complex and more secure than PGP system.

But if you insist, I'm afraid then you will have to write all support you want yourself, or find some way around (convert keyrings with some other OpenPGP util? I don't know, honestly), because OpenPGP is definitely the past, which nobody will dig out.

P.S.: Those PGP packets... Why packets?...


In reply to Re: Crypt::OpenPGP does not support .kbx ring format? by alexander_lunev
in thread Crypt::OpenPGP does not support .kbx ring format? by richelectron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.