Longer pure random password offering. Remove some wordlist options.
This commit is contained in:
parent
2889c7e9e7
commit
ed2ebc91b8
@ -804,7 +804,6 @@ camper
|
|||||||
campfire
|
campfire
|
||||||
camping
|
camping
|
||||||
campsite
|
campsite
|
||||||
campus
|
|
||||||
canal
|
canal
|
||||||
canary
|
canary
|
||||||
cancel
|
cancel
|
||||||
@ -899,7 +898,6 @@ catalyze
|
|||||||
catapult
|
catapult
|
||||||
cataract
|
cataract
|
||||||
catatonic
|
catatonic
|
||||||
catcall
|
|
||||||
catchable
|
catchable
|
||||||
catcher
|
catcher
|
||||||
catching
|
catching
|
||||||
@ -910,12 +908,7 @@ catfight
|
|||||||
catfish
|
catfish
|
||||||
cathedral
|
cathedral
|
||||||
cathouse
|
cathouse
|
||||||
catlike
|
|
||||||
catnap
|
|
||||||
catnip
|
|
||||||
catsup
|
|
||||||
cattail
|
cattail
|
||||||
cattishly
|
|
||||||
cattle
|
cattle
|
||||||
catty
|
catty
|
||||||
catwalk
|
catwalk
|
||||||
@ -2179,7 +2172,6 @@ elves
|
|||||||
email
|
email
|
||||||
embargo
|
embargo
|
||||||
embark
|
embark
|
||||||
embassy
|
|
||||||
embattled
|
embattled
|
||||||
embellish
|
embellish
|
||||||
ember
|
ember
|
||||||
@ -3985,7 +3977,6 @@ mortified
|
|||||||
mortify
|
mortify
|
||||||
mortuary
|
mortuary
|
||||||
mosaic
|
mosaic
|
||||||
mossy
|
|
||||||
most
|
most
|
||||||
mothball
|
mothball
|
||||||
mothproof
|
mothproof
|
||||||
@ -4209,7 +4200,6 @@ ocelot
|
|||||||
octagon
|
octagon
|
||||||
octane
|
octane
|
||||||
october
|
october
|
||||||
octopus
|
|
||||||
ogle
|
ogle
|
||||||
oil
|
oil
|
||||||
oink
|
oink
|
||||||
@ -4645,7 +4635,6 @@ plating
|
|||||||
platinum
|
platinum
|
||||||
platonic
|
platonic
|
||||||
platter
|
platter
|
||||||
platypus
|
|
||||||
plausible
|
plausible
|
||||||
plausibly
|
plausibly
|
||||||
playable
|
playable
|
||||||
@ -4841,7 +4830,6 @@ print
|
|||||||
prior
|
prior
|
||||||
prism
|
prism
|
||||||
prison
|
prison
|
||||||
prissy
|
|
||||||
pristine
|
pristine
|
||||||
privacy
|
privacy
|
||||||
private
|
private
|
||||||
@ -4983,7 +4971,6 @@ pushing
|
|||||||
pushover
|
pushover
|
||||||
pushpin
|
pushpin
|
||||||
pushup
|
pushup
|
||||||
pushy
|
|
||||||
putdown
|
putdown
|
||||||
putt
|
putt
|
||||||
puzzle
|
puzzle
|
||||||
@ -5613,7 +5600,6 @@ sarcastic
|
|||||||
sardine
|
sardine
|
||||||
sash
|
sash
|
||||||
sasquatch
|
sasquatch
|
||||||
sassy
|
|
||||||
satchel
|
satchel
|
||||||
satiable
|
satiable
|
||||||
satin
|
satin
|
||||||
|
@ -21,5 +21,5 @@ routes = do
|
|||||||
get "/gen" $ do
|
get "/gen" $ do
|
||||||
genXkcd <- liftIO $ xkcd
|
genXkcd <- liftIO $ xkcd
|
||||||
genOldschool <- liftIO $ oldschool
|
genOldschool <- liftIO $ oldschool
|
||||||
genGibberish <- liftIO $ gibberish 12
|
genGibberish <- liftIO $ gibberish 18
|
||||||
html $ renderGen genXkcd genOldschool genGibberish
|
html $ renderGen genXkcd genOldschool genGibberish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user