phpbar.de logo

Mailinglisten-Archive

[php] php-htpasswd

[php] php-htpasswd

Kristian =?iso-8859-1?Q?K=F6hntopp?= kk_(at)_netuse.de
Wed, 17 Nov 1999 10:52:32 +0100


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