zanesense / pyhash

Generate Hashes from Passwords. No new stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyhash

Python License Maintenance

Generate hashes from passwords in seconds!!

Features

  • Supports multiple hash functions: md5, sha1, sha256, sha384, sha512
  • Command-line arguments for quick usage
  • Interactive mode for step-by-step guidance
  • Colorful output for better readability

Usage

Command-Line Arguments

You can specify the password and the hash function directly using command-line arguments.

python3 hasher.py -p <password> -f <hash_function>

Example:

python3 hasher.py -p mypassword -f sha256

Interactive Mode

You can also run the script in interactive mode to be guided through the process.

python3 hasher.py -i

Supported Hash Functions

  • md5
  • sha1
  • sha256
  • sha384
  • sha512

Installation

  1. Clone the repository:

    git clone https://github.com/zanesense/pyhash.git
    cd pyhash
  2. Install the required dependencies:

    pip install -r requirements.txt

Requirements

  • Python 3.7+
  • huepy library

You can install the required library using pip:

pip install huepy

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

zaneee

Feel free to contribute to this project by submitting issues or pull requests. Any help is appreciated!

About

Generate Hashes from Passwords. No new stuff.


Languages

Language:Python 100.0%