Skip to content

A shell script for generating secure Modhex random strings with customizable options

License

Notifications You must be signed in to change notification settings

SebDominguez/Secure-Modhex-Random-String-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Secure-Modhex-Random-String-Generator

modhexgen is a lightweight Bash script for generating Modhex random strings.

Features

  • Generates random Modhex strings of specified lengths.
  • That's it.

Installation

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

Usage

Run the script directly from your terminal:

Generate a 32 random ModHex string

./modhexgen.sh

Generate an arbitrary sized random Modhex string

./modhexgen.sh -s <size>

Replace <size> with the desired length of the random Modhex string. Acceptable varues are from 1 to 4096.

Generate only lower case Mod Hex

./modhexgen.sh -l

Generate only upper case Mod Hex

./modhexgen.sh -u

Note: -u and -l options are mutualy exclusive.

License

This project is licensed under the Good Luck With That Shit Public License (GLWTPL).

Contributions

Feel free to open an issue or submit a pull request so I can ignore them.

About

A shell script for generating secure Modhex random strings with customizable options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages