A random string generator, just like with keyboard smashing, but with the intent to be more secure.
make build # Build the smash binary
make install # Install smash (by default in /usr/bin)
make uninstall # Uninstall smash
make clean # Remove compiled binaries
make build_debug # Debug build for nerds
To view the command usage, run the following:
# If only built
./smash --help
# If installed
smash --help
Generating a 42 character string with no punctuation:
smash -s 42 -p
Generating a string (by default 16 characters) with only numbers:
smash -l -p -u
Overriding previous options to only disable lower case letters:
smash -l -p -P