[sync] MD5 authentication

Erik Gustavsson cyrano at area26.no-ip.org
Sun Jul 9 04:47:14 PDT 2006


> I'm not much of a PHP hacker, but I did a quick search through some 
> SyncML PDF's and they seem to indicate to me that the algorithm is not 
> md5_base64("user:pass:nonce"), but md5_base64(md5_base64("user:pass") 
> . ":nonce")).
>
Actually, this seems to differ between the SyncML versions, also I tried 
to implement the nested version in PHP but couldn't get it to match the 
examples in the PDFs either...

/Erik


More information about the sync mailing list