Tlsh.net 2.0.1

dotnet add package Tlsh.net --version 2.0.1                
NuGet\Install-Package Tlsh.net -Version 2.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tlsh.net" Version="2.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tlsh.net --version 2.0.1                
#r "nuget: Tlsh.net, 2.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tlsh.net as a Cake Addin
#addin nuget:?package=Tlsh.net&version=2.0.1

// Install Tlsh.net as a Cake Tool
#tool nuget:?package=Tlsh.net&version=2.0.1                

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 and .NET 8 or later.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

  • 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.

Version Downloads Last updated
2.0.1 113 10/4/2024
2.0.0 97 10/3/2024
1.0.2 398,945 3/29/2022
1.0.1 6,635 1/19/2022
1.0.0 438 1/18/2022