https://github.com/gill-singh-a/hash-start-calculator
A program that tells about the starting characters in a string specifying those starting characters
https://github.com/gill-singh-a/hash-start-calculator
hash hashing hashing-algorithm md5 python python3 sha sha256 sha3 sha512
Last synced: about 1 month ago
JSON representation
A program that tells about the starting characters in a string specifying those starting characters
- Host: GitHub
- URL: https://github.com/gill-singh-a/hash-start-calculator
- Owner: Gill-Singh-A
- Created: 2023-12-01T14:05:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T14:23:44.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T12:09:08.002Z (4 months ago)
- Topics: hash, hashing, hashing-algorithm, md5, python, python3, sha, sha256, sha3, sha512
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hash Start Calculator
A program that tells about the starting characters in a string specifying those starting characters
## Requirements
Language Used = Python3
Modules/Packages used:
* hashlib
* datetime
* optparse
* time
* coloramaInstall the dependencies:
```bash
pip install -r requirements.txt
```## main.py
It takes the following command-line arguments:
* '-H', "--hash": Hashing Algorithm### Hashing Algorithms
* md5
* sha1
* sha224
* sha256
* sha384
* sha3_224
* sha3_256
* sha3_384
* sha3_512
* sha512
* shake_128
* shake_256