Ardin.EasyHashGenerator
1.0.1
dotnet add package Ardin.EasyHashGenerator --version 1.0.1
NuGet\Install-Package Ardin.EasyHashGenerator -Version 1.0.1
<PackageReference Include="Ardin.EasyHashGenerator" Version="1.0.1" />
paket add Ardin.EasyHashGenerator --version 1.0.1
#r "nuget: Ardin.EasyHashGenerator, 1.0.1"
// Install Ardin.EasyHashGenerator as a Cake Addin #addin nuget:?package=Ardin.EasyHashGenerator&version=1.0.1 // Install Ardin.EasyHashGenerator as a Cake Tool #tool nuget:?package=Ardin.EasyHashGenerator&version=1.0.1
HashCalculator - Efficient MD5, SHA1, and SHA256 Hash Calculator for .NET 6 and .NET 8
HashCalculator is a high-performance, memory-efficient library for calculating MD5, SHA1, and SHA256 hashes simultaneously on large files. Unlike traditional hash calculators that read the entire file into memory, HashCalculator processes files in chunks, making it ideal for handling large files without overloading system memory.
Features: Multi-Target Support: Works seamlessly with .NET 6 and .NET 8. Simultaneous Hashing: Computes MD5, SHA1, and SHA256 hashes concurrently, optimizing performance and reducing code complexity. Streaming Support: Reads files in configurable chunks, eliminating memory constraints and improving efficiency when hashing large files. Simple Integration: One-line setup and straightforward API for fast integration into any .NET project. Usage Example: csharp Copy code var hashCalculator = new HashCalculator(); var (md5, sha1, sha256) = hashCalculator.ComputeHashes("path/to/your/file.txt");
Console.WriteLine($"MD5: {md5}"); Console.WriteLine($"SHA1: {sha1}"); Console.WriteLine($"SHA256: {sha256}"); Why HashCalculator? If you work with large files or need to perform multiple hashing algorithms at once, HashCalculator provides a reliable, optimized solution with minimal memory usage and easy configuration.
Installation Use the following command to install via NuGet Package Manager Console:
mathematica Copy code Install-Package HashCalculator License This package is open-source and available under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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. |
-
net6.0
- No dependencies.
-
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 |
---|---|---|
1.0.1 | 47 | 11/11/2024 |