Merging SHA1 values
Posted: Tue Mar 01, 2011 9:09 pm
Does anyone know how to do this:
Let's say I have the SHA1 hash values of a file that is split into two or more.
I also have the SHA1 value of the file when it is complete.
How can I make the SHA1 values of the split files match the hash I have of the complete file? Without using any SHA1 calculations on the files again? (for speed reasons).
Let's say I have the SHA1 hash values of a file that is split into two or more.
I also have the SHA1 value of the file when it is complete.
How can I make the SHA1 values of the split files match the hash I have of the complete file? Without using any SHA1 calculations on the files again? (for speed reasons).