Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
Hi everybody,

i have a project that have been developed by another employee
and now i have been requested to add the security to this software
i need to add encryption and decryption process that applied to the all project

so the application send encrypted data, and the Web Service decrypted and use this data .. and vise verse

can any one suggest a ready script or at least explain to me how can i apply this.

many thanks for your cooperation
regards,
Posted
Comments
Pablo Aliskevicius 25-Mar-12 4:41am    
The shortest way would be exposing HTTPS endpoints only, no HTTP.
Would this be suitable?
Member 8738466 25-Mar-12 4:48am    
Thanks for your comment

Unfortunately this is not suitable,
i need to implement a type of security using coding to encrypt all data that been transferred in the wire and decrypted when it reach the destination

thanks

 
Share this answer
 
Comments
Member 8738466 26-Mar-12 2:39am    
Many thanks for the link, it's really useful
my question does this compression including encryption to the data??
and if there is a tutorial to encrypt the data in the same way and process used in the compression .. i need a clear explanation tutorial for encryption

again many thanks for your cooperation
regards,
 
Share this answer
 
v2

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