SabreTools.Hashing
1.1.4
See the version list below for details.
dotnet add package SabreTools.Hashing --version 1.1.4
NuGet\Install-Package SabreTools.Hashing -Version 1.1.4
<PackageReference Include="SabreTools.Hashing" Version="1.1.4" />
paket add SabreTools.Hashing --version 1.1.4
#r "nuget: SabreTools.Hashing, 1.1.4"
// Install SabreTools.Hashing as a Cake Addin #addin nuget:?package=SabreTools.Hashing&version=1.1.4 // Install SabreTools.Hashing as a Cake Tool #tool nuget:?package=SabreTools.Hashing&version=1.1.4
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 | SpamSum | Some code tweaks made to support older .NET versions |
Compress | N/A | Used for threaded hashing |
CRC32 / OptimizedCRC | CRC-32 | Used in net20 , net35 , net40 , and net452 |
System.IO.Hashing | CRC-32, CRC-64, xxHash32, xxHash64, XXH3, XXH128 | Used in net462 and above |
System.Security.Cryptography | MD5, SHA-1, SHA-256, SHA-384, SHA-512 | Built-in library |
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. |
-
.NETCoreApp 3.1
- System.IO.Hashing (>= 8.0.0)
-
.NETFramework 2.0
- MinAsyncBridge (>= 0.12.4)
- MinTasksExtensionsBridge (>= 0.3.4)
- MinThreadingBridge (>= 0.11.4)
- Net30.LinqBridge (>= 1.3.0)
-
.NETFramework 3.5
- MinAsyncBridge (>= 0.12.4)
- MinTasksExtensionsBridge (>= 0.3.4)
- MinThreadingBridge (>= 0.11.4)
- Net30.LinqBridge (>= 1.3.0)
-
.NETFramework 4.0
- MinAsyncBridge (>= 0.12.4)
- MinTasksExtensionsBridge (>= 0.3.4)
- MinThreadingBridge (>= 0.11.4)
-
.NETFramework 4.5.2
- System.Memory (>= 4.5.5)
-
.NETFramework 4.6.2
- System.IO.Hashing (>= 8.0.0)
- System.Memory (>= 4.5.5)
-
.NETFramework 4.7.2
- System.IO.Hashing (>= 8.0.0)
- System.Memory (>= 4.5.5)
-
.NETFramework 4.8
- System.IO.Hashing (>= 8.0.0)
- System.Memory (>= 4.5.5)
-
net5.0
- System.IO.Hashing (>= 8.0.0)
-
net6.0
- System.IO.Hashing (>= 8.0.0)
-
net7.0
- System.IO.Hashing (>= 8.0.0)
-
net8.0
- System.IO.Hashing (>= 8.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SabreTools.Hashing:
Package | Downloads |
---|---|
SabreTools.Serialization
Serialization and deserialization helpers for various types |
|
UnshieldSharp
Port of Unshield and unshieldv3 to C# |
|
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
|