ContextMenuHashLib is a part of software ContextMenuHash on Windows platform. It provides a unified way to calculate different types of hashes of the data.
ContextMenuHashLib is able to be built under VisualStudio 2010.
Implements of some hash methods require corresponding Windows APIs or dlls.
- MD4
Use Windows api in advapi32.dll
- MD5
Use Windows api in advapi32.dll
- SHA Serial
Use Windows cryptographic service provider(CSP)
- BTIH
Use original code based on SHA1
- ED2K
Use original code based on MD4
- CRC32
Use code from zlib (version 1.2.5)
- Adler32
Use code from zlib (version 1.2.5)
- WHIRLPOOL
Use code from official site
- ssdeep
Use original code.
- Keccak(SHA-3) Serial
Use code from official site