This commit is contained in:
2026-06-10 01:12:51 -07:00
parent b86289a348
commit 0c5b9b27b7
4 changed files with 58 additions and 11 deletions
+2 -1
View File
@@ -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)
# ------------------------------------------------------------------------------