mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-07-09 02:16:54 +00:00
71a45e5cd90b83bcb935062d73c0a085ceecfdfd
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; available as an alternate CRC-32 implementation in net462 and above |
| System.IO.Hashing | CRC-32, CRC-64, 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 | Built-in library |
Find the link to the Nuget package here.
Description
Releases
15
Languages
C#
98%
Shell
1%
PowerShell
1%