* $htp = &File_Passwd::factory('AuthBasic'); * $htp->setMode('sha'); * $htp->setFile('/www/mike/auth/.htpasswd'); * $htp->load(); * $htp->addUser('mike', 'secret'); * $htp->save(); *
* array * + user => crypted_passwd * + user => crypted_passwd *
* array * + md5 * + sha * + des *