Results 1 to 2 of 2
Hii
i hv a hex 0x53006500630052004500740030003100
and according to wikipedia MD4 digest of this is: 0xcd06ca7c7e10c99b1d33b7485a2ed808
Can any one explain how they are calculating this digest....i tried some online tool ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-15-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
MD4 digest calculation
Hii
i hv a hex 0x53006500630052004500740030003100
and according to wikipedia MD4 digest of this is: 0xcd06ca7c7e10c99b1d33b7485a2ed808
Can any one explain how they are calculating this digest....i tried some online tool to calculate MD4 digest but i didnt get the answer....i also tried openssl dgst -md4 command in linux but still it is ambigious....and one more thing is if u r calculating digest using any online tool then the digest would be different then the linux digest.....i'll really appriate any reply
thanks.
- 06-15-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
Applying MD4 digest to a specific set of bytes should always produce the same results since it is basically computing a checksum. The algorithm for md4 digest calculation is pubicly available, and compliant implementations will always generate the same results when operating on the same data set. Any changes in the data at all will result in a different digest result.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
