- md5deep
-
md5deep Original author(s) Jesse Kornblum Developer(s) Jesse Kornblum Stable release 3.9 / April 21, 2011 Written in C Operating system Cross-platform License Public Domain Website http://md5deep.sourceforge.net/ md5deep is a software package used in the computer security, system administration and computer forensics communities for purposes of running large numbers of files through any of several different cryptographic digests. It was originally authored by then Special Agent of the Air Force Office of Special Investigations, Jesse Kornblum, and is still maintained by him.
The name md5deep is misleading. As of version 2.0, the md5deep package contains several different programs capable of performing MD5, SHA-1, SHA-256, Tiger192 and Whirlpool digests, each one of them named by the digest type followed by the word deep—thus, the name may confuse some people into thinking it only provides the MD5 algorithm when the package supports many more.
md5deep can be invoked in several different ways. Typically a user will operate it recursively, where md5deep walks through one directory at a time giving digests of each file found, and recursing into any subdirectories within. Its recursive behavior is approximately depth-first, which has the benefit of presenting files in lexicographical order. On UNIX-style systems, similar functionality can be often obtained by combining find with hashing utilities such as md5sum, sha256sum, or tthsum.
md5deep exists for Windows and most UNIX-based systems, including Mac OS X. It is present in Mac OS X's Fink and MacPorts projects. Binary packages exist for most free UNIX systems. Many vendors initially resist including md5deep as they mistakenly believe its functionality can be reproduced with a single line of shell scripting.[1] The matching functionality of the program, however, cannot be done easily in shell.
Because md5deep was written by an employee of the U.S. government, it is in the public domain. Other software surrounding it, such as graphical front-ends, may be copyrighted.
See also
- md5sum
- sha1sum from GNU Core Utilities
- MD5
- SHA-1
- SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)
- mtree similar utility from FreeBSD.
References
External links
- md5deep at SourceForge
Categories:- Computer security software
- Public domain software
- Free software programmed in C
Wikimedia Foundation. 2010.