I need someone to test my DLL to see if it works correctly. I had to copy/paste code and rewrite some stuff, but I don't really know how to write some example to to see if it works. It is a one function version of the MD5 hash thing that is in .NET. You need to use a stream that has the contents of file in it for this to work.
The function to use is in this:
public class LibMD5 {
public string MD5Hashsum(Stream filedata);
}
and it should return a 32 character string. Can someone tell me if it works?
Question
Ultra Frosty
I need someone to test my DLL to see if it works correctly. I had to copy/paste code and rewrite some stuff, but I don't really know how to write some example to to see if it works. It is a one function version of the MD5 hash thing that is in .NET. You need to use a stream that has the contents of file in it for this to work.
The function to use is in this:
public class LibMD5 { public string MD5Hashsum(Stream filedata); }and it should return a 32 character string. Can someone tell me if it works?
Download DLL
Link to comment
Share on other sites
2 answers to this question
Recommended Posts