Calculate Hash in .NET

With .NET, you can calculate a file hash, or the hash of any stream, using the HashAlgorithm.ComputeHash method.

Here's a sample application showing how to choose one of four algorithms and formats. To see how the SendTo functionality works, check out the previous video.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#