summaryrefslogtreecommitdiffstats
path: root/system/md5deep/README
diff options
context:
space:
mode:
author Erik Hanson2010-05-11 20:02:02 +0200
committer Robby Workman2010-05-11 20:02:02 +0200
commit9e4c1ae9755ae816f7badc26734aeda0ae48c658 (patch)
treee84b9671bc6724f6fa1f777d471e6d93ef6c4416 /system/md5deep/README
parent68ad816bf7f964bd92fce455e86bf51f9e8739ad (diff)
downloadslackbuilds-9e4c1ae9755ae816f7badc26734aeda0ae48c658.tar.gz
system/md5deep: Added to 12.0 repository
Diffstat (limited to 'system/md5deep/README')
-rw-r--r--system/md5deep/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/md5deep/README b/system/md5deep/README
new file mode 100644
index 0000000000..1278761314
--- /dev/null
+++ b/system/md5deep/README
@@ -0,0 +1,18 @@
+md5deep is a cross-platform set of programs to compute MD5, SHA-1, SHA-256,
+Tiger, or Whirlpool message digests on an arbitrary number of files. md5deep
+is similar to the md5sum program found in the GNU Coreutils package, but has
+the following additional features:
+* Recursive operation - md5deep is able to recursive examine an entire
+ directory tree. That is, compute the MD5 for every file in a directory and
+ for every file in every subdirectory.
+* Comparison mode - md5deep can accept a list of known hashes and compare them
+ to a set of input files. The program can display either those input files
+ that match the list of known hashes or those that do not match. Hashes sets
+ can be drawn from Encase, the National Software Reference Library, iLook
+ Investigator, Hashkeeper, md5sum, BSD md5, and other generic hash generating
+ programs. Users are welcome to add functionality to read other formats too!
+* Time estimation - md5deep can produce a time estimate when it's processing
+ very large files.
+* Piecewise hashing - Hash input files in arbitrary sized blocks
+* File type mode - md5deep can process only files of a certain type, such as
+ regular files, block devices, etc.