Re: Data encryption

2004-05-14 Thread Alexander Blüm
On Fri, 14 May 2004 09:55:15 +0100 David Dorward <[EMAIL PROTECTED]> wrote: > On 14 May 2004, at 09:45, Alexander Blüm wrote: > > On Fri, 14 May 2004 09:25:27 +0100 > > David Dorward <[EMAIL PROTECTED]> wrote: > > > >> On 14 May 2004, at 08:33, Werner wrote: > >>> I've got a form that makes use of

Re: Data encryption

2004-05-14 Thread Alexander Blüm
On Fri, 14 May 2004 09:25:27 +0100 David Dorward <[EMAIL PROTECTED]> wrote: > On 14 May 2004, at 08:33, Werner wrote: > > I've got a form that makes use of the GET method to provide the cgi > > script with details. My problem is that you can see all of the > > fields being posted. i.e. > > > > /

Re: Data encryption

2004-05-14 Thread David Dorward
On 14 May 2004, at 09:45, Alexander Blüm wrote: On Fri, 14 May 2004 09:25:27 +0100 David Dorward <[EMAIL PROTECTED]> wrote: On 14 May 2004, at 08:33, Werner wrote: I've got a form that makes use of the GET method to provide the cgi script with details. My problem is that you can see all of the fiel

Re: Data encryption

2004-05-14 Thread David Dorward
On 14 May 2004, at 08:33, Werner wrote: I've got a form that makes use of the GET method to provide the cgi script with details. My problem is that you can see all of the fields being posted. i.e. /people.cgi? surname=TestSurname&forename=TestName&location=TestLocation&phone=TestP honeNumber