Search results for query: *

  1. xconspirisist

    Compute the hash of a file.

    I would like to be able to compute the hash of a file. (MD5/SHA1). Am I correct that the most appropriate approach would be to manually read the file into an input stream, and then pass that to a "System.Security.Cryptography.HashAlgorithm"? If anyone could post and sample/psudo code, that...
Back
Top