Skip to content

joeraven0/crc32calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crc32calc for Windows & Linux

Version 0.1 2023-04-07

Calculate CRC32 checksum on Linux or Windows

Usage

Execute and output as below

./crc32calc.sh myfile.txt
File information for: myfile.txt
Size: 812 bytes
Created: 2023-04-07 20:59:38
Modified: 2023-04-07 21:27:51
CRC-32: a0124219

Windows

Run command prompt and run either python or bat file.

python crc32calc.py myfile.txt 

OR

crc32calc.bat myfile.txt

Linux

./crc32calc.sh myfile.txt

About

Calculate CRC32 checksum on Linux or Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published