Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody.

i have a problem in my company .

we have a certificate file plus public key for encrypting packages (SSL), i want to write a 3rd party app or something else that can act in network layers to encrypt the data (actualy i dont know witch layer will be work for this) befor sending,
in destination my device will give the package and decrypts the data .

i have not any access to the programm that sends data, i just need an app or something else to encrypt data between sending by app and geting out of computer (port).


i have no experience in this kind of programming (Network programming), and i have to provide a solution for this problem.
please help

tnx.
sorry for bad english.
Posted
Comments
Areff 5-Jul-11 8:18am    
I think this must happen in network levels, and a service must be used for this problem,

Please experts
help about this ...

1 solution

You should use a WCF service that receives the data from the sender. This service should be hosted on the same server as the data sender. Then you can write your client application that only communicates via the WCF service, which you can then configure to encrypt and use authorisation in various ways, both on the transport and the message level. Here, Windows Communication Foundation[^], is the link to MSDN page.

Hope this helps
 
Share this answer
 
Comments
Areff 5-Jul-11 8:16am    
i have not access to the client app's code and cannot change it, then i can not use WCF , i want to an app or service that i could put it between client app and the reciver app, ofcourse the 3rd party app or service must be in client machine to encrypt data(message) before getting out of machine (to network).
Wayne Gaylard 5-Jul-11 10:08am    
How does the client app present the data ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900