string Crypt_CHAP_MD5::challengeResponse ()
string Crypt_CHAP_MD5::challengeResponse
This method generates the challenge-response paket, by doing: md5(ID + Password + Challenge).
string - a String containing the challenge-response paket
This function can not be called statically.
Example 22-1. Using Crypt_CHAP_MD5::challengeResponse()