Is there a C#/.NET standard implementation of CRC?

Pugz picture Pugz · Aug 11, 2014 · Viewed 9.7k times · Source

I know that implementations exist for SHA-1 and SHA-256 in System.Security.Cryptography.

Is there anything built in that can compute CRC hashes?

Answer

Jon picture Jon · Aug 11, 2014

I don't think there is one built into the .NET Framework. Use an open source version such as Damien Guard's library.