Re: [cgiapp] problem with form-data (get/post)

2004-06-22 Thread Brian . T . Wightman
> > So the big question is: If your CGI script sees an encrypted > > password, and it determines that it is valid, are you allowing access > > to that user based on that info alone? If so, then you might as well > > be using plain text passwords, because all an attacker needs to get in > > is

Re: [cgiapp] problem with form-data (get/post)

2004-06-22 Thread michael
Jan Dworschak wrote: > > > > So the big question is: If your CGI script sees an encrypted > > password, and it determines that it is valid, are you allowing access > > to that user based on that info alone? If so, then you might as well > > be using plain text passwords, because all an attacke

Re: [cgiapp] problem with form-data (get/post)

2004-06-21 Thread Jan Dworschak
Hi Cees, Cees Hek wrote: Hi Jan, I am going back to your original question, because I think everyone (including me) is a little bit confused as to what you are trying to do. Jan Dworschak wrote: Hi, i'm having trouble with a cgi-program of mine and can't find a way to solve it. Here it is: In an

Re: [cgiapp] problem with form-data (get/post)

2004-06-21 Thread Cees Hek
Hi Jan, I am going back to your original question, because I think everyone (including me) is a little bit confused as to what you are trying to do. Jan Dworschak wrote: Hi, i'm having trouble with a cgi-program of mine and can't find a way to solve it. Here it is: In an simple form i type in a

Re: [cgiapp] problem with form-data (get/post)

2004-06-21 Thread Brian . T . Wightman
cc: | | Subject: Re: [cgiapp] problem with form-data

Re: [cgiapp] problem with form-data (get/post)

2004-06-21 Thread Jan Dworschak
Back to the original question - If the OP is not running a javascript implementation of 3des, but is using a perl module, how is he running perl in the browser? as a perlscript via a form submit. - Web Archive: http://www.mai

Re: [cgiapp] problem with form-data (get/post)

2004-06-20 Thread Ron Savage
On Fri, 18 Jun 2004 11:08:00 +0200, Jan Dworschak wrote: Hi Jan > I'm using the TripleDES Function from the Perl-Modul > Crypt::TripleDES - > no javascript function. TMTOWTDI: Javascript::MD5 Javascript::SHA1 -- Ron Savage, [EMAIL PROTECTED] on 21/06/2004. Room EF 312 Deakin University, 221 Bur

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Brian . T . Wightman
| | To: [EMAIL PROTECTED] | | cc: | | Subject: Re: [c

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Geoffrey G. Hankerson
| | cc: | | Subject

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Brian . T . Wightman
PROTECTED] | | cc: | | Subject: Re: [cgiapp] problem with form-data

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Brian . T . Wightman
cc: | | Subject: Re: [cgiapp] problem with form-data

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Jan Dworschak
| | cc: | | Subject: Re: [cgiapp] problem with

Re: [cgiapp] problem with form-data (get/post)

2004-06-18 Thread Jan Dworschak
I'm using the TripleDES Function from the Perl-Modul Crypt::TripleDES - no javascript function. Jan Clayton Scott wrote: Jan Dworschak wrote: Hi, maxlength is already set in the input field with a value of 256 (that should be enough). Are you sure that your TripleDES javascript function is not

Re: [cgiapp] problem with form-data (get/post)

2004-06-17 Thread Brian . T . Wightman
| | cc: | | Subject: Re: [cgiapp] problem with form-

Re: [cgiapp] problem with form-data (get/post)

2004-06-17 Thread Clayton Scott
Jan Dworschak wrote: Hi, maxlength is already set in the input field with a value of 256 (that should be enough). Are you sure that your TripleDES javascript function is not to blame? Javascript doesn't always work the same in all browsers. Clayton --

Re: [cgiapp] problem with form-data (get/post)

2004-06-17 Thread Jan Dworschak
Hi, maxlength is already set in the input field with a value of 256 (that should be enough). Greets Jan Alexander Becker wrote: Hi, i'm having trouble with a cgi-program of mine and can't find a way to solve it. Here it is: In an simple form i type in a password. This is encrypted via TripleDES.

[cgiapp] problem with form-data (get/post)

2004-06-16 Thread Jan Dworschak
Hi, i'm having trouble with a cgi-program of mine and can't find a way to solve it. Here it is: In an simple form i type in a password. This is encrypted via TripleDES. The encrypted password is sent over the submit-button (POST or GET, both have the same problem). Everything works fine when i us