|
Posted by Juby on 05/03/06 22:15
Someone else might be able to help you more, but as far as I know, the
only way to encrypt data going from the client to the server is if
you've got something set up along the connection - namely, SSL. That's
actually a little out of my realm of experience, but maybe someone else
around here can help you out on setting up an SSL protocol on your
server.
Your problem is, the only place PHP can affect the data is on the
server side, and if you're trying to encrypt the data between client
and server, that's not going to do you a lot of good, because by the
time it gets to your encryption routine, it's going to be too late.
Navigation:
[Reply to this message]
|