CRC32 Static Library for Microsoft VC++ was produced to make your CRC checking operations quick & easy to implement seamlessly without the need for an external DLL
The CRC is a "digital fingerprint" of a file, With CRC32 you can "melt down" a huge 20 MB (or even much bigger) file to have a small, handy reference to it, a single 32-bit number like 7d9c42fb (hexadecimal notation) which would unambiguously reflect the entire contents of this huge file. Now if some changes to this file happened, no matter how small, maybe only a single wrong bit somewhere in the middle, a new CRC-32 calculation would yield a completely different reference number (say 3faa83bd). So there’d be no doubt about it - this is not the same file anymore. On the other hand if the reference number was still the same (7d9c42fb) you might be sure that the file hasn’t changed.
The algorithm of CRC32 is exactly the same as that internally used by PKZIP and WinZip; i.e. the CRCs calculated by PKZIP and CRC32 are identical. That’s another fine thing about CRC32 - it calculates compatible, widely used 32-bit checksums, not just any numbers. You can use the 'pkunzip.exe -vt filename.zip' command to see that PKZIP’s CRC-32 values of files stored inside the filename.zip are identical to that calculated by CRC32 for these files.
Though you can use CRC32 to calculate 32-bit checksums of any file the real strength and usefulness of CRC32 is in comparing Wave Sound Files to see if their non-silent music parts are identical. In particular CRC32 may come in handy when comparing two different extractions of a CD Digital Audio track to ensure that the performed digital copy is perfect.
CRC .NET control 5.0
CRC .NET control is the checksum calculation library for .NET developers CRC .NET control is the checksum library for .NET developers.The library, especially written on .NET framework, provides exact and fast calculations of checksums. The library has an easy to use interface, fast and reliable infrastructure and provides ...
CRC32 COM Component 1.04
The com component will quickly generate a CRC32 checksum in hex or numeric. CRC32 COM Component is for ASP, .NET, Cold Fusion, VB, VC++ and other languages.
The com component will quickly generate a CRC32 checksum from files or a text string in hex or numeric as the official polynomial used by CRC-32 in PKZip, WinZip and Ethernet ...
.NET Encryption Library 1.09
Powerful and easy to use .NET Encryption/Hashing/Compression Library. Affordable, powerful, and easy to use .NET Encryption/Hashing/Compression Library. Encrypt sensitive information such as passwords, credit cards and social security numbers. Supports Rijndael (AES), DES, TripleDES, RC2, Blowfish, Twofish, Whirlpool ...
FastCRC Library 1.50
Fast, highly optimized implementation of popular CRC algorithms. A fast, highly optimized implementation of popular checksum algorithms: CRC32, CRC16, CRC16C (CRC-CCITT). The library allows to calculate checksums for files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports ...
QuickHash Library 3.0
Fast, highly optimized implementation of popular hash, CRC and HMAC algorithms. A fast, highly optimized implementation of hash and checksum algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256,384,512), RIPEMD(128,160,256,320), PANAMA, TIGER, CRC-32, CRC-16, CRC-CCITT, ADLER32. The library allows to calculate hashes (message digests), checksums ...
.NET OpenPGP Library 2.1
Pure .NET OpenPGP Library with no external dependencies. The Library provides easy API for OpenPGP encryption, decryption, clear signing, one pass signing and encryption, decrypt and verify, supports both files and streams. The OpenPGP archives that the ...
RSS Library for .NET - Personal Edition 2.0.2.0
An RSS Library for .NET supporting RSS .9x, RSS 1.0, RSS 2.0 and RDF 1.0 feeds. The RSS Library for .NET is a set of .NET components which will quickly enable your server or desktop .NET application to read, create, merge and generally manipulate RSS feeds. The components are designed in a way that makes their basic functionality ...
RSS Library for .NET - Premium Edition 2.0.2.0
An RSS Library for .NET supporting RSS .9x, RSS 1.0, RSS 2.0 and RDF 1.0 feeds. The RSS Library for .NET is a set of .NET components which will quickly enable your server or desktop .NET application to read, create, merge and generally manipulate RSS feeds. The components are designed in a way that makes their basic functionality ...
PVL - Print Preview Library 2.0.0.0
PVL - Print Preview Library for C++ developers PVL is an easy to use graphics library primarily intended for C++ developers who need to build the print preview for their applications in a one-touch. Written on C++, the library provides very fast and friendly interface for users. For developers PVL ...
BytesRoad.NetSuit Library 2.0
If you are looking for a free network library for the .NET platform then you may wish to look at BytesRoad.NetSuit library. This is an open source network library completely written in C#. You may find it useful if you would like to insert support for ...