About
xkcd-style password generator

Usage
$ xpg -h
xpg 0.19.2 <https://crates.io/crates/xpg>
xkcd-style password generator
Usage: xpg [OPTIONS] [PATTERNS]...
Arguments:
[PATTERNS]... Pattern(s) (see note 1) [default: `wwww`, `-L`: `{a}`]
Options:
-s, --shuffle Shuffle characters
-c, --count <NUMBER> Number of passwords (0:∞ ) [default: 1]
-l, --length <NUMBER> Length
-m, --minimum <NUMBER> Minimum length
-M, --maximum <NUMBER> Maximum length
-a, --attempts <NUMBER> Attempts (see note 2) [default: 10]
-C, --config <PATH> Configuration file
-e, --extended Merge extended words (see note 3)
-A, --apply-case <STYLE> Apply case style [possible values: upper, lower,
title, toggle, camel, pascal, upper-camel, snake,
constant, upper-snake, screaming-snake, kebab,
cobol, upper-kebab, train, flat, upper-flat,
alternating, random, pseudo-random, sentence]
-L, --list List words in `{sub}`(s)
-d, --dump-config Print configuration
-r, --readme Print readme
-h, --help Print help
-V, --version Print version
---
Notes
1. Patterns
* Words
* `W`: WORD
* `w`: word
* `T`: Word
* `k`: `shuffle(cccc(c|d)(C|c))`
* `{sub}`: see `WordKind`s section in readme
* Characters
* `C`: A-Z
* `c`: a-z
* `d`: 0-9
* `s`: `~!@#$%^&*-_=+;:,./?()[]{}<>`
* `a`: `C` | `c` | `d` | `s`
* Special
* `keychain`
* `codename`
* `codename-series`
* `haiku--` | `haiku-condensed`
* `haiku-` | `haiku-with-syllables-condensed`
* `haiku`
* `haiku+` | `haiku-with-syllables`
* `haiku++` | `haiku-full`
* `haiku+++` | `haiku-full-with-syllables`
2. Ten attempts are made to satisfy the given length requirements by default;
use `-a N` and set `N` to the number of attempts to increase chances.
It will exit with an error if unable to satisfy requirements; some
configurations will always produce an error.
3. Extended words are only available in exclusively extended word kinds by
default; however, with `-e`, they are merged with regular word kinds; use
with the `-L` option to see its effect.
$ xpg -V
xpg 0.19.2
See also the Configuration section below.
Examples
$ xpg
directlittletemperatureenough
Generate 10 passwords
$ xpg -c 10
passsystemkentuckyreport
losslookbottomstudent
novembersuggestedhimselfmean
mastercolourmovestretched
firmfortiethafricafinish
questionsexcitingtermssuppose
expresspartyincreasesuit
subjectsilentbirdvoice
statementskinsuggestednearly
jordantestsafetypass
Generate passwords forever
or until Ctrl+C / SIGINT
$ xpg -c 0
fourappleflierfull
syllablesfeelconsiderablecompound
shoecolorcolourdaily
thisspendsellappear
favorhoweveragainenglish
wholewearglossarytomorrow
numberquestionsfarmface
sellsquaretubenext
countmillionbloodtherefore
producedesirematchamong
^C
Generate a password with 8 words
$ xpg wwwwwwww
firstconsiderreasontraindesignpromisecriedberlin
Generate 10 passwords with 8 words
$ xpg wwwwwwww -c 10
scalerightjupitermindfieldtrustboatvirginia
housemercurysizewouldfliermilkhappenedaustria
fallgermanyeffortsinglewomenhavanaslowlyanything
dollarsbettercompareseparateservicepastconsonantmail
paragraphpricetakemarrycamemiddlemeetshown
bankerbackburnlondonshotknewfellcarry
ratherpeoplepolebeenkingcurrentwomanoffice
recordshoutoceanbackseveraldoorhairraise
collegemeetmanyproblemleaderjerusalemstormfirst
experimentsortbarbadosenginefurtherwireherecompany
Generate a password with 2 words followed by 3 digits
$ xpg wwddd
exceptspot750
Generate a password with 2 words followed by 2 symbols
$ xpg wwss
inchinches[}
Generate a password with 2 words followed by a digit and a symbol
$ xpg wwds
colombiasalt4?
Generate a password with 4 words followed by 2 lowercase letters
$ xpg wwwwcc
plainspracticehugeeasyqi
Generate a password with 4 words followed by 2 uppercase letters
$ xpg wwwwCC
touchpolevarioustableDF
Generate a password with 4 title case words
$ xpg TTTT
LessListenGermanyChair
Generate a password with 4 uppercase words
$ xpg WWWW
COASTBIRDEVENINGCERTAIN
Generate a password with 4 words followed by 5 any characters
An "any" character can be a lowercase letter, uppercase letter, digit, or symbol.
$ xpg wwwwaaaaa
mexicobritaingroundgainH/>Z%
Generate a password with 3 words and at least 15 characters
$ xpg www -m 15
flatsensesubstances
Generate a password with 3 words and no more than 20 characters
$ xpg www -M 20
probablewatchminutes
Generate a password with 4 words and between 20 and 25 characters
$ xpg www -m 20 -M 25 -a 1000
finishedcharacterschool
See also Usage note 2.
Generate a password with 2 words, 3 digits, 1 symbol, and exactly 16 characters
$ xpg wwddds -l 16 -a 1000
deadsouthern365}
See also Usage note 2.
Generate a password with a 1, 2 title case words, and !
$ xpg '1TT!'
1SoonDifficult!
Generate a password with 1 symbol, 2 adjectives, 1 noun, and 2 digits
$ xpg 's{adj}{adj}{n}dd'
]nextsomesecond80
Generate a password with 2 words and 1 extended word
$ xpg 'ww{ext}'
congocomparepurple
Generate a password with 2 words and 1 title case extended word
$ xpg 'ww{T:ext}'
centurysoilHera
Generate a password with 2 words and 1 uppercase extended word
$ xpg 'ww{W:ext}'
mustrememberDEMETER
Generate 10 passwords with 4 title case words and extended words merged
$ xpg -ec 10 TTTT
AwayShineVoiceSpell
ProveFrenchNewmexicoFine
HeavenAnswerDesireStranger
LearnPoundsWheelHour
RealizeHighClockFriday
SpentJerusalemSmokeHeart
AnswerCannotArticlePurple
PictureSouthHeldArmy
EffectHuntIndigoSimilar
ShoesUntilRoomQuiet
Generate a keychain-style password
$ xpg keychain
jkhIwo-dmkwmf-kq6enc
Generate a code name
$ xpg codename
DEVELOPED PLAY
Generate a code name series
$ xpg codename-series
FOREVERRESULT PARTICULARMACHINE
FOREVERRESULT IMPORTANTSTRING
FOREVERRESULT MINUTEPOOR
FOREVERRESULT SUDDENEXPRESS
FOREVERRESULT CHANCETUESDAY
FOREVERRESULT FIFTYWOMEN
FOREVERRESULT PLEASANTSATURDAY
FOREVERRESULT GOLDNECK
FOREVERRESULT SIMPLEMAJOR
FOREVERRESULT THESEGOODBYE
Generate a code name series with 20 code names
$ xpg codename-series -c 20
BEATDEGREE SLOWSYMBOLS
BEATDEGREE FINALLYBICYCLE
BEATDEGREE BROKEHEAVEN
BEATDEGREE LATERWANT
BEATDEGREE NICESHAKE
BEATDEGREE DEVELOPEDDUCK
BEATDEGREE LOWERPLAN
BEATDEGREE FUTUREPAST
BEATDEGREE LEVELMATTER
BEATDEGREE CONSONANTFOOT
BEATDEGREE CLEARIRON
BEATDEGREE KINDCONDITION
BEATDEGREE TWELVEPRODUCTS
BEATDEGREE MIDDLEDESIRE
BEATDEGREE DIFFICULTNUMBER
BEATDEGREE GENERALBIRDS
BEATDEGREE LEFTOBJECT
BEATDEGREE PLEASANTADVANCE
BEATDEGREE BURNINGKNOWN
BEATDEGREE NEVERNOTE
Generate a haiku
$ xpg haiku
Presidents brother / Electric while sleep flier / Electricity
Generate a haiku with syllable pattern
$ xpg haiku+
Voice Colombia (1,4) / Information entire (4,3) / Necessary took (4,1)
Generate a condensed haiku with syllable pattern
$ xpg haiku-
Heavy-possible(2,3)/Room-considerable-brown(1,5,1)/Information-high(4,1)
Generate a condensed haiku
$ xpg haiku--
Necessary-touch/Considerable-bottle/Ship-Delaware-broke
Generate a haiku with newlines
$ xpg haiku++
Able king lord great
Considerable does lake
Electricity
Generate a haiku with syllable pattern and newlines
$ xpg haiku+++
Ireland Asia (3,2)
Please million engine gift (1,3,2,1)
Delight since dream nerve (2,1,1,1)
Generate a haiku with extended words
$ xpg -e haiku
Thin town neither hunt / Angle March Eukelade / Energy loss wash
Generate a password with 20 any characters
$ xpg aaaaaaaaaaaaaaaaaaaa
#*w[%(YvGew)d86ea:De
Same as the previous example, but shorter
This works because a character-only pattern is padded to the minimum length with the last character.
$ xpg a -m 20
ZVQnUZ2*NpBAUqO?wu/J
Generate a password with 5 lowercase, 1 uppercase, 1 digit, and 1 symbol
$ xpg cccccCds
ihkcpT6!
Generate a password with 5 lowercase, 1 uppercase, 1 digit, and 1 symbol and shuffle the characters
$ xpg -s cccccCds
l2(ydzyL
Same as the previous example, but shorter
This works because a character-only pattern is padded to the minimum length with the last character.
$ xpg -sm 8 Cdsc
ass1Nf_v
Generate 3 passwords each from a different pattern
$ xpg wwww WWWW TTTT
listenbetterhappenedpushed
TIMETWELVEBULGARIASAFE
TuesdayBecameNeverGame
Apply upper casing
$ xpg -A upper 'T T T T'
VIRGINIA NERVE TWELVE FAVOR
Apply lower casing
$ xpg -A lower 'T T T T'
device open table various
Apply title casing
$ xpg -A title 'T T T T'
Base Goodbye Hear Short
Apply toggle casing
$ xpg -A toggle 'T T T T'
cOLLEGE aHEAD sPEAK mOTHER
Apply camel casing
$ xpg -A camel 'T T T T'
forceShirtNothingStart
Apply pascal casing
$ xpg -A pascal 'T T T T'
StudentDelightThereNetherlands
Apply upper-camel casing
$ xpg -A upper-camel 'T T T T'
TexasKoreaThirdClothes
Apply snake casing
$ xpg -A snake 'T T T T'
look_strong_travel_meat
Apply upper-snake casing
$ xpg -A upper-snake 'T T T T'
WARSAW_DIRECTION_EXERCISE_EGYPT
Apply screaming-snake casing
$ xpg -A screaming-snake 'T T T T'
DISH_NONE_GOODBYE_REACH
Apply kebab casing
$ xpg -A kebab 'T T T T'
head-able-teach-storm
Apply cobol casing
$ xpg -A cobol 'T T T T'
GATHER-TALL-NEWS-BEAUTY
Apply upper-kebab casing
$ xpg -A upper-kebab 'T T T T'
BIRDS-CONTAIN-COLOUR-ARTICLE
Apply train casing
$ xpg -A train 'T T T T'
Represent-Shall-Wonder-Months
Apply flat casing
$ xpg -A flat 'T T T T'
callreceiveflowequation
Apply upper-flat casing
$ xpg -A upper-flat 'T T T T'
EDGESUFFERNETHERLANDSMERCURY
Apply alternating casing
$ xpg -A alternating 'T T T T'
yOuRsElF bElOnG wOmEn ShAdE
Apply random casing
$ xpg -A random 'T T T T'
KePt YOuR ExpLAIn OftEN
Apply pseudo-random casing
$ xpg -A pseudo-random 'T T T T'
tRaDe HImsELf dEScrIbE FinIsH
Generate a password with words with 1, 2, 3, 4, and 5 syllables
$ xpg '{a:1}-{W:a:2}-{T:a:3}-{olympian:4}-{T:ext:5}'
kiss-MOMENT-Cigarette-dionysus-Philophrosyne
List the words in Color / {color}
$ xpg -L '{color}'
black
blue
brown
gray
green
white
yellow
List the words in Color / {color} in uppercase
$ xpg -L '{W:color}'
BLACK
BLUE
BROWN
GRAY
GREEN
WHITE
YELLOW
List the words in Color / {color} in title case
$ xpg -L '{T:color}'
Black
Blue
Brown
Gray
Green
White
Yellow
Count the words in Color / {color}
$ xpg -L '{color}' |wc -l
7
List the words in Color / {color} and Element / {W:el}
$ xpg -L '{color}' '{W:el}'
black
blue
brown
gray
green
white
yellow
GOLD
IRON
LEAD
MERCURY
OXYGEN
SILVER
Count words
$ xpg -L |wc -l
1257
Count words with extended
$ xpg -Le |wc -l
1403
Configuration
See config.json or use -d for the default configuration compiled into the
binary executable.
If another file is placed at any of the following locations or the path provided
via the -C option at runtime, it will be used instead.
- Linux:
/home/username/.config/xpg/config.json - Windows:
C:\Users\username\AppData\Roaming\qtfkwk\xpg\config\config.json - macOS:
/Users/username/Library/Application Support/com.qtfkwk.xpg/config.json
WordKinds
- AllExtended /
{a.ext}- All /
{a}- Adjective /
{adj}- Color* /
{color} - Nationality /
{nat}
- Color* /
- Adverb /
{adv} - Conjunction /
{conj} - Interjection /
{i} - Noun /
{n}- PluralNoun /
{n.pl} - Pronoun /
{n.pro} - SingularNoun /
{n.s}- Astronomy /
{ast}- Moon /
{moon} - Planet /
{planet}
- Moon /
- Color* /
{color} - Day /
{day} - Month /
{mon} - ProperNoun /
{n.prop}- Element /
{el} - Name /
{name}- FemaleName /
{fname} - MaleName /
{mname}
- FemaleName /
- Place /
{place}- City /
{city} - Continent /
{cont} - Country /
{country} - UsState /
{us-state}
- City /
- Mythology /
{myth}- GreekMyth /
{greekmyth}- Olympian /
{olympian} - Chthonic /
{chthonic}
- Olympian /
- RomanMyth /
{romanmyth}
- GreekMyth /
- Element /
- Astronomy /
- PluralNoun /
- Preposition /
{prep} - Verb /
{v}- AuxiliaryVerb /
{v.aux} - IntransitiveVerb /
{v.int} - TransitiveVerb /
{v.tr} - VerbPast /
{v.past}
- AuxiliaryVerb /
- Adjective /
- Extended /
{ext}- Noun /
{n}- SingularNoun /
{n.s}- Astronomy /
{ast}- Moon /
{moon}- MarsMoon /
{marsmoon} - JupiterMoon /
{jupitermoon} - SaturnMoon /
{saturnmoon} - UranusMoon /
{uranusmoon} - NeptuneMoon /
{neptunemoon}
- MarsMoon /
- Moon /
- Astronomy /
- SingularNoun /
- Noun /
- All /
Notes
-
WordKind /
{sub} -
It is only necessary to set the most descriptive
WordKind(s) since they are automatically included in the larger word kinds. -
The
charactersobject value must contain theC,c, anddkeys with non-empty values. Additional keys/values can be added and used. -
{sub}s produce lowercase words by default, but if prefixed withW:orT:words will be uppercase or title case, respectively: i.e.{W:sub}or{T:sub}(replacesubwith an actual{sub}name above). -
{sub}s include all words by default, but if suffixed with:NwhereNis a number, it will only include words with that number of syllables: i.e.{sub:N}(replacesubwith an actual{sub}name above andNwith the desired number of syllables ~1-5).
Changelog
Please find the CHANGELOG.md in the repository.
References
- Word list originated from Bart Busschots' HSXKPasswd Perl module (GitHub, CPAN: Crypt::HSXKPasswd), specifically lib/Crypt/HSXKPasswd/Dictionary/EN.pm@1d88564:38