modhexgen is a lightweight Bash script for generating Modhex random strings.
- Generates random Modhex strings of specified lengths.
- That's it.
Curl the script to your local system:
curl -O https://raw.githubusercontent.com/SebDominguez/Secure-Modhex-Random-String-Generator/refs/heads/main/modhexgen.sh
chmod +x modhexgen.sh
Run the script directly from your terminal:
./modhexgen.sh
./modhexgen.sh -s <size>
Replace <size>
with the desired length of the random Modhex string. Acceptable varues are from 1 to 4096.
./modhexgen.sh -l
./modhexgen.sh -u
Note: -u
and -l
options are mutualy exclusive.
This project is licensed under the Good Luck With That Shit Public License (GLWTPL).
Feel free to open an issue or submit a pull request so I can ignore them.