Generate hashes from passwords in seconds!!
- 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
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 sha256You can also run the script in interactive mode to be guided through the process.
python3 hasher.py -imd5sha1sha256sha384sha512
-
Clone the repository:
git clone https://github.com/zanesense/pyhash.git cd pyhash -
Install the required dependencies:
pip install -r requirements.txt
- Python 3.7+
huepylibrary
You can install the required library using pip:
pip install huepyThis project is licensed under the MIT License - see the LICENSE file for details.
zaneee
Feel free to contribute to this project by submitting issues or pull requests. Any help is appreciated!