Mailinglisten-Archive |
Stephan Sann wrote: > Welchen SALT verwendet eigentlich 'htpasswd' selbst? Auch einen > zufälligen? 'man htpasswd' hat nichts hergegeben. $crypted_pw = pw_read_from_file($file, $username); $salt = substr($crypted_pw, 0, 2); $user_pw = crypt($user_input, $salt); if ($user_pw == $crypted_pw) allow_access(); else deny_access(); Kristian -- Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00 Using PHP3? See our web development library at http://phplib.netuse.de/ (We have moved! Update your bookmarks!)
php::bar PHP Wiki - Listenarchive