Home
last modified time | relevance | path

Searched full:passhash (Results 1 – 11 of 11) sorted by relevance

/plugin/structtemplate/_vagrant/
H A Ddokuwiki_password.php13 // Load DokuWiki PassHash class
15 if (file_exists('inc/PassHash.php')) {
16 require('inc/PassHash.php');
17 $pass = new dokuwiki\PassHash();
19 require('inc/PassHash.class.php');
20 $pass = new PassHash();
/dokuwiki/inc/
H A Ddeprecated.php268 class PassHash extends \dokuwiki\PassHash {
275 dbg_deprecated(\dokuwiki\PassHash::class);
266 class PassHash extends \dokuwiki\PassHash { global() class
H A DPassHash.php16 class PassHash
460 * @see PassHash::stretched_hash() for the implementation details.
482 * @see PassHash::stretched_hash() for the implementation details.
15 class PassHash { global() class
H A Dauth.php19 use dokuwiki\PassHash;
1317 $pass = new PassHash();
1340 $pass = new PassHash();
15 use dokuwiki\PassHash; global() alias
H A Dcommon.php10 use dokuwiki\PassHash;
116 return PassHash::hmac('md5', $session . $user, auth_cookiesalt());
H A Dmedia.php13 use dokuwiki\PassHash;
1864 return substr(PassHash::hmac('md5', $token, auth_cookiesalt()), 0, 6);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php4 use dokuwiki\PassHash;
140 $passhash = new PassHash();
141 return $passhash->verify_hash($pass, $userdata['hash']);
/dokuwiki/lib/plugins/authldap/
H A Dauth.php4 use dokuwiki\PassHash;
368 $phash = new PassHash();
/dokuwiki/
H A Dinstall.php13 use dokuwiki\PassHash;
415 $phash = new PassHash();
/plugin/siteexport/inc/
H A Dfunctions.php784 … return PassHash::hmac('md5', session_id().'siteexport', 'siteexport_salt'.auth_cookiesalt());
/dokuwiki/data/
H A Ddeleted.files97 inc/PassHash.class.php