Skip to content
/ HashIt Public

Hash your text with this tool (Works with API)

Notifications You must be signed in to change notification settings

Kourva/HashIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages