Skip to content

File checksum verification tool written in Rust.

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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUILD

checksum

File checksum verification tool written in Rust.

Installation

$ git clone https://github.com/ibnaleem/checksum.git
$ cargo build

This will generate a binary under /target/debug/. You can also download the compiled binary here.

Usage

$ checksum <file_path> <hash>

Hashing Algorithms

This script supports the following hashing algorithms:

  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512
  • BLAKE2b
  • Tiger192
  • RIPEMD320