An open API service indexing awesome lists of open source software.

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

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
* colorama

Install 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