hash-file

Crates.iohash-file
lib.rshash-file
version0.0.4
sourcesrc
created_at2023-02-06 17:17:27.543627
updated_at2023-02-07 08:21:35.034989
descriptionA tool to apply sha256 hash function on files.
homepagehttps://gitlab.com/gamarcad/hash-file
repositoryhttps://gitlab.com/gamarcad/hash-file
max_upload_size
id778039
size5,969
Gael Marcadet (gamarcad)

documentation

README

hash-file

This project provides a command line utility hash-file allowing to compute the sha256 hash function on files.

$ cat test.txt
Bonjour

$ hash-file test.txt
test.txt: 9172e8eec99f144f72eca9a568759580edadb2cfd154857f07e657569493bc44

$ ls Cargo*
Cargo.lock
Cargo.toml

$ hash-file Cargo*
Cargo.lock: 16f27631e298d1cb2486d063b34d90d656fa6e48b4f67bc0b2b7c850e7f6db76
Cargo.toml: 9392d82cf69191a697861d78a572af9d5368a7017be8fdbbbca6b19235e00cfd
Commit count: 0

cargo fmt