diff options
author | Oleg O. Chukaev <oleg.chukaev@mail.ru> | 2010-09-10 09:58:34 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-10 09:58:34 -0400 |
commit | d6615ee8e42fb02ab3b98dc9c1a90bec7288308e (patch) | |
tree | 26d3f704cd07febf75cac93cc9a1e877594e0290 /system/ssdeep/README | |
parent | b4d4b7b05dc7dcaf073c1317b14d9a2ecb29ce54 (diff) | |
download | slackbuilds-d6615ee8e42fb02ab3b98dc9c1a90bec7288308e.tar.gz |
system/ssdeep: Added (compute context triggered piecewise hashes)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/ssdeep/README')
-rw-r--r-- | system/ssdeep/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/ssdeep/README b/system/ssdeep/README new file mode 100644 index 0000000000..c24077537b --- /dev/null +++ b/system/ssdeep/README @@ -0,0 +1,5 @@ +ssdeep computes a checksum based on context triggered piecewise +hashes (fuzzy hashes) for each input file. If requested, the program +matches those checksums against a file of known checksums and reports +any possible matches. It can also examine one or more of signatures +and find any matches in those signatures. |