Tlsh.net
2.0.0
See the version list below for details.
dotnet add package Tlsh.net --version 2.0.0
NuGet\Install-Package Tlsh.net -Version 2.0.0
<PackageReference Include="Tlsh.net" Version="2.0.0" />
paket add Tlsh.net --version 2.0.0
#r "nuget: Tlsh.net, 2.0.0"
// Install Tlsh.net as a Cake Addin #addin nuget:?package=Tlsh.net&version=2.0.0 // Install Tlsh.net as a Cake Tool #tool nuget:?package=Tlsh.net&version=2.0.0
TLSH - Trend Micro Locality Sensitive Hash
TLSH is a fuzzy matching library. Given a byte stream with a minimum length of 50 bytes TLSH generates a hash value which can be used for similarity comparisons. Similar objects will have similar hash values which allows for the detection of similar objects by comparing their hash values. Note that the byte stream should have a sufficient amount of complexity. For example, a byte stream of identical bytes will not generate a hash value.
This is a .NET implementation of the hashing algorithm. Currently this is optimized for .Net 4.8. Better support for .Net > 8.0 will come later.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- System.Memory (>= 4.5.5)
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.