Skip to content

ibbgomes/hashx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hashx

Build

A cross-platform, command-line interface, checksum utility. πŸ”

Usage

Description:
  A cross-platform, command-line interface, checksum utility

Usage:
  Hashx <input> [options]

Arguments:
  <input>  Specify the input file path

Options:
  -a, --algorithm <algorithm> (REQUIRED)  Specify a hashing algorithm (MD5, SHA1, SHA256, SHA384 or SHA512)
  -c, --compare <compare>                 Compare the results against a checksum
  --json                                  Print the results in JSON format
  --xml                                   Print the results in XML format
  --version                               Show version information
  -?, -h, --help                          Show help and usage information