Re: Best Practices for Secure Communications
From: Pieter Philippaerts (pieter@no_spam.mentalis.org)
Date: 02/20/03
- Previous message: Michel Gallant (MVP): "Re: Best Practices for Secure Communications"
- In reply to: Tim Overbay: "Best Practices for Secure Communications"
- Next in thread: Tim Overbay: "Re: Best Practices for Secure Communications"
- Reply: Tim Overbay: "Re: Best Practices for Secure Communications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Pieter Philippaerts" <pieter@no_spam.mentalis.org> Date: Thu, 20 Feb 2003 02:02:34 +0100
"Tim Overbay" <luhar@luharsoftworks.com> wrote in message
news:eZim98G2CHA.1752@TK2MSFTNGP10...
> Is there a definitive "best practices" example of exchanging text messages
> between a client and host? I'm looking for something along these lines:
<SNIP>
> Any help locating some sample code would be appreciated.
The SSL and TLS protocols are doing exactly that: they authenticate the
client and server, and they transparently encrypt and decrypt messages sent
between the two.
Unfortunately, the .NET runtime only supports SSL and TLS for HTTP
connections; if you wish to use different protocols, you can either buy a
commercial SSL/TLS package, or you can download a free implementation such
as ours: http://www.mentalis.org/soft/projects/seclib/
Regards,
Pieter Philippaerts
http://www.mentalis.org/
- Next message: 台灣微軟系統支援部: "RE: Securi9ng Subfolder with Forms Authentication"
- Previous message: Michel Gallant (MVP): "Re: Best Practices for Secure Communications"
- In reply to: Tim Overbay: "Best Practices for Secure Communications"
- Next in thread: Tim Overbay: "Re: Best Practices for Secure Communications"
- Reply: Tim Overbay: "Re: Best Practices for Secure Communications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|