A library for implementing checksum and hashing algorithms, including CRC16, CRC32, CRC8, and MD5, designed to ensure data integrity and detect errors in .NET applications
$ dotnet add package Oakrey.SecureThe "Secure" project provides a library for implementing various checksum and hashing algorithms. It is designed to ensure data integrity and security by offering utilities for generating CRC checksums and MD5 hashes.
Ensures data integrity by providing robust checksum and hashing utilities for detecting data corruption.
Designed to be extended with additional checksum or hashing algorithms as needed.
Uses precomputed lookup tables for efficient CRC calculations.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Secure and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Secure
Run the following command in your Package Manager Console:
Install-Package Oakrey.Secure
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.