Hi,
is it possible to tell php which crypting it should use in crypt()?

My problem:
The program is running on a linux-server (of course) and there is DES
available and MD5; crypt() uses MD5.
At home I'm developing on a win98 machine and there seems only DES to be
available.

Of course it would be usefull to use both times the same encryption - but
how to tell the server to use DES??

Thank's for any help,
Uwe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to