summaryrefslogtreecommitdiff
path: root/security/py-pydeep/DESCR
blob: ebfa052c7e47d2fdbc079af221e9121ae1b526f9 (plain)
1
2
3
4
5
6
7
8
9
10
Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:

 * hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
 * hash_file - returns the ssdeep hash for filepath
 * compare - returns the % match between 2 hashes

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