RubyGems Navigation menu

tlsh 0.1.3

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.3 - August 18, 2017 (23KB)
  2. 0.1.1 - August 18, 2017 (22KB)
全てのバージョンを表示(全4件)

Development依存関係 (5):

bundler ~> 1.15
coveralls ~> 0
minitest ~> 5.0
rake ~> 10.0
simplecov ~> 0

所有者:

作者:

  • adamliesko

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 4,910

このバージョンのみ 3,321

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: