Malach has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Encrypting XML-RPC
by merlyn (Sage) on Mar 07, 2001 at 08:07 UTC | |
by Malach (Scribe) on Mar 07, 2001 at 08:36 UTC | |
by mirod (Canon) on Mar 07, 2001 at 10:18 UTC | |
|
Re: Encrypting XML-RPC
by vladdrak (Monk) on Mar 07, 2001 at 11:07 UTC |