PNG image of Steve Brandt

Steven R. Brandt

?>

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.

  1. WorkersOverdo3ClearerCor!
  2. LavenderFlanking9FairGospel?
  3. VintageRattles8RaggedPuddles!
  4. ThomasCreated6QuickBuilding.
  5. BarnSlashes1LocalRites.
  6. MustardProsper1InfernalTic?
  7. TactRemind0OddestEmbers?
  8. RoutChilled3AbroadDialogue!
  9. SquidHope1LopsidedEnvy?
  10. SalvageRetrieve5ClosestSecrets?
bits of entropy=52
The source code is here.