I am trying to re-calculate a checksum on the data received from the server and then verfy the checksum which is send from the server on the packet and which i re-calculated....
based on the documents of the server it is using RFC 1321 MD5 algorithm....
so i m trying to recalculate it accourding to it... but the checksum which i calculate and the checksum which i receive from server is not same....
the data i m receiving is in the following format..
Length 2 Bytes
Sequence Number 4 Bytes
CheckSumMD5 16 Bytes (Received from server)
Message Data Variable Length.(MAX 1024)
So i m recalculating the checksum on message data as per provided in the document but i m not able to find it the same as which is sent by the server...
http://[color=#c6c6c6][/color]
based on the documents of the server it is using RFC 1321 MD5 algorithm....
so i m trying to recalculate it accourding to it... but the checksum which i calculate and the checksum which i receive from server is not same....
the data i m receiving is in the following format..
Length 2 Bytes
Sequence Number 4 Bytes
CheckSumMD5 16 Bytes (Received from server)
Message Data Variable Length.(MAX 1024)
So i m recalculating the checksum on message data as per provided in the document but i m not able to find it the same as which is sent by the server...
http://[color=#c6c6c6][/color]