This will compute CRC16 and CRC32 checksums for any file, string, or byte array! There is also both the static and dynamic methods for computing them too. The CRC32 checksum is blazing fast and possibly one of the fastest on PSC. (You can see in the screenshot a 100 meg file took but a few seconds) The CRC16 is not highly optimized as I am not going to use it. I just wrote this for the CRC32 checksum and added CRC16 just for giggles. This is going to be used in a commercial product so enjoy. The code is pretty straight forward so it is not heavily commented.
I have not posted here in a long time due to business trips, but I thought I would post this for everyone. Please leave feedback and vote for me. Thanks Everyone.
Submitted On | 2005-12-01 22:38:24 |
By | James Dougherty |
Level | Advanced |
User Rating | 5.0 (10 globes from 2 users) |
Compatibility | VB 6.0 |
Category | Libraries |
World | Visual Basic |
Archive File | CRC16_CRC31952921212005.zip |
See Code