ssdeep_fuzzy_compareCalculates the match score between two fuzzy hash signatures
&reftitle.description;
intssdeep_fuzzy_comparestringsignature1stringsignature2
Calculates the match score between signature1
and signature2 using
context-triggered piecewise hashing, and returns the match
score.
&reftitle.parameters;
signature1
The first fuzzy hash signature string.
signature2
The second fuzzy hash signature string.
&reftitle.returnvalues;
Returns an integer from 0 to 100 on success, &false; otherwise.