Encryption messages in a queue between 2 dlls.

Posted by scope-creep on Stack Overflow See other posts from Stack Overflow or by scope-creep
Published on 2010-05-11T19:16:36Z Indexed on 2010/05/11 19:24 UTC
Read the original article Hit count: 246

Filed under:
|

Hi,

I'm sending messages between 1 dll and another, effectively posting messages onto the dll
input queue and receiving a messages back from the dll output queue.

These two dlls are very tightly integrated. DLL 1 is a producer,and DLL2 is the consumer. I want to encrypt the messages before they are sent.

What would be the best approach?

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about c#4.0

Related posts about encryption