PHP Password Generator

archivedesignyandleblog

Does anyone know of a PHP-based system which is capable of generating passwords from randomly chosen adjectives and nouns e.g.

  • savoury manlike oracle
  • exclusive malformed seal
  • old free papaya
  • etc.

Maybe the question I should be asking is: Where can I obtain large lists of adjectives and verbs?

The reason I want to do this is to create a secure system that doesn't need a username and relies solely on the password, users would be presented with, say, 5 options for their 3-word 'pass-phrase' from which they would choose one. This method was suggested by Jeff Raskin in his book 'The Humane Interface'.

Partially written by a human