Re: RSA/RC2 key exchange

From: Kipp Hawley (kh@traxonline.com)
Date: 10/30/02


From: "Kipp Hawley" <kh@traxonline.com>
Date: Tue, 29 Oct 2002 17:55:04 -0800


Continuing on, I tried using a KeyExchangeDeformatter. This works fine when
called from managed code that used KeyExchangeFormatter to encrypt the
session key, but it still fails on the key created by ExportSimpleBlob().

So, I would like to know - does the CryptoAPI function ExportSimpleBlob() do
anything other than just encrypt the key with the given public key, and does
the managed KeyExchangeDeformatter do anything other than just decrypt it?
Are they compatible or not?

- Kipp