You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this library has a few bugs in its comparison algorithm and is also inefficient since it runs synchronously. I created a project fast-ssdeep that binds to the ssdeep C API to provide a performant and compliant implementation.
Not sure if this repository is maintained at all. If it isn't, it would be nice if the maintainer could mention my project.
Hello,
Thank you for providing this code.
This library outputs different "similarity" ratings when comparing two hashes than other ssdeep libraries / examples:
Python3 ssdeep library and the same Eicar strings used in the readme:
JavaScript ssdeep.js library:
Both libraries produce identical hashes.
The ssdeep online demo also produces a value of 18 when comparing the two Eicar strings:
Is this intended behavior? Is there a "weight" or some metric that can adjust the grading scale of the comparison?
The text was updated successfully, but these errors were encountered: