Skip to content
/ smash Public

A random string generator, just like with keyboard smashing, but with the intent to be more secure.

License

Notifications You must be signed in to change notification settings

jwren0/smash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smash

A random string generator, just like with keyboard smashing, but with the intent to be more secure.

Building, installing, and more

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

Usage

To view the command usage, run the following:

# If only built
./smash --help

# If installed
smash --help

Examples

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

About

A random string generator, just like with keyboard smashing, but with the intent to be more secure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published