checkasum

Crates.iocheckasum
lib.rscheckasum
version3.0.0
sourcesrc
created_at2020-06-11 04:05:11.656856
updated_at2024-04-07 02:09:57.747412
descriptionA small utility to verify the data integrity of a downloaded file with its expected checksum.
homepagehttps://github.com/mc962/checkasum
repositoryhttps://github.com/mc962/checkasum
max_upload_size
id252600
size23,816
Michael (mc962)

documentation

README

checkasum

checkasum is a simple tool for hashing a file, and comparing the result with a known 'checksum' value. This allows the user to confirm the integrity of a file downloaded from the internet. If the value returned from hashing a file matches the given checksum, then chances are that the file has not been tampered with.

Examples

  • checkasum -m sha256 -p /path/to/file -e somechecksum
  • checkasum --method sha256 --path /path/to/file --expected somechecksum
Commit count: 35

cargo fmt