Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.31 KB

pyhash

This is a simple password hash generator application built with PyQt5 in Python. It allows users to generate hashed passwords using different hash algorithms such as SHA-256, SHA-1, MD5, SHA-512, SHA-384, and SHA-224.

Features

  • Generate hashed passwords using various hash algorithms.
  • Copy generated hashes to the clipboard with a single click.

Requirements

  • Python 3.x
  • PyQt5
  • qdarkstyle

Installation

  1. Clone the repository:

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

    pip install -r requirements.txt
    
  3. Run the application:

    python hasher.py
    

Usage

  1. Enter the password in the "Enter Password" field.
  2. Select the desired hash algorithm from the dropdown menu.
  3. Click on the "Generate Hash" button to generate the hashed password.
  4. The hashed password will be displayed in the "Hashed Password" field.
  5. Click on the "Copy to Clipboard" button to copy the hashed password to the clipboard.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have any suggestions for improvements.

License

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