super simple crc32 calculator written by dch82
pass the data to be hashed through stdin
the hash is outputed through stdout
crc32
hello world!3B4C26D
neowofetch | crc32
84F14262
crc32 < hello.txt
3B4C26D
- some sort of c compiler (i use
clang
withllvm
) make
# get a copy of this repo on your computer
git clone https://github.com/dch82/crc32.git
# open the repository
cd crc32/
# compile the program
make
just copy crc32
to somewhere on your $PATH
.
this program belongs in the public domain: do whatever you want with it