Checksum Verifier & Generator Utility

Maaaaajor overhaul on the application. Pretty much rewrote the entire application on top of .NET 4.5.

Updated to v4.3.0. v4.0.0 is where I did the initial WPF conversion. From there I added some multithreading capability (BackgroundWorker to separate the UI from processing), tweaked the UI (re-ordered some things and added a statusbar), added a Text String hash generator/comparison, and some other smaller things.

The GitHub releases page shows screenshots: https://github.com/carnageX/ChecksumVerifierWPF/releases
 
Last edited:
Nice. I like it.

:thumbsup:

Oh, and added a ton more algorithm options. They're all variations on the standard ones (MD5/SHA-1/etc.), but added the Managed (slower and non-FIPS certified), as well as the CNG (Cryptographic Next Generation - supposedly faster and still FIPS certified).
 
Another minor update.

Version 4.3.1
Replaced statusbar status label with status light to indicate state (Ready/Running/Finished/Error)
 
Back
Top Bottom