ssdeep
recursive piecewise hashing tool
Install
- All systems
-
curl cmd.cat/ssdeep.sh
- Debian
-
apt-get install ssdeep
- Ubuntu
-
apt-get install ssdeep
- Arch Linux
-
pacman -S ssdeep
- Kali Linux
-
apt-get install ssdeep
- Fedora
-
dnf install ssdeep
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ssdeep
- OS X
-
brew install ssdeep
- Raspbian
-
apt-get install ssdeep
- Dockerfile
- dockerfile.run/ssdeep
ssdeep
recursive piecewise hashing tool
ssdeep is a tool for recursive computing and matching of Context Triggered Piecewise Hashing (aka Fuzzy Hashing). Fuzzy hashing is a method for comparing similar but not identical files. This tool can be used to compare files like regular hashing does (like md5sum or sha1sum) but it will find similar files with little differences. For example, it can be used to identify modified versions of known files even if data has been inserted, modified, or deleted in the new files. This package is useful in forensics investigations.
libfuzzy2-dbg
recursive piecewise hashing tool (debugging symbols)
ssdeep is a tool for recursive computing and matching of Context Triggered Piecewise Hashing (aka Fuzzy Hashing). Fuzzy hashing is a method for comparing similar but not identical files. This tool can be used to compare files like regular hashing does (like md5sum or sha1sum) but it will find similar files with little differences. For example, it can be used to identify modified versions of known files even if data has been inserted, modified, or deleted in the new files. This package contains the debugging symbols.