Home
last modified time | relevance | path

Searched refs:nthash (Results 1 – 1 of 1) sorted by relevance

/plugin/authradius/
H A Dmschap.php61 function ChallengeResponse($challenge, $nthash) argument
63 while (strlen($nthash) < 21)
64 $nthash .= "\0";
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);