Searched refs:auth_decrypt (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | auth_encryption.test.php | 12 $this->assertEquals($data, auth_decrypt(auth_encrypt($data, $secret), $secret)); 23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
|
| /dokuwiki/lib/plugins/authldap/ |
| H A D | auth.php | 183 $loginpass = auth_decrypt($loginpass, auth_cookiesalt(!$loginsticky, true)); 344 $pass = auth_decrypt($loginpass, $secret);
|
| /dokuwiki/inc/ |
| H A D | auth.php | 350 $pass = auth_decrypt($pass, $secret); 488 function auth_decrypt($ciphertext, $secret) function
|