hashdeep icon indicating copy to clipboard operation
hashdeep copied to clipboard

Results 106 hashdeep issues
Sort by recently updated
recently updated
newest added

hash.cpp:282:20: warning: ordered comparison of pointer with integer zero [-Wextra] ``` if(fdht->base>0){ ``` Maybe better code ``` if (fdht->base != MAP_FAILED) { ```

Hey. I think it would be quite nice to have SHA2-512 support in addition to "just" SHA2-256. Best wishes, Chris.

Every empty file (size == 0) has the same (but meaningless) hash code. Therefore, during audit, a file is considered moved from one location to another, if there's another file...

The threading option is very efficient on filesystems with physical drives which have neglectable random I/O seeking times (like SSDs). But on harddrives, the seeking times between two threads reading...

Running hashdeep crashes on OS X: ``` $ hashdeep -c all * Segmentation fault: 11 $ hashdeep -V 4.4 $ uname -ap Darwin jessek-mba.local 14.3.0 Darwin Kernel Version 14.3.0: Mon...

Hi, It would be nice if the file size could be ignored from the -k file format. This would enable a use case like the following: find any files matching...

Converted from [SourceForge issue 2308881](http://sourceforge.net/support/tracker.php?aid=2308881), submitted by jessekornblum Can you include a new command line option to exclude traversal of symbolic/hardlinks: sth. like '--no-links-followed' This way moved/backuped data can be...

Hi, when using this software in windows folders without acces rights are beeing ignored wihtout error. This is also true for audit mode If you create a folder with no...

The help message for md5deep claims to have a -B mode, but attempting to use it produces an error: $ md5deep -hh [...] -B - verbose mode; repeat for more...

with the latest release (4.3) on a windows 7 64bit system, I get terrible performance with this command md5deep64 -l -r *.* resource manager shows md5deep is reading at about...