crcany

Compute any CRC with flexible bit, byte, and word processing

brewmacoslinux
Try with needOr install directly
Source

About

Compute any CRC, a bit at a time, a byte at a time, and a word at a time

Commands

crcany

Examples

Compute CRC32 checksum of a file$ crcany -c crc32 filename.txt
Compute CRC16 checksum of a string$ echo -n 'hello' | crcany -c crc16
List all available CRC models$ crcany -l