hashdeep icon indicating copy to clipboard operation
hashdeep copied to clipboard

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

If try to call: pushd & hashdeep -l -f > & popd pushd & hashdeep -l -f > & popd where: equal line-by-line to then: not equal line-by-line to but:...

First let me say thank you for a wonderful program that I have used for years! Environment: Target file system (to be scanned): Windows 7 Pro on an Intel machine...

Mozilla Firefox, Filezilla, some Linux distributions e.a. only publish SHA512 hashes for their packages/ISO's nowadays. By performing a search of this project for SHA512, some hits come up that are...

Converted from [SourceForge issue 3021612](http://sourceforge.net/support/tracker.php?aid=3021612), submitted by nobody If you generate hashes recursively on a Windows (-c md5 -r -l *), it will have the Windows separator which is different...

Test case. ``` bash mkdir test cd test touch a b c find . -type f -print0 > ../list_of_files ``` Command ``` bash xargs --null --arg-file=../list_of_files --max-args=1 ``` will print...

I'm not sure if per the comment plus the call to memset you mean for this to happen, but compute_hash is not only overwriting the buffer with memset, but reallocating...

Can you add optional argument to command line to hash only required set of files and directories? For example, i want to get the list from another utility like svn...

hashdeep and md5deep (v4.4) is aborting on two Windows 7 computers - both the 64bit and 32bit with the -d option if the modify or access time = 0 or...

Fails on version 4.4 hashdeep and md5deep in Windows 7 using -d option If the file path contains an "&" then the output list includes "&-amp;" instead of "&". Output...

It would be nice if the progress mode (perhaps with verbose) didn't erase the line when the file is done, so one could get a feel for how many files...