• 0

[C#] Need someone to test this DLL


Question

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

  • 0

You can add another project/class to your solution and have it create an instance of this class. Then you can do most of the testing yourself and you won't have to worry if it simply works or not (Y)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.