翻译达人请现身~
原文如下:
The string which is sent by the server is the " MD5 Hash". It is a hash generated by the server and is used in the
authentication process. The client then has to send the password which is encrypted using the MD5 algorithm.In effect the
client has to send the unique MD5 equivalent of the MD5 hash i.e 989048851.1851137130 in this case and the password combined
.i.e. MD5 equivalent of (hash+pass). In this case it turns out to be 3b7926d277068ec49576a0c40598ff21.

