KourvA / HashIt

Hash your text with this tool (Works with API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashIt

Hash your text with this tool (Works with API)

API from https://hashable.space/docs/api/usage
This tool needs internet connection to send request to API

Install

  • clone
git clone https://github.com/Kourva/HashIt && cd HashIt && chmod +x HashIt.py
  • requirements
pip install requests
  • usage
python HashIt.py

Usage

To get result, you need to have three query parameters inside your request

Usage: HashIt.py --query=query --method=method --encode=encoding
Where:
  --query  : "your text"
  --method : md5 | sha256 | sha512
  --encode : hex | base64 | base64url

Example

python3 HashIt.py --query="12345" --encode=base64 --method=md5

Give me a star if you liked it ⭐️
Thanks <3

About

Hash your text with this tool (Works with API)


Languages

Language:Python 100.0%