[Mono-devel-list] Key Exchanges (RSA vs DH)

2005-07-28 Thread Thomas Harning Jr.
I'm trying to evaluate key exchange algorithms for both speed, security, and verification [S, S, V]. I was thinking of using RSA mainly, but I ran accross some info about DiffieHellman being good for key exchange. I plan on using the key exchange algorithm in exchanging keys for say... Rijndael

Re: [Mono-devel-list] Key Exchanges (RSA vs DH)

2005-07-28 Thread Sebastien Pouliot
Hello Thomas, On Thu, 2005-28-07 at 03:50 -0400, Thomas Harning Jr. wrote: I'm trying to evaluate key exchange algorithms for both speed, security, and verification [S, S, V]. I was thinking of using RSA mainly, but I ran accross some info about DiffieHellman being good for key exchange.