OK, so I've got this nice wee application thingy that I'm writing.

Different parts of it (potentially on different machines) exchange data using xml-rpc (using the Frontier::RPC2 modules). On a private network, this is all well and good. Working fine, easy to do.

That's not the problem.

The problem is that I want to be able to have this working remotely... meaning that the data will be transmitted across the internet... which, I'd rather didn't happen in plain (XML) text, for the world to see.

Now, I can use something like stunnel (I've been told), but for the sake of tidiness, I'd like to not use external applications. Doing this all in perl would be a *lot* nicer.

So, the question. Can I encrypt XML-RPC data, and still use the stock Frontier::RPC2 modules? Or, will I have to do commit some strange acts of deviancy (that are probably outside my skillset) upon the modules to make this happen?

Any and all suggestions, ideas, or constructive LARTs appreciated.

Malach


In reply to Encrypting XML-RPC by Malach

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.