Category Archives: Security

How to calculate CRC32 by hand?

By | November 7, 2015

Introduction A 32 bit Cyclical Redundancy Check is a means of error detection in data transmission. There are plenty of online calculators that will help you automatically calculate the CRC32 of a given value. What I wanted to do was to understand how it is calculated. So what better way than to try and replicate a… Read More »