Skip to content

File checksum verification tool written in Go.

Notifications You must be signed in to change notification settings

ibnaleem/checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

checksum

File checksum verification tool written in Go.

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