Page 1 of 1

md5deep - compute checksum hashes

Posted: Wed 28 Sep 2011, 03:51
by green_dome
Home: http://md5deep.sourceforge.net/

My attempts at compiling md5deep.

md5deep 3.9.2
md5deep 4.0.0

md5deep

Posted: Wed 28 Sep 2011, 03:53
by green_dome
md5deep-3.9.2_v1
stripped = true

md5deep-3.9.2_v2
stripped = false

md5 | hashdeep

Posted: Wed 28 Sep 2011, 05:07
by DPUP5520
It's more or less the same as the built-in md5sum with 3 or 4 extra little features in it, one cool thing is it the calculate the time it will take to process the md5sum for very large files.

md5deep

Posted: Tue 17 Jan 2012, 04:59
by green_dome
md5deep-4.0.0_v1
stripped = true

md5deep-4.0.0_v2.pet
stripped = false

md5 | hashdeep

md5deep

Posted: Tue 05 Jul 2016, 13:11
by version2013

Posted: Tue 05 Jul 2016, 14:02
by learnhow2code
DPUP5520 wrote:It's more or less the same as the built-in md5sum with 3 or 4 extra little features in it, one cool thing is it the calculate the time it will take to process the md5sum for very large files.
is there a related sha256deep?

Posted: Thu 07 Jul 2016, 21:58
by version2013
learnhow2code wrote:is there a related sha256deep?
There are several tools within the md5deep package:
hashdeep
md5deep
sha1deep
sha256deep
whirlpooldeep
tigerdeep

Posted: Mon 01 Aug 2016, 17:26
by learnhow2code
i couldnt get the download page to work in librepup, here is a way to get md5deep directly from the debian repos:

Code: Select all

mkdir undebfile ; wget http://http.us.debian.org/debian/pool/main/m/md5deep/md5deep_4.2-1_i386.deb ; dpkg-deb -x md5deep_4.2-1_i386.deb undebfile ; cp undebfile/usr/bin/* /usr/bin
that will copy the md5deep and other binaries to /usr/bin

works in tahr 6.0.2 -> librepup -> fig os unless librepup changes relevant tahr libs / kernel (possibly even then.)