Home
last modified time | relevance | path

Searched refs:challenge (Results 51 – 58 of 58) sorted by last modified time

123

/plugin/authradius/
H A Dmschap.php61 function ChallengeResponse($challenge, $nthash) argument
66 $resp1 = des_encrypt_ecb(substr($nthash, 0, 7), $challenge);
67 $resp2 = des_encrypt_ecb(substr($nthash, 7, 7), $challenge);
68 $resp3 = des_encrypt_ecb(substr($nthash, 14, 7), $challenge);
85 function ChallengeHash($challenge, $peerChallenge, $username) argument
87 return substr(pack('H*', hash('sha1', $peerChallenge . $challenge . $username)), 0, 8);
90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password) argument
92 $challengeHash = ChallengeHash($challenge, $peerChallenge, $username);
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/requiz/
H A Dplugin.info.txt6 desc Use a quiz challenge to protect DokuWiki against automated spam
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt856 …ilent men have usurped the kingdom of our fathers, and my purpose is to challenge the kingdom, and…
H A DJudith.txt293 …14:12. Go in, and awake him, for the mice, coming out of their holes, have presumed to challenge u…
H A DNumbers.txt599 …all thy brethren the sons of Levi to approach unto him, that you should challenge to yourselves th…
/plugin/contactmodern/
H A Drecaptchalib.php147 * @param string $challenge
152 function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array(… argument
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
176 'challenge' => $challenge,
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123