HashCheck icon indicating copy to clipboard operation
HashCheck copied to clipboard

Is it possible to implement more hashing algorithms?

Open KrasnayaPloshchad opened this issue 9 years ago • 2 comments

Here is a list of hashing algorithms from HashTab 6.0 (without commercial license), you can also see them via click “Option” link:

1 2 3 4

KrasnayaPloshchad avatar Oct 27 '16 08:10 KrasnayaPloshchad

Some of these could be useful, though hashcheck already supports SHA3/keccak though it probably could use an update to some of the newer FIPS algorithms found here https://github.com/gvanas/KeccakCodePackage (as well as maybe some better CPU optimizations for those of us that can use them, or a modular design to add your own hash plugin). would also be nice to have more configuration like what default hash algo to use, but overall I'm glad someone is keeping this program alive. Thanks @gurnec

Trucido avatar Mar 04 '17 16:03 Trucido

Also XXH

Extremely fast non-cryptographic hash algorithm http://www.xxhash.com/

gingerbeardman avatar Aug 21 '18 20:08 gingerbeardman