Skip to content

Easy & not safe implimentation of src32 hash algorithm

License

Notifications You must be signed in to change notification settings

DanyaSWorlD/CRC32

Repository files navigation

CRC32

Простая и понятная реализация алгоритма CRC32 на языке C#. Главной целью было соответствие высчитываемого хеша хешу, который выдает программа sfv32w.

Использование:

Подключение к своему проекту:

using Daquga.Security.Cryptography;

Получение хеша строки:

var hash = CRC32.FromString("123456789");

Получение хеша из файла:

var hash = CRC32.FromFile(FileInput);

Для лучшего понимания рекомендуется открыть и изучить проект Example

About

Easy & not safe implimentation of src32 hash algorithm

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages