Re: symmetric key generation between server and client
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 14 Apr 2007 00:50:42 -0500
Why not use SSL? It takes care of all of these details for you and has a
very well thought out algorithm for key exchange. If you take your security
seriously, you won't try to design your own but will use a proven one
instead. If you want to use a proven one, why not also use a proven
implementation that you don't have to debug and test.
You can easily layer SslStream over your sockets-based .NET app.
Another easy way to do this is to use NegotiateStream, but that assumes you
want to use Windows security on both ends of the pipe which you may not.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"YIguchi" <YIguchi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:10231E5D-1FC2-4F31-AA71-64C0150B98BC@xxxxxxxxxxxxxxxx
Hi,
I have developed a client and server application.
The client and server application are created using the socket
programming.
Now i want to send the data in encrypted format.
For that i want to generate the symmertric key. Can somebody provide me
the
pointers how symmetric key generation is negotiated between client and
server.
Regards,
y Iguchi
.
- Prev by Date: Environment variable windir no access
- Next by Date: Re: symmetric key generation between server and client
- Previous by thread: Environment variable windir no access
- Next by thread: Re: symmetric key generation between server and client
- Index(es):
Relevant Pages
|