hashlookup / hashlookup-forensic-analyser

Analyse a forensic target (such as a directory) to find and report files found and not found from CIRCL hashlookup public service - https://circl.lu/services/hashlookup/
https://hashlookup.github.io/hashlookup-forensic-analyser/
Other
121 stars 13 forks source link

support BF with lower and/or upper case hashes #16

Closed Hu6li closed 11 months ago

Hu6li commented 11 months ago

We use hashlookup with a custom created bloom filter based on sha256 hashes, thus I created a flexible option to select an other algorithm then SHA1. Default is still sha1

this addresses issue #14

adulau commented 11 months ago

Thank you very much! I updated your PR and merged into the main branch.

I will also release a new version.