Hi, this is specified in RFC 2617.
The input values needed are username, realm, password, nonce, method and uri With this values you must calculate MD5 like this:
$A1 = md5_hex("$username:$realm:$password"); $A2 = md5_hex("$method:$uri");
$response = md5_hex("$A1:$nonce:$A2");
Regards Ezequiel
----- Original Message ----- From: "Raÿfffffffffffal Cumplido" raulcumplido@yahoo.es To: serusers@lists.iptel.org Sent: Friday, February 18, 2005 8:54 AM Subject: [Serusers] Authentication digest
Hi,
I'm trying to register my sip application to the SER Register using MD5 authentication but I don't know what parameters I had to concatenate to make the response, and how to cancatenate it. If someone can help me. Thanks.
I have readed something about the MD5 of (username+password+nonce+method+uri), but concatenated with a point?
Is my first time with the authentication ... :P
Raúl
Renovamos el Correo Yahoo!: ¡250 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers