Skip to content

HashExtractor v0.3.0 - SHA1, SHA256, and SHA512 Support

Choose a tag to compare

@labgeek labgeek released this 14 Jun 19:37
a1a6d5d

What's Changed

This release expands HashExtractor beyond MD5-only extraction. The app now detects MD5, SHA1, SHA256, and SHA512 hash values in PDF files and reports the hash type alongside each result.

New Features

  • Added SHA1, SHA256, and SHA512 hash detection.
  • Added a Hash Type column to scan results.
  • Updated CSV output to include Absolute_Path, Hash_Type, and Hash_Value.
  • Improved exact-length hash matching so shorter hashes are not matched inside longer hexadecimal strings.
  • Updated the README with current behavior, build instructions, and app documentation.

Packaging

A standalone Windows executable is available in this release.