I'm using fsum to generate crc32 checksums of various files. I'd like to validate it's checksums by hand to ensure that they are being calculated correctly, but I don't know how to do this.
I do realize there are programs out there that will check these things for me, but then I'd also have to validate THOSE programs.
Can someone help me figure out how to calculate the crc32 checksums of a file by hand? For the sake of being on the same page, let's use this txt file: http://www.filedropper.com/file_210
I apologize for the vague-ness of this post as I'm a bit confused as to where I should even start. I've been trying to figure out how to do this for hours and have come up incredibly short.