SabreTools.Hashing
1.2.3
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Framework 2.0
This package targets .NET Framework 2.0. The package is compatible with this framework or higher.
dotnet add package SabreTools.Hashing --version 1.2.3
NuGet\Install-Package SabreTools.Hashing -Version 1.2.3
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="SabreTools.Hashing" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SabreTools.Hashing --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SabreTools.Hashing, 1.2.3"
#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 SabreTools.Hashing as a Cake Addin #addin nuget:?package=SabreTools.Hashing&version=1.2.3 // Install SabreTools.Hashing as a Cake Tool #tool nuget:?package=SabreTools.Hashing&version=1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SabreTools.Hashing
This library comprises of methods and helpers to simplify the process of getting checksums and hashes from both files and streams. See the following table for information about where each of the various components comes from:
Source | Hash / Checksum Types | Notes |
---|---|---|
Aaru.Checksums | Adler-32, Fletcher-16, Fletcher-32, SpamSum | Some code tweaks made to support older .NET versions |
Blake3.NET | BLAKE3 | Used in net7.0 and above |
System.IO.Hashing | xxHash32, xxHash64, XXH3, XXH128 | Used in net462 and above |
System.Security.Cryptography | MD5, RIPEMD160 (.NET Framework only), SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256 | Built-in library; SHA3-256, SHA3-384, SHA3-512, SHAKE128, and SHAKE256 are net8.0 and above only for supported platforms |
Find the link to the Nuget package here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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 Core | netcoreapp3.1 is compatible. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
.NETFramework 2.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
-
.NETFramework 3.5
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
-
.NETFramework 4.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
-
.NETFramework 4.5.2
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
-
.NETFramework 4.6.2
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
.NETFramework 4.7.2
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
.NETFramework 4.8
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
net5.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
net6.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- System.IO.Hashing (>= 8.0.0)
-
net7.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- Blake3 (>= 1.1.0)
- System.IO.Hashing (>= 8.0.0)
-
net8.0
- Aaru.Checksums.Native (>= 6.0.0-alpha9)
- Blake3 (>= 1.1.0)
- System.IO.Hashing (>= 8.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SabreTools.Hashing:
Package | Downloads |
---|---|
SabreTools.Serialization
Serialization and deserialization helpers for various types |
|
WiseUnpacker
Wise installer unpacker based on E_WISE and HWUN |
|
BinaryObjectScanner
Protection scanning library |
|
LibIRD
Library for ISO Rebuild Data |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SabreTools.Hashing:
Repository | Stars |
---|---|
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
|
|
SabreTools/SabreTools
DAT management tool with advanced editing and sorting features
|