autocrc uses 32-bit CRC-sums to verify the integrity of files. The CRC-sums are parsed both from filenames and from sfv files. autocrc can perform CRC-checks recursively. After it's done, it prints summary of the result.
| Tags | Communications File Sharing Archiving Utilities |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Changes: This release fixes a bug that made all CRC checks fail on 64-bit systems. The CRC checking code has been separated from the output code, which makes it easy to add new user interfaces. A simple optional wxpython interface has been added. The console interface now sets the exit status, which makes it easy to call autocrc from shell scripts. A distutils setup.py script has also been added.


Changes: This release adds several switches that can be used to change the behavior of autocrc. The default behavior has also been changed.