hash-file 0.0.3

A tool to apply sha256 hash function on a single file
1
2
3
4
5
6
7
8
9
10
11
12
# hash-file

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

```sh
$ cat test.txt
Bonjour

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