Skip to content

Generate Hashes from Passwords. No new stuff.

Notifications You must be signed in to change notification settings

zanesense/pyhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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!