Checking data integrity with cksfv
Check It!
cksfv and the CRC32 algorithm can't compete with modern methods as a way to look for intruders, but if you're just checking for random errors such as a misplaced bit, this ancient tool could still be of service.
Cyclical Redundancy Checks have been around since the 1960s and still exist today as a means for verifying the integrity of a file. The CRC32 checksum variant has existed since the 1990s. Although the CRC32 checksum method is no longer considered safe for security purposes (see the box entitled "Not a Security Tool," a CRC32 check can still identify other forms of random errors that can occur during data transmission or storage.
cksfv (short for "Check Simple File Verification") [1] has lived a quite admirable lifetime as a tool for checking data integrity using CRC32 checksums. A new version (v1.3.15) appeared in 2020 after a gap of 11 years [2]. Today even the project's developers want to be sure everyone knows cksfv should not be considered a replacement for more modern tools. The cksfv manpage states, "The algorithm is cryptographically crippled so it cannot be used for security purposes. Md5sum and sha1sum are much better tools for checksumming files. Cksfv should only be used for compatibility with other systems." The fact that md5sum [3] and sha1sum [4] are also now considered insecure is an indication of the recent inactivity at the cksfv project. However, if you are interacting with systems that use CRC32 to look for simple data errors, cksfv is still around and runs on most Linux systems.
Generating Checksums
It is easy to deploy the cksfv binary[5] via the usual
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
Linux Mint 20 Reaches EOL
With Linux Mint 20 at its end of life, the time has arrived to upgrade to Linux Mint 22.
-
TuxCare Announces Support for AlmaLinux 9.2
Thanks to TuxCare, AlmaLinux 9.2 (and soon version 9.6) now enjoys years of ongoing patching and compliance.
-
Go-Based Botnet Attacking IoT Devices
Using an SSH credential brute-force attack, the Go-based PumaBot is exploiting IoT devices everywhere.
-
Plasma 6.5 Promises Better Memory Optimization
With the stable Plasma 6.4 on the horizon, KDE has a few new tricks up its sleeve for Plasma 6.5.
-
KaOS 2025.05 Officially Qt5 Free
If you're a fan of independent Linux distributions, the team behind KaOS is proud to announce the latest iteration that includes kernel 6.14 and KDE's Plasma 6.3.5.
-
Linux Kernel 6.15 Now Available
The latest Linux kernel is now available with several new features/improvements and the usual bug fixes.
-
Microsoft Makes Surprising WSL Announcement
In a move that might surprise some users, Microsoft has made Windows Subsystem for Linux open source.
-
Red Hat Releases RHEL 10 Early
Red Hat quietly rolled out the official release of RHEL 10.0 a bit early.
-
openSUSE Joins End of 10
openSUSE has decided to not only join the End of 10 movement but it also will no longer support the Deepin Desktop Environment.
-
New Version of Flatpak Released
Flatpak 1.16.1 is now available as the latest, stable version with various improvements.