Re: Correctly using RSACryptoServiceProvider?
From: William Stacey [MVP] (staceyw_at_mvps.org)
Date: 09/26/05
- Next message: Nicole Calinoiu: "Re: enumerate runtime permissions"
- Previous message: Mary Chipman [MSFT]: "Re: Safe Source Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Sep 2005 17:45:09 -0400
Right. And if using sockets, you can use 2.0s SslStream authenticated
stream class.
-- William Stacey [MVP] "Jas" <Jas@discussions.microsoft.com> wrote in message news:2A598EC7-6B82-40BD-BB89-59122252AE7B@microsoft.com... > This reply is not an attempt to answer the questions you asked, but i > wanted > to make a comment - You mentioned you would like to encrypt > communications > between the client and server. Because RSA can be used to do more than > provide confidentialy, you might be over-engineering the solution. If you > would just like to protect yourself from an intermediate party being able > to > read the transactions going over the wire you could just SSL. This will > also > not require you to store the servers public key on the client, and get rid > of > the whole key management issue.
- Next message: Nicole Calinoiu: "Re: enumerate runtime permissions"
- Previous message: Mary Chipman [MSFT]: "Re: Safe Source Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|