Release v1.0.1
Summary:
This release marks the initial version of the Go rewrite of checksum.
Changes:
- Rewrote checksum in Go for faster performance.
Installation
$ git clone https://github.com/ibnaleem/checksum.git
$ go build
Usage
$ checksum <file_path> <hash>
Hashing Algorithms
This script supports the following hashing algorithms:
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512
✅ Signed