Link to home
Start Free TrialLog in
Avatar of sonu19
sonu19

asked on

Securing Data send by a C# program over http

Hey Guys,

I am sending a string over the http in my c# program.
It's not a browser based program.

I want to know hoe can i secure that string.

The I secure the website with SSL and then send the string with https, or that will not work because it's not from a browser?

Thanks
SOLUTION
Avatar of Daniel Reynolds
Daniel Reynolds
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sonu19
sonu19

ASKER

I want to decrypt data in java and encrypt in c#
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial