Home

Awesome

pydeep

travis

Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:

import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('/path/to/file')
pydeep.compare('hash1','hash2')

Tested On

Tested Against

Requires

Known Issues