Age | Commit message (Collapse) | Author |
|
Previously the user was required to specify a custom char set, or the
upwgen exited with an error. Now it assumes ascii 33 - 126, which
include all english lower case, upper case, numbers, and some symbols by
default (which is sane since this is what most password fields accept).
Also updated README to document this default.
|
|
Added runtime switch parsing. This adds the -c,--capitalize;
-y,--symbols; -l,--lower; -i,--i18n; -n,--numerals; and -h,--help
switches. These allow the end user to customer the output.
Set default password length to 32 long. User can still specify with old
syntax. Also added some better error checking on the input string to
ensure the user specifies an int.
Added helptext (usage function). Updated README.
|
|
Added makefile, readme, license, and source. Currently supports
user-specified password length.
|