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

I am connecting to a secure server over https from my C# windows client application. I would like to know do I need to take care of data encryption by creating encryption key or HttpWebRequest will take care of it for me?

As for browser, it creates a encryption key and shares it with server by encrypting it with servers public key. Then any communication between browser and server is encrypted by using that encryption key.

For a C# windows application, do I need to follow the steps which browser follows or .Net classes will take care of everything?

Thanks
Nitin
Posted
Comments
ashok rathod 18-Sep-14 23:43pm    
as far as my knowledge is concerned, if you are doing your connection through https protocol then your data will be secured , you dont need to do any encryption or decryption at all

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