rsmangler
Usage:
Template:
rsmangler --file <input_file> -x <max_length> -m <min_length> -l -s -e -i -p -u -a --output <output_file>
EX:
rsmangler --file samwise.small.txt -x 12 -m 9 -l -s -e -i -p -u -a --output samwise.mangled.txt
Flags:
--file <input_file> | Input file location
--output <output_file> | Output file location
-x <#> | Max length of password
-m <#> | Min length of password
-l | Lowercase the word
-s | Swap the case of the word
-e | Add ed to the end of the word
-p | Permutate all the words
-u | Uppercase the word
-a | Create an acronyum based on all the words entered in order and add to word list
Last updated