Pages

Sunday, July 7, 2019

Checksum Check Program

For a while now I wanted a program where I can compare file hashes from files I download. Sure, I use the CRC SHA feature from 7zip to find the hashes, but I would have to manually copy it out to verify what it should be equal to.

So I finally took some time to make something. Now I just drag and drop the file and the text I would like to compare it to. Then push the button to compare. I'll need to add a few more changes before I upload it.

WPF Application in C# . Github