Skip to content

Provides a unified way to calculate different types of hashes of the data.

License

Notifications You must be signed in to change notification settings

S3Studio/ContextMenuHashLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContextMenuHashLib

ContextMenuHashLib is a part of software ContextMenuHash on Windows platform. It provides a unified way to calculate different types of hashes of the data.

Environment Requirement

ContextMenuHashLib is able to be built under VisualStudio 2010.

Implements of some hash methods require corresponding Windows APIs or dlls.

Supported Hash Method

  • 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

About

Provides a unified way to calculate different types of hashes of the data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published