Crates.io | checkasum |
lib.rs | checkasum |
version | 3.0.0 |
source | src |
created_at | 2020-06-11 04:05:11.656856 |
updated_at | 2024-04-07 02:09:57.747412 |
description | A small utility to verify the data integrity of a downloaded file with its expected checksum. |
homepage | https://github.com/mc962/checkasum |
repository | https://github.com/mc962/checkasum |
max_upload_size | |
id | 252600 |
size | 23,816 |
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.
checkasum -m sha256 -p /path/to/file -e somechecksum
checkasum --method sha256 --path /path/to/file --expected somechecksum