Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 353 Bytes

hashtool

A Simple Command-Line utility created in Python for hashing using the hashlib module.

Installation

$ mv hashtool.py hashtool
$ chmod +x hashtool
$ mkdir -p $HOME/bin
$ export PATH="$HOME/bin:$PATH"
$ mv hashtool $HOME/bin

Usage

Run hashtool --help or hashtool -h to see examples and supported hashing algorithms