hashdeep icon indicating copy to clipboard operation
hashdeep copied to clipboard

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

Hi there, at Juelich Supercomputing Centre, we've recently been researching convenient tools to generate and verify hash sums of large collections of data. The amounts we're typically talking about are...

The programs should be able to accept Triage mode output files as files of known hashes. Ideally, output generated by the programs in -Z mode should be acceptable as input....

enhancement

'm trying to understand the output of hashdeep's audit mode. I performed this test (on Ubuntu, and also Windows/cygwin both hashdeep v4.4), via : * create a directory "hashtest" with...

I use hashdeep to guard the integrity of a set of files on a NAS. With every backup I run hashdeep to make a snapshot of the current state. Is...

The -k command allows a single input file. Is there a way to use a list of files for comparison? Also, is there a way to compare two hashlists directly...

``` hashdeep: Directory '' not found in done_processing_dir hashdeep: Internal error. Contact developer! ``` Unsure of what could have triggered this.

When running md5deep in piecewise mode where the file specified is a block device (/dev/sda etc.), the last line of output is bogus. For example: ... 16f38c6af71859a3a540b00e131b19a0 offset 249443647488-249477201919 65f0a3d974de9dc4862792cc3a4cb5b8...

My coding skills are not up to this level, so would appreciate some pointers of how to achieve this. I would like to have the option of padding smaller blocks...

I'm using this command to hash whole drive with relative paths: ~~~bash hashdeep -c md5 -e -l -r "." > checksum.hash ~~~ How would i do "all except some dir(s)"...

Could you add support for [blake3](https://github.com/BLAKE3-team/BLAKE3) hashes?