charsets
This commit is contained in:
@@ -42,7 +42,8 @@ WORD_MAX_LENGTH=9
|
||||
# {Word} — random word (Title Case)
|
||||
# {word!} — random lower or UPPER (+1 bit entropy)
|
||||
# {Word!} — random lower/Title/UPPER (+1.58 bits entropy)
|
||||
# {NAME:N} — N chars from charset NAME (alpha/safe/num/special/custom)
|
||||
# {NAME:N} — N chars from charset NAME
|
||||
# built-in: alpha safe num special hex b58 b64 alnum ascii
|
||||
# {NAME:N-M} — N to M chars, weighted so every output is equally likely
|
||||
# (entropy = log2 of total outcomes, e.g. {num:1-2} ≈ 6.8 bits)
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user