md5deep - compute checksum hashes

Miscellaneous tools
Post Reply
Message
Author
green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

md5deep - compute checksum hashes

#1 Post by green_dome »

Home: http://md5deep.sourceforge.net/

My attempts at compiling md5deep.

md5deep 3.9.2
md5deep 4.0.0
Last edited by green_dome on Tue 17 Jan 2012, 05:00, edited 4 times in total.

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

md5deep

#2 Post by green_dome »

md5deep-3.9.2_v1
stripped = true

md5deep-3.9.2_v2
stripped = false

md5 | hashdeep
Last edited by green_dome on Tue 17 Jan 2012, 05:01, edited 3 times in total.

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#3 Post 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.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

md5deep

#4 Post by green_dome »

md5deep-4.0.0_v1
stripped = true

md5deep-4.0.0_v2.pet
stripped = false

md5 | hashdeep

version2013
Posts: 503
Joined: Mon 09 Sep 2013, 00:00
Location: Florida, USA
Contact:

md5deep

#5 Post by version2013 »


learnhow2code

#6 Post 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?

version2013
Posts: 503
Joined: Mon 09 Sep 2013, 00:00
Location: Florida, USA
Contact:

#7 Post by version2013 »

learnhow2code wrote:is there a related sha256deep?
There are several tools within the md5deep package:
hashdeep
md5deep
sha1deep
sha256deep
whirlpooldeep
tigerdeep

learnhow2code

#8 Post 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.)

Post Reply