This Python script provides a menu-driven interface for generating secure hashes or keys based on user-defined criteria. The generated hash can contain different types of characters, including:
- Hexadecimal characters
- Binary characters
- Alphanumeric characters
- Special characters
- Spaces and punctuation
- Python 3.x
- Run the script in your terminal.
python hash_pw_generator.py
- The script will display a menu with options to generate different types of hashes.
- Choose the desired hash type by entering the corresponding number.
- Next, specify the length of the hash. Default length is 40 characters.
- The script will generate the hash and display it.
Generates a hash containing only hexadecimal characters.
Generates a hash containing only binary characters.
Generates a hash containing alphanumeric characters.
Generates a hash containing alphanumeric and special characters.
Generates a hash containing alphanumeric characters, special characters, and spaces.
Generates a hash containing alphanumeric characters, special characters, spaces, and punctuation.
This project is open-source. Feel free to modify or distribute.
- jorune00