Data encryption

2004-05-14 Thread Werner
Hi there, 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=TestSurnameforename=TestNamelocation=TestLocationphone=TestPhoneNumbersearch=+Search+ is there any way

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=TestSurnameforename=TestNamelocation=TestLocationphone=TestP

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

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. /people.cgi?

Re: Data encryption

2004-05-14 Thread Alexander Blüm
browser. another way would be to use java applets. bad choice, though. ;) if you use the js--perl solution, you'll have to invent a algorithm yourself. if you're dealing with not-the-smartest users, then a rot13 might do. and you'll have to use the POST method. for stronger encryption go here

Re: encryption

2002-08-30 Thread fliptop
On Fri, 30 Aug 2002 at 10:32, Jimmy George opined: JG:Is there any way of encrypting a credit card number etc. so that it can JG:not be seen when being transmitted from desktop to server? The user JG:needs to see what they type to make sure it is correct - so how do we JG:get cgi to encrypt that

Re: encryption

2002-08-30 Thread zentara
is to encrypt the received raw number before storing it so that the file it is kept in cannot be opened and read. Is that the limit right now? That is the way it is, your cgi program can only do encryptions on the data it has on the server. The encryption during transmission is handled by the protocol

Re: encryption

2002-08-30 Thread Wiggins d'Anconia
zentara wrote: On Fri, 30 Aug 2002 10:32:27 +1000, [EMAIL PROTECTED] (Jimmy George) wrote: Is there any way of encrypting a credit card number etc. so that it can not be seen when being transmitted from desktop to server? The user needs to see what they type to make sure it is correct -

Base 64 encryption Routines

2001-11-21 Thread Darryl Schnell
I'm currently working on a perl program that interacts with Windows Active Directory and was wondering if anyone knew or has a subroutine that will encrypt a password using base 64 encryption. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Base 64 encryption Routines

2001-11-21 Thread Casey West
On Nov 21, 2001 at 04:29 -0500, Darryl Schnell took the soap box and proclaimed: : I'm currently working on a perl program that interacts with Windows : Active Directory and was wondering if anyone knew or has a subroutine : that will encrypt a password using base 64 encryption. Use the module