https://github.com/kourva/hashit
Hash your text with this tool (Works with API)
https://github.com/kourva/hashit
api base64-encoding hash hashing md5 python3 sha256 sha512
Last synced: 7 months ago
JSON representation
Hash your text with this tool (Works with API)
- Host: GitHub
- URL: https://github.com/kourva/hashit
- Owner: Kourva
- Created: 2022-11-28T13:16:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:37:30.000Z (about 1 year ago)
- Last Synced: 2025-03-18T13:45:57.104Z (7 months ago)
- Topics: api, base64-encoding, hash, hashing, md5, python3, sha256, sha512
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/Kourva/HashIt && cd HashIt && chmod +x HashIt.py
```
+ requirements
```bash
pip install requests
```
+ usage
```bash
python HashIt.py
```# Usage
To get result, you need to have three query parameters inside your request
```bash
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