-
Notifications
You must be signed in to change notification settings - Fork 1
License
dsavitskiy/md5deep
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is md5deep, a set of cross-platform tools to computer hashes, or message digests, for any number of files while optionally recursively digging through the directory structure. It can also take a list of known hashes and display the filenames of input files whose hashes either do or do not match any of the known hashes. This version supports MD5, SHA-1, SHA-256, Tiger, and Whirlpool hashes. See the file NEWS for a list of changes between releases. See the file COPYING for information about the licensing for this program. See the file INSTALL for (generic) compilation and installation instructions. Here's the short version: $ ./configure $ make $ make install Note that you must be normally root to install to the default location. The sudo command is helpful for doing so. You can specify an alternate installation location using the --prefix option to the configure script. For example, to install to /home/foo/bin, use: $ ./configure --prefix=/home/foo There is complete documentation on how to use the program on the project's homepage, http://md5deep.sourceforge.net/ == Hash Algorithm References == The MD5 algorithm is defined in RFC 1321: http://www.ietf.org/rfc/rfc1321.txt The SHA1 algorithm is defined in FIPS 180-1: http://www.itl.nist.gov/fipspubs/fip180-1.htm The SHA256 algorithm is defined FIPS 180-2: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The Tiger algorithm is defined at: http://www.cs.technion.ac.il/~biham/Reports/Tiger/ The Whirlpool algorithm is defined at: http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published