Hi,
Yes, I don't really see the reason for crypt() either...
-----Message d'origine-----
De : php...@li...
[mailto:php...@li...]De la part de
Joel Kleppinger
Envoye : vendredi 3 aout 2001 15:40
A : php...@li...;
php...@li...
Objet : Re: [Phpwebsite-developers] crypt() problem with latest version
on w2k and php 4.0.5
We ought to be using MD5 anyway. There's no good reason to use crypt. A
simple function can be written (now) to compare passwords in crypt, and if
they match, save the password (in another field perhaps) as an MD5 hash and
then use that from that point on.
Joel
At 09:32 AM 8/3/2001 +0200, Alain Fontaine wrote:
>Hello,
>
>First of all, yes! I am still alive :). I was very busy these past weeks,
>but now I have some time again. I am in the process of installing
phpWebSite
>on a w2k server running PHP 4.0.5, and the crypt() function is not
supported
>on that platform. I have seen that at some places, the PHP code seems to
>make use of a $system variable to chose whether or not to use crypt(), but
>this doesn't work right yet, mainly because the $system variable doesn't
>seem to be defined, and misses "global" declaration in many functions.
>
>This can be fixed in one of the next releases, maybe.
>
>Thanks :)
>
>
>
>_______________________________________________
>Phpwebsite-developers mailing list
>Php...@li...
>http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
_______________________________________________
Phpwebsite-developers mailing list
Php...@li...
http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
|