Hi,
I am very new to C# and NET framework. I am trying to hash (using
MD5CryptoServic eProvider) a source that is split into several files.
Now when the source is in one file I can produce the correct md5 hash.
My issue is how can I reproduce the correct hash when the file is split
into different files.
Thanks :)
I am very new to C# and NET framework. I am trying to hash (using
MD5CryptoServic eProvider) a source that is split into several files.
Now when the source is in one file I can produce the correct md5 hash.
My issue is how can I reproduce the correct hash when the file is split
into different files.
Thanks :)
Comment