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
- clone
git clone https://github.com/kozyol/HashIt && cd HashIt && chmod +x HashIt.py
- requirements
pip install requests
- usage
python HashIt.py
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
python3 HashIt.py --query="12345" --encode=base64 --method=md5
Give me a star if you liked it ⭐️
Thanks <3