Very simple leetspeak generator. Quickly written because I wanted a specific set of features and only those features. Usage below.
Usage: leet [OPTION]
Convert plaintext to leetspeak.
Reads from stdin and prints to stdout. Stops at EOF
-o [num] oddity, the chance that it will skip a character, follows the formula 1/[num]. Defaults to 0.
-c ctf mode, ignores charactes before the '{'
-r appends an underscore plus a random string of 8 characters before the '}'
-e [command] executes a command and returns its leet-encoded output
-h displays this help menu.