summaryrefslogtreecommitdiff
path: root/README.adoc
AgeCommit message (Collapse)Author
2019-03-06main: Add default char setAaron Ball
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.
2019-02-04Initial support for user-specified charsetsAaron Ball
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.
2018-09-22Initial commit of upwgenv1.0Aaron Ball
Added makefile, readme, license, and source. Currently supports user-specified password length.

Generated by cgit