Subject Re: [IB-Architect] Security holes...
Author Andi Kleen
On Mon, Apr 03, 2000 at 09:33:10AM +0300, Arda Tunccekic wrote:
> I don't think this will be the hardest thing to do.

The easiest way is to just use SSL. On Unix/Classic you probably don't
even need to patch the source, there are ssl wrappers for inetd based
programs that encrypt stdin/stdout.

Using SSL has the advantage that you use a proven infrastructure -- developing
new cryptographic protocols is very hard.

-Andi