Note Submitter: Michael Stapelberg
----
In order to use crypt() for generating htpasswd-passwords I
had to use it with base64_encode($password) as second
paramter:
<?php
$hash = crypt($password, base64_encode($password));
?>
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php