kbandla / pydeep

Python bindings for ssdeep
Other
91 stars 33 forks source link

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