G
Guest
Hello,
My boss asked me if it is possible to wrap SSL around an existing socket
which is running with a C++ program (I know it is, I have done it before). I
am wondering if it is possible to do this in a C# application so that when
the C# program is running in the background, it is able to intercept the
socket communications from the C++ program, encrypt them, and pass it on
through the C# SSL program I make to a receiving C# program to decode and
pass it back to the C++ client.
Is this possible? I am not even sure what direction to take or what
keywords to lookup for help on this subject. Please let me know if you need
clarification.
Thank you all!
Rob
My boss asked me if it is possible to wrap SSL around an existing socket
which is running with a C++ program (I know it is, I have done it before). I
am wondering if it is possible to do this in a C# application so that when
the C# program is running in the background, it is able to intercept the
socket communications from the C++ program, encrypt them, and pass it on
through the C# SSL program I make to a receiving C# program to decode and
pass it back to the C++ client.
Is this possible? I am not even sure what direction to take or what
keywords to lookup for help on this subject. Please let me know if you need
clarification.
Thank you all!
Rob