Author |
Message |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Tue 27 Sep 2011, 23:51 Post subject:
md5deep - compute checksum hashes Subject description: md5, sha1, sha256, tiger, whirlpool |
|
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, 01:00; edited 4 times in total
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Tue 27 Sep 2011, 23:53 Post subject:
md5deep Subject description: 3.9.2 |
|
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, 01:01; edited 3 times in total
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Wed 28 Sep 2011, 01:07 Post subject:
|
|
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.
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Tue 17 Jan 2012, 00:59 Post subject:
md5deep Subject description: 4.0.0 |
|
md5deep-4.0.0_v1
stripped = true
md5deep-4.0.0_v2.pet
stripped = false
md5 | hashdeep
|
Back to top
|
|
 |
version2013
Joined: 08 Sep 2013 Posts: 342 Location: Florida, USA
|
Posted: Tue 05 Jul 2016, 09:11 Post subject:
md5deep |
|
md5deep-4.3
https://version2013.yolasite.com/page1.php#md5deep
|
Back to top
|
|
 |
learnhow2code
Joined: 12 Jun 2016 Posts: 1015
|
Posted: Tue 05 Jul 2016, 10:02 Post subject:
|
|
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?
_________________ users | devs
fig os 1.3 md5
|
Back to top
|
|
 |
version2013
Joined: 08 Sep 2013 Posts: 342 Location: Florida, USA
|
Posted: Thu 07 Jul 2016, 17:58 Post subject:
|
|
learnhow2code wrote: | is there a related sha256deep? |
There are several tools within the md5deep package:
hashdeep
md5deep
sha1deep
sha256deep
whirlpooldeep
tigerdeep
|
Back to top
|
|
 |
learnhow2code
Joined: 12 Jun 2016 Posts: 1015
|
Posted: Mon 01 Aug 2016, 13:26 Post subject:
|
|
i couldnt get the download page to work in librepup, here is a way to get md5deep directly from the debian repos:
Code: | 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.)
_________________ users | devs
fig os 1.3 md5
|
Back to top
|
|
 |
|