aws-checksums

Hardware-accelerated CRC32c and CRC32 checksums with fallback support

brewmacoslinux
Try with needOr install directly
Source

About

Cross-Platform HW accelerated CRC32c and CRC32 with fallback

Commands

aws-checksums

Examples

Compute CRC32c checksum of a file$ aws-checksums --crc32c /path/to/file
Compute CRC32 checksum of a file$ aws-checksums --crc32 /path/to/file
Verify file integrity using checksum$ aws-checksums --crc32c /path/to/file && echo 'Checksum computed successfully'