On Mon, 4 Feb 2002 12:20:21 +0530 "Dilli Rajesh Kumar" <[EMAIL PROTECTED]> wrote:
> Hi all, > I have a server and client program for our enterprise which > was purchased from a vendor a long time back.Now i want to encrypt the > communication between both, what are the options available for me without > changing the code .The server utility is provided both in windows and linux > and the client can run only in Linux. > > Regards > DRajesh > > > > Perhaps you can use a ssh-tunnel, with ssh command line, I don't remember the options, but is something like this: ssh [some options] port:machine:port after this command you will be in your client machine, but in a ciphered-tunnel. -- When tux flies, Chuck will die... TripleDES <[EMAIL PROTECTED]> - http://3des.homeip.net
