VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

CRC16/CRC32 Checksum (Blazing Fast CRC32)

James Dougherty  (22 Submissions)   Libraries   Advanced   Wed 3rd February 2021

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 VBC. (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.

API Declarations
See Code

Rate CRC16/CRC32 Checksum (Blazing Fast CRC32) (3(3 Vote))

Download CRC16/CRC32 Checksum (Blazing Fast CRC32)

CRC16/CRC32 Checksum (Blazing Fast CRC32) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters