If padding bit is 51 and original message is 1263104 bits in MD-5 Hash function then how do I figure out the Length of the message?

28 views Asked by At

I was going through some documents and I stumbled upon a problem, where it stated that "Based on MD5 hash function algorithm, if we need 2467 blocks or 1263104 bits and padding size is 51 bits. Then what would be the length of the message? "

I tried adding the bits like, 1263104 + 51 ( Padding bits ) + 461 ( additional Bits ) = 1263616. Is this the proper length of the message ? or Am I missing anything ?

0

There are 0 answers