repliqa / hashtool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%