1
0
Fork
You've already forked ppyssdeep
0
pure python ssdeep
  • Python 100%
Find a file
Oli fd7d4ebba7 Merge pull request #2 from intezer/master
enable installation using pip
2017年06月08日 20:10:50 +02:00
ppyssdeep enable setup with pip 2017年06月08日 14:21:37 +03:00
.gitignore initial import 2016年04月21日 14:20:49 +02:00
README.md add hash comparison 2016年04月26日 10:43:12 +02:00
setup.py enable setup with pip 2017年06月08日 14:21:37 +03:00

ppyssdeep

pure python ssdeep hash

translated from Reinoso Guzman's perl implementation : http://cpansearch.perl.org/src/RGUZMAN/Digest-ssdeep-0.9.3/lib/Digest/ssdeep.pm Wagner Fischer Levenshtein distance by Kyle Gorman https://gist.github.com/kylebgorman/8034009