Ten Random Passwords
Inspired by an xkcd comic, I wrote this random password generator. It goes a little farther in trying to make things memorable by constructing a random sentence using the pattern [noun] [verb] [number] [adjective] [noun] [punctuation].
I include the number and punctuation for the sake of systems that require numeric and special characters. You can always not use them.
- PompSurge3ImmatureStandard?
- DarlingDazzled1TangentJailers?
- MulesObey7QuickestGutter?
- SculptorCrewed4RomanticInsides?
- BonnetGlimpse4SkittishTolls.
- PlentyHushed9UsefulFlurry!
- CourtesyTinkled6EverydayJupiter.
- LaborersCompel5HighKnocker.
- FleshGrunted5PolishRace!
- ArmfulStowing7NaughtyLambs?
The source code is here.