VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



CRC16/CRC32 Checksum (Blazing Fast CRC32)

by James Dougherty (22 Submissions)
Category: Libraries
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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)

Download CRC16/CRC32 Checksum (Blazing Fast CRC32)

Download CRC16/CRC32 Checksum (Blazing Fast CRC32) (46 KB)

CRC16/CRC32 Checksum (Blazing Fast CRC32) Comments

No comments have been posted about CRC16/CRC32 Checksum (Blazing Fast CRC32). Why not be the first to post a comment about CRC16/CRC32 Checksum (Blazing Fast CRC32).

Post your comment

Subject:
Message:
0/1000 characters