Crypt_CHAP_MD5::challengeResponse()

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

Referentiesamenvatting

string Crypt_CHAP_MD5::challengeResponse ()

Beschrijving

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

Return waarde

string - a String containing the challenge-response paket

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld