Php/docs/function.ssdeep-fuzzy-hash

From Get docs

ssdeep_fuzzy_hash

(PECL ssdeep >= 1.0.0)

ssdeep_fuzzy_hashCreate a fuzzy hash from a string


Description

ssdeep_fuzzy_hash ( string $to_hash ) : string

ssdeep_fuzzy_hash() calculates the hash of to_hash using [http://dfrws.org/2006/proceedings/12-Kornblum.pdf »  context-triggered piecewise hashing], and returns that hash.


Parameters

to_hash
The input string.


Return Values

Returns a string on success, FALSE otherwise.