rah,

While I've never specifically used OpenPGP or Crypt::OpenPGP, I have used GnuPG and GPG. Sine both OpenPGP and GnuPG are implementations of RFC 2440 they should work in a very similar/compatible fashion. As for being compatible at the other end, check out section 5.1 of the GnuPG FAQ

I do use GnuPG in a production environment but unlike you, I do not need to use it with the outside world. The outside world connects to our site via https, I then store their data using GnuPG - one keyring for the webserver and another for a report generator. The webserver uses the report generators public key. The report generators keyring is stored on removable media. If there's any compromise of the webserver and database server, the data is still relatively safe.

-derby

update: I knew there was something I forgot about. You can tell your management relying on third party commercial support is not all it's cracked up to be. Looks like NAI is going to let PGP wither and die on the vine and even PhilZ is suggesting a move to open source it ala OpenPGP.


In reply to Re: Crypt::OpenPGP suitable for production? by derby
in thread Crypt::OpenPGP suitable for production? by rah

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.