Generating CRC-32 And Adler-32 Checksums In ColdFusion

added by JavaScript Kicks
4/16/2016 10:16:46 PM

677 Views

This morning, I was playing around with some code that required the calculation of a CRC-32 checksum. A checksum is a small volume of data that is calculated in an effort to detect corruption in a larger volume of data.


0 comments