Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread R. Joseph Newton
Patricia Hinman wrote: > > There are measures that can be taken to make it > > harder for someone to get the source, but there is > > no way to prevent it. There is also little reason > > to, that I can see, most things that are done with > > javascript are relatively simple anyways, and since >

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread R. Joseph Newton
Patricia Hinman wrote: > OOPS mistake corrected > > I did stumble across a method call to a cryption() > ---wrong crypt() is the method -- > > I have just discovered it is a unix function. It > doesn't decrypt. One must always crypt user input then > check for equality. > if (crypt ($gu

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread zentara
On Fri, 14 Feb 2003 11:17:48 -0800 (PST), [EMAIL PROTECTED] (Patricia Hinman) wrote: >I don't want to hide the main source code. Only >encrypt the password on the client side. I could do >that with a js program. Then my pl file could unwind >the script. This is to keep people from viewing the

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Patricia Hinman
> There are measures that can be taken to make it > harder for someone to get the source, but there is > no way to prevent it. There is also little reason > to, that I can see, most things that are done with > javascript are relatively simple anyways, and since > it is an open language so someone

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread wiggins
On Fri, 14 Feb 2003 09:12:52 -0800 (PST), Patricia Hinman <[EMAIL PROTECTED]> wrote: > Thanks! > That does help. I was reading this page which talks > about unix and windows crypt(). > > http://www.tech.irt.org/articles/js164/ > > Now I'm wonder

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread zentara
On Thu, 13 Feb 2003 20:57:05 -0800 (PST), [EMAIL PROTECTED] (Patricia Hinman) wrote: >OOPS mistake corrected >> I did stumble across a method call to a cryption() >---wrong crypt() is the method -- > >I have just discovered it is a unix function. It >doesn't decrypt. One must always cr

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Patricia Hinman
MAIL PROTECTED]] > > Sent: Friday, February 14, 2003 5:06 AM > > To: Patricia Hinman; [EMAIL PROTECTED] > > Subject: RE: crypt() unix function, what about > windows cryption? > > .htpasswd file > > > > > > > >

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Beau E. Cox
Hi - (I'm the 'someone' who said crypt worked on windows) - > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 5:06 AM > To: Patricia Hinman; [EMAIL PROTECTED] > Subject: RE: crypt() unix functio

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread wiggins
On Thu, 13 Feb 2003 20:57:05 -0800 (PST), Patricia Hinman <[EMAIL PROTECTED]> wrote: > OOPS mistake corrected > > I did stumble across a method call to a cryption() > ---wrong crypt() is the method -- > > I have just discovered it is a

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-13 Thread Beau E. Cox
Hi - crypt () works fine for me on Win2K... > -Original Message- > From: Patricia Hinman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 6:57 PM > To: [EMAIL PROTECTED] > Subject: crypt() unix function, what about windows cryption? .htpasswd > file > > > OOPS mistake corre