]]
> Sent: Friday, June 21, 2002 12:12 AM
> To: Christian Leberfinger; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] crypt() on windows
>
>
> I actually remember reading a tutorial on using the htpasswd.exe
> that comes
> with apache to emulate its *nix twin. It is supposed to let
.htaccess file. But thats another story.
Ben Davis
Nashville, TN
[EMAIL PROTECTED]
www.davisben.com
- Original Message -
From: "Christian Leberfinger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 12:25 PM
Subject: [PHP-WIN] crypt() on w
sday, June 20, 2002 1:17 PM
To: PHP-List
Subject: RE: [PHP-WIN] crypt() on windows
Crypt() is supported by windows systems, but it
uses other encryption mechanisms than crypt()
on unix-systems...that means it returns other
encrypted strings.
So when Apache compares the crypt()ed string with
the
Crypt() is supported by windows systems, but it
uses other encryption mechanisms than crypt()
on unix-systems...that means it returns other
encrypted strings.
So when Apache compares the crypt()ed string with
the one stored in the .htpasswd, it fails and you
can't gain access...
Is there no way
Does anyone have a solution for crypt()-support on
windows-based webserver-systems?
I'm the developer of PHPAccess - the admin tool for
htaccess-security on Apache-servers and I don't get
it to create a crypted password that is recognized
by Apache's htaccess.
Help!
Christian Leberfinger
[htt