Re: Data encryption

2004-05-14 Thread Alexander Blüm
l 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: http://www.vidwest.com/crypt/ cheers, Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

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

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=TestSurname&forename=TestName&location=TestLocation&phone=TestPhoneNumber&search=+Search+ is there any way

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 co

Re: encryption

2002-08-30 Thread zentara
ure server" or ask the administrator. >I have read some books about it but all we appear to be able to do 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

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

encryption

2002-08-30 Thread Jimmy George
Hello world 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 - so how do we get cgi to encrypt that at the user end before transmission. I have read s

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 m

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]