Page 1 of 1

send secure data from client side to server side

Posted: Sat Jun 30, 2007 8:02 am
by pcoder
Hi all,
Actually i have to make data secure while transforming from client side to server side.
What will be the easy and fast process to fullfill this objective. Is SSL be the right solution?
I am also searching related stuff on it. And i have no more time to implement it.
Hope i will get the solution.

Thansk

Posted: Sat Jun 30, 2007 8:17 am
by feyd
You are looking for SSL, yes.

Posted: Sat Jun 30, 2007 10:33 pm
by pcoder
Yes i am looking for SSL.
Is there any alternative solution.

Posted: Sat Jun 30, 2007 11:25 pm
by Christopher
If you are talking about browser to server then you are specifically talking about HTTPS which is HTTP over SSL. And no there really is not an alternative unless you want to install some sort of custom Java or ActiveX app in the client.