diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-03-06 21:06:25 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-03-06 21:10:03 -0700 |
commit | 93a26f6394546f53b9531cead1713311de0dda78 (patch) | |
tree | 8d1b742274df73cf347c3501d924263571e0dec6 /README.adoc | |
parent | 6878a1fc964d4ef0ddba15461801caf972f91185 (diff) | |
download | upwgen-93a26f6394546f53b9531cead1713311de0dda78.tar.gz upwgen-93a26f6394546f53b9531cead1713311de0dda78.tar.xz |
main: Add default char set
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.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index eb6abc0..0e846f0 100644 --- a/README.adoc +++ b/README.adoc @@ -8,6 +8,10 @@ terminal font. Regardless, most softwares offer font fallback to render the maximum number of characters possible. Even if your font cannot render the characters, copy and paste will probably still work. +The default character set selected if no custom set is specified is ASCII 33 - +126, or English lower case, upper case, numbers, and some symbols (if a +standard US keyboard can type it, it is in this default group). + Usage ----- |