Hi, I've some problems with the crypt() function. In my standard distribuition of php or PHPTriad there isn't the php_crypt.dll Where I can download it? I can offer multiusers capability to my PHPNuke site under a Win98 and WinNT4 system.
Hi,
I can't find php_crypt either, but there are a couple of files which are exported to the pear/crypt subdirectory:
CBC.php HCEMD5.php
So, these are probably the files you're after.
Regards,
David.
Crypt is not available on Win-platforms, and it is not part of PHP on Unix/Linux but included with the OS.
Check out the annotated manual at http://www.php.net/manual/en/function.crypt.php
It has some tips to help you if you have perl installed. Someone also wrote about an unofficial version at http://www.penguin.cz/~martinmv/php-3.0.15.win32.tar.bz2 with crypt(), but I haven't tried it...
Sven-Erik