Click here to Skip to main content
15,899,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All

I want to encrypt data provided by user form the web page(.aspx page).

The data is encrypted using DES Encryption algorithm at web page.and i want to pass that encrypted form to the web service, then web serviced web method decrypts the number and returns the result in Encrypted form.

The client program(other web page) decrypts the encrypted result returned by the web service.
Posted
Updated 20-Mar-11 18:03pm
v5
Comments
thatraja 7-Jan-11 12:28pm    
Added question Tags & properly aligned question content.

1 solution

Sounds convoluted - why not use https to encrypt the communication between browser and web server (IIS)? Both simpler and more secure.

Regards
Espen Harlinn
 
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