send secure data from client side to server side

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

send secure data from client side to server side

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You are looking for SSL, yes.
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Post by pcoder »

Yes i am looking for SSL.
Is there any alternative solution.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
Post Reply