Custom Sinks

Posted by lorenb on Dec 23, 2004 in projects |

Still working on securing the remoting traffic. What I’m working on is implementing my own custom IClientChannelSink and IServerChannelSink. The way I see it working is that the client and server will start by generating public keys and exchanging them.

Once the key exchange has happened, the client will use the server’s public key to encrypt it’s messages and the server will do the reverse.

Haven’t made a final decision about the encryption algorithm yet. I’m leaning towards RSA right now but that could change. My main focus right now is just getting the channel sinks working .

Copyright © 2010 LB Technology Services Blog All rights reserved.