secure channel between server/client
-
I need some help with an upcomming project. There is a 3rd party application that communicates with it's management tools across 4 different ports. I need something in C# or C++ that basically secures the channel between the client and the server. I just want to secure the channel, not intercept the data if possible. I have no access to the 3rd party app or it's code etc. I'm looking for some direction for where to look for this type of technology and possibly a contractor to implement this. Please let me know your thoughs about how to do it or if you have/can implement something like this. If you have done this in the past, please give me an example and an estimate of the cost for you to implement this for me. Thanks.
-
I need some help with an upcomming project. There is a 3rd party application that communicates with it's management tools across 4 different ports. I need something in C# or C++ that basically secures the channel between the client and the server. I just want to secure the channel, not intercept the data if possible. I have no access to the 3rd party app or it's code etc. I'm looking for some direction for where to look for this type of technology and possibly a contractor to implement this. Please let me know your thoughs about how to do it or if you have/can implement something like this. If you have done this in the past, please give me an example and an estimate of the cost for you to implement this for me. Thanks.
If you have access to configure the application's destination server, you could just set it to connect to localhost:{ports} and use an SSH client (like PuTTY) to forward the requests through a secure channel to an SSH server that would then hand off the requests to the management tools server. I hope that this can help you. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
If you have access to configure the application's destination server, you could just set it to connect to localhost:{ports} and use an SSH client (like PuTTY) to forward the requests through a secure channel to an SSH server that would then hand off the requests to the management tools server. I hope that this can help you. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Thanks Curtis. I have full control over both servers. Is there a program out there that can be automated in an install and run like a service so it's seamless to the end users?
Right off hand, I don't know. Let me look around and see if I can find something for you that can automate it. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Right off hand, I don't know. Let me look around and see if I can find something for you that can automate it. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
I need some help with an upcomming project. There is a 3rd party application that communicates with it's management tools across 4 different ports. I need something in C# or C++ that basically secures the channel between the client and the server. I just want to secure the channel, not intercept the data if possible. I have no access to the 3rd party app or it's code etc. I'm looking for some direction for where to look for this type of technology and possibly a contractor to implement this. Please let me know your thoughs about how to do it or if you have/can implement something like this. If you have done this in the past, please give me an example and an estimate of the cost for you to implement this for me. Thanks.
Hello.Curtis.I am very interested in your project.I think that you can use the Webserices or .net remoting technology in you project. John