RE: [PHP] encryption and HTTP

2002-02-23 Thread Johnson, Kirk
> -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 23, 2002 12:20 PM > To: PHP > Subject: [PHP] encryption and HTTP > > > Without using SSL or JavaScript, is there any way to make an > md5 hash or > encrypt a string before se

[PHP] encryption and HTTP

2002-02-23 Thread Erik Price
Without using SSL or JavaScript, is there any way to make an md5 hash or encrypt a string before sending it out as a POST request? It seems that without encrypting the data before sending it, it can still be intercepted. Once intercepted, it doesn't matter if I use md5() on the $_POST['passwo