Ssdeep - For computing context triggered piecewise hashes (CTPH), also called fuzzy hashes.
100K+
*
CTPH / Fuzzy hash
Dockerfile linkslatest (ssdeep/Dockerfile)1. Clone the repository
git clone https://gitlab.com/CinCan/tools
cd tools/ssdeep/
2. Build OR pull the docker image
docker build . -t cincan/ssdeep
docker pull cincan/ssdeep
3. Run the docker container
Example 1. Generate hash:
$ docker run --rm -v $(pwd):/input cincan/ssdeep /input/testfile
Example 2. Compare files, using the cincan tool:
$ cincan run cincan/ssdeep -c file1 file2
https://ssdeep-project.github.io/ssdeep/
GNU General Public License: https://www.gnu.org/licenses/gpl-3.0.html
Content type
Image
Digest
Size
93.7 MB
Last updated
about 4 years ago
docker pull cincan/ssdeep