Crypt_CHAP_MSCHAPv1::str2unicode() | Crypt_CHAP_MSCHAPv2::Crypt_CHAP_MSCHAPv2() |
Crypt_CHAP | |
PEAR Manual | |
string Crypt_CHAP_MSCHAPv1::response (
bool $lm = FALSE
)
This method generates the response paket, containing the NT-Challenge-Response and/or the LM-Challenge-Response. By default the LM-Challenge-Response is not included.
bool $lm - wether including the LM-Challenge-Response
string - a String containing the paket
This function can not be called statically.
Using Crypt_CHAP_MSCHAPv1::response()
|
Crypt_CHAP_MSCHAPv1::str2unicode() | Crypt_CHAP_MSCHAPv2::Crypt_CHAP_MSCHAPv2() |
Crypt_CHAP | |
PEAR Manual | |