From: Joel K. <jkl...@ea...> - 2001-08-03 13:39:25
|
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 |