pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

hashing check #297

Closed pjrinaldi closed 4 years ago

pjrinaldi commented 4 years ago

Need to incrementally save the hashes as they are generated so when it crashes, it will have written some hashes so the user doesn't have to start over.

then i'll need to implement a method to restart where it checks if a hash exists and won't redo the already done hash.

pjrinaldi commented 4 years ago

implement file/hash size check to determine if it is already hashed and if it should be hashed again, this will speed up processing already processed files. similar to how i implemented zip archive expansion.

pjrinaldi commented 4 years ago

Implemented