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.
- Generate hashed passwords using various hash algorithms.
- Copy generated hashes to the clipboard with a single click.
- Python 3.x
- PyQt5
- qdarkstyle
-
Clone the repository:
git clone https://github.com/zanesense/pyhash-gui.git pyhash
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python hasher.py
- Enter the password in the "Enter Password" field.
- Select the desired hash algorithm from the dropdown menu.
- Click on the "Generate Hash" button to generate the hashed password.
- The hashed password will be displayed in the "Hashed Password" field.
- Click on the "Copy to Clipboard" button to copy the hashed password to the clipboard.
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.
This project is licensed under the MIT License - see the LICENSE file for details.