I have an running windows service. after downloading a zip file the file should be checked. At the moment it will be checked with a MD5 hash. But this is not really fast with file sizes about 1 GB. Another reason to change this is that I get an outofmemory exception on a windows 7 64 bit machine while reading the file into a byte array.
Thanks for helping.