Why would you want your service to generate a password that was easy to remember?
On Tue, 24 Sep 2019, 18:20 Steinar Bang, <[email protected]> wrote: > >>>>> Francois Papon < > [email protected]>: > > > Hi all, > > Actually we have a DefaultPasswordService wich provide some usefull > > method for checking password. > > > I'm thinking about adding a new method for generate password. > > > Thoughts? > > A friend of mine created a password generator once. He used a two stage > process: > 1. First step created a set of random passwords > 2. He then threw out passwords that was inpronouncable, ie. he was left > with nonsense words that could be pronounced and therefore were easy > to remember >
