Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@ibnaleem ibnaleem released this 07 Nov 21:18
· 3 commits to main since this release
33aa92b

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