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>
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.
> >
> > /
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
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
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
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
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
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
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
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
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]
11 matches
Mail list logo