Skip to content

A simple command-line utility for hashing created in Python.

Notifications You must be signed in to change notification settings

sarzil-hossain/hashtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

A simple command-line utility for hashing created in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages