Re: Socket security
From: Colin McKinnon (colin.thisisnotmysurname_at_ntlworld.deletemeunlessURaBot.com)
Date: 11/22/03
- Next message: phn_at_icke-reklam.ipsec.nu: "Re: Need information on C3 Security for hpux."
- Previous message: Volker Birk: "Re: How to build a secure server with modules written in C/C++?"
- In reply to: joe durusau: "Re: Socket security"
- Next in thread: Volker Birk: "Re: Socket security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 22 Nov 2003 21:50:37 +0000
joe durusau spilled the following:
>
> - wrote:
>
<snip>
>> It is possible for an unrelated program (not running on the client
>> machine) to send garbage to the client program via its client socket,
>> or is the connection completely private between the client and server
>> program?
>>
>
> In general, there is absolutely nothing secure about an unencrypted
> transmission over a network. The difficulty of actually causing a
> problem depends on where the threat computer is and how alert the
> operators (if any ) at each end of the connection are. Such things
> as ssl are fairly secure, but for life-threatening situations, you need
> all systems confined to s secure facility on a totally private network
> with intrusion detection systems preventing unauthorized access to
> all systems and many other features.
>
> What you really need is a decision that only you can make,
> after deciding what the routing is for the information in question, the
> cost of a compromise, the amount of damage that can be done,
> etc, e
It is exactly to address these kinds of problems that network encryption was
developed. An easy solution to most of these problems is to use an ssh
tunnel / IPSEC connection or an SSL tunnel.
Personally, I have most experience with the last. Although there are plenty
of commercial products to do this, the most reliable and easiest to use I
have found is stunnel - which is free, non-intrusive and runs on just about
anything.
HTH
C.
- Next message: phn_at_icke-reklam.ipsec.nu: "Re: Need information on C3 Security for hpux."
- Previous message: Volker Birk: "Re: How to build a secure server with modules written in C/C++?"
- In reply to: joe durusau: "Re: Socket security"
- Next in thread: Volker Birk: "Re: Socket security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|