HashExtractor v0.3.0 - SHA1, SHA256, and SHA512 Support
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 Typecolumn to scan results. - Updated CSV output to include
Absolute_Path,Hash_Type, andHash_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.