Difference between revisions of "Md5deep and hashdeep"

From COPTR
Jump to navigation Jump to search
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=md5deep is a set of programs to compute MD5,  SHA-1,  SHA-256,  Tiger,  or Whirlpool message digests on an arbitrary number of files. hashdeep is a program to compute, match, and <em>audit</em> hashsets.
 
|purpose=md5deep is a set of programs to compute MD5,  SHA-1,  SHA-256,  Tiger,  or Whirlpool message digests on an arbitrary number of files. hashdeep is a program to compute, match, and <em>audit</em> hashsets.
|image=
 
 
|homepage=http://md5deep.sourceforge.net/
 
|homepage=http://md5deep.sourceforge.net/
 
|license=Public domain
 
|license=Public domain
 
|platforms=Cross platform
 
|platforms=Cross platform
 +
|function=Fixity Verification
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=hashdeep
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Fixity]]
 
 
 
 
= Description =
 
= Description =
 
md5deep is a set of cross-platform tools for computing hashes on any number of files. The tools can recursively process directory structures.  MD5, SHA-1, SHA-256, Tiger, and Whirlpool hashes are supported. Each of the hash types has a corresponding tool with a name formed by combining the type with the word "deep."  
 
md5deep is a set of cross-platform tools for computing hashes on any number of files. The tools can recursively process directory structures.  MD5, SHA-1, SHA-256, Tiger, and Whirlpool hashes are supported. Each of the hash types has a corresponding tool with a name formed by combining the type with the word "deep."  
Line 40: Line 38:
 
= Development Activity =
 
= Development Activity =
 
<rss max=5>https://github.com/jessek/hashdeep/commits/master.atom</rss>
 
<rss max=5>https://github.com/jessek/hashdeep/commits/master.atom</rss>
 
{{Infobox_tool_details
 
|ohloh_id=hashdeep
 
}}
 

Revision as of 15:31, 22 April 2021



md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. hashdeep is a program to compute, match, and audit hashsets.
Homepage:http://md5deep.sourceforge.net/
License:Public domain
Platforms:Cross platform
Function:Fixity Verification


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt661eaa56ece320_67465118


Description

md5deep is a set of cross-platform tools for computing hashes on any number of files. The tools can recursively process directory structures. MD5, SHA-1, SHA-256, Tiger, and Whirlpool hashes are supported. Each of the hash types has a corresponding tool with a name formed by combining the type with the word "deep."

The hashdeep utility has an audit feature that can take a list of known hashes and display the names of input files whose hashes do or do not match. Audit mode can identify new, changed, missing, or moved files. Moving files is considered a modification by md5deep and impacts the date of last modification for a file. File paths include the full path from root.

The md5deep command has a mode to break up big files (like audio and video) into pieces before running the hashes. The md5deep command also allows for a file size threshold so that you can ignore large files.

The program is a work of the US Government and is considered public domain. The code for Tiger comes from the libgcrypt project and is licensed under the General Public License (GPL). Because the vast majority of the program is public domain, the license of the project as a whole remains public domain. The Tiger code itself is still licensed under the GPL.

Platform

Binaries are provided for Microsoft Windows (7, Vista, XP, 2003, and 2000). The source code can be compiled on Linux, UNIX variants, and Mac OS X.

Documentation and user support

Man pages are available. Adding the -h flag to the path displays information about command use and available options.

User Experiences

Development Activity

2017-08-24 15:51:32
[tag:github.com,2008:Grit::Commit/877613493ff44807888ce1928129574be393cbb0 Merge pull request #361 from kraj/master]
by jessek https://github.com/jessek
2017-06-21 13:04:06
[tag:github.com,2008:Grit::Commit/36350d46186dafc773acf7d3e4f4da7d6356a4b6 Merge pull request #373 from Makishima/patch-1]
by jessek https://github.com/jessek
2017-06-21 10:06:33
[tag:github.com,2008:Grit::Commit/6767fdb22c293f4020d62683b7c1fbaafead521d Update README.md]
by Makishima https://github.com/Makishima
2016-11-15 02:48:39
[tag:github.com,2008:Grit::Commit/6ef69a26126ee4e69a25392fd456b8a66c51dffd Fix errors found by clang]
by kraj https://github.com/kraj
2016-07-11 23:25:25
[tag:github.com,2008:Grit::Commit/72e41af057017e30a3014cf7e60dbe37ca482720 Add release hashes]
by jessek https://github.com/jessek