TLSH (C++ version)
Project description
A C++ extension for TLSH
Usage:
import tlsh h1 = tlsh.hash(data) h2 = tlsh.hash(similar_data) score = tlsh.diff(h1, h2) h3 = tlsh.Tlsh() with open('file', 'rb') as f: for buf in iter(lambda: f.read(512), b''): h3.update(buf) h3.final() assert h3.diff(h) == 0 score = h3.diff(h1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tlsh-0.2.0-py3-none-any.whl (1.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size tlsh-0.2.0.tar.gz (1.4 kB) | File type Source | Python version None | Upload date | Hashes View |