Crypt_CHAP_MD5::challengeResponse()

Crypt_CHAP_MD5::challengeResponse() -- Generates the challenge-response paket.

Synopsis

string Crypt_CHAP_MD5::challengeResponse ()

Beschreibung

This method generates the challenge-response paket, by doing: md5(ID + Password + Challenge).

Rückgabewert

string - a String containing the challenge-response paket

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel