HashCheck icon indicating copy to clipboard operation
HashCheck copied to clipboard

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org

Results 30 HashCheck issues
Sort by recently updated
recently updated
newest added

Add support for BLAKE2 for compatibility with other programs (DirHash, b2sum, RapidCRC, etc.) 1. Add support for BLAKE2b (256 bit) with the file extension .blake2 2. Add support for BLAKE2sp...

Latest gurnec's alpha version had that option in the context menu where you could select several files and have a new context menu option to create separated hash files for...

While I have no Windows Arm64 devices, I noticed that @gus33000 made a fork that adds ARM64 support...but it was built off of the older @gurnec 2.4.0 version that your...

Greetings dear @idrassi You forked the amazing _HashCheck Shell Extension_, implemented **BLAKE3** and other nice stuff, and released version _2.5.0_ in _2021_. The _latest version_ of _BLAKE3_ is _1.5.5_ from...

Something I noticed when installing HashCheck on an old laptop and my work PC was that this fork does not install properly, throwing an error (I forget what it was,...

This is a rather minor thing but, after all these years, I only *just* thought a few minutes ago that this is something that maybe could even be changed. That...

The uninstaller does not remove "Checksums" from right click -> properties, so I guess the DLL is left, and still registered. * `C:\Windows\System32\ShellExt\HashCheck.dll` still exists. Fix: 1. Kill explorer.exe 2....

It was mentioned in issue #15 that HashCheck is able to know when the storage medium is a mechanical HDD or an SSD in order to determine whether to use...

When re-investigating the performance of MD4 in the last version that supported it ([v2.2.3](https://github.com/gurnec/HashCheck/releases/tag/v2.2.3)), I found out that in both v2.2.3 and your latest v2.5.0, CRC32 is actually slower than...

Simply put, if you try to open a checksum file that has a very large file size, you'll get the following error: ![Image](https://github.com/user-attachments/assets/d8dce297-6850-4973-8a42-9cc85f992f07) I ran into this because Linux operating...