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.shRun 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 -uNote: -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.