# crc32 **Repository Path**: dirichlet/crc32 ## Basic Information - **Project Name**: crc32 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CRC32 Tools =========== [![Build Status](https://travis-ci.org/theonlypwner/crc32.svg)](https://travis-ci.org/theonlypwner/crc32) [![Coverage Status](https://coveralls.io/repos/github/theonlypwner/crc32/badge.svg)](https://coveralls.io/github/theonlypwner/crc32) [![Code Health](https://landscape.io/github/theonlypwner/crc32/master/landscape.svg?style=flat)](https://landscape.io/github/theonlypwner/crc32/master) License ----------- This project is licensed under the GPL v3 license. Usage ----------- Run the command line to see usage instructions: ``` crc32.py -h usage: crc32.py [-h] action ... Reverse, undo, and calculate CRC32 checksums positional arguments: action flip flip the bits to convert normal(msbit-first) polynomials to reversed (lsbit-first) and vice versa reciprocal find the reciprocal (Koopman notation) of a reversed (lsbit- first) polynomial and vice versa table generate a lookup table for a polynomial reverse find a patch that causes the CRC32 checksum to become a desired value undo rewind a CRC32 checksum calc calculate the CRC32 checksum optional arguments: -h, --help show this help message and exit ```