Crypt_CHAP
[ class tree: Crypt_CHAP ] [ index: Crypt_CHAP ] [ all elements ]

Class: Crypt_CHAP_MD5

Source Location: /Crypt_CHAP-1.5.0/CHAP.php

Class Overview

PEAR
   |
   --Crypt_CHAP
      |
      --Crypt_CHAP_MD5

class Crypt_CHAP_MD5


Methods


Inherited Variables

Inherited Methods

Class: Crypt_CHAP

Crypt_CHAP::Crypt_CHAP()
Constructor
Crypt_CHAP::challengeResponse()
Generates the response. Overwrite this.
Crypt_CHAP::generateChallenge()
Generates a random binary challenge

Class Details

[line 128]
class Crypt_CHAP_MD5

Generate CHAP-MD5 Packets



[ Top ]


Method Detail

challengeResponse   [line 139]

string challengeResponse( )

Generates the response.

CHAP-MD5 uses MD5-Hash for generating the response. The Hash consists of the chapid, the plaintext password and the challenge.


Overrides Crypt_CHAP::challengeResponse() (Generates the response. Overwrite this.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.