Categories: None [Edit]

tlsh

https://rubygems.org/gems/tlsh
https://github.com/adamliesko/tlsh
tlsh is a fuzzy matching library, which hashes can be used for similarity comparison. Given a byte stream with a minimum length of 256 bytes, TLSH generates a hash value which can be used for similarity comparisons. Similar objects will have similar hash values which allow for the detection of similar objects by comparing their hash values. The computed hash is 35 bytes long (output as 70 hexadecimal characters). The first 3 bytes are used to capture the information about the file as a whole (length, ...), while the last 32 bytes are used to capture information about incremental parts of the file.

Total

Ranking: 116,262 of 186,995
Downloads: 5,760

Daily

Ranking: 128,483 of 186,959
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,908,242,014bundler
101,129,028,222rake
161,055,884,353minitest
99413,875,826simplecov
1,79615,711,487coveralls

Owners

#GravatarHandle
1iconadamliesko