Tools like 1Password can create passwords along the lines of: correct-horse-battery-staple https://xkcd.com/936/ Which I really like (for the rare times I cannot cut/paste), but SOOO many websites require shorter or other crazy rules: https://github.com/dumb-password-rules/dumb-password-rules So I've given up, and just use random passwords
On Tue, Sep 24, 2019 at 2:52 PM Francois Papon <[email protected]> wrote: > Agree, I'm not sure users want their password to be easy to remember. > > regards, > > François > [email protected] > > Le 24/09/2019 à 18:38, Arthur Okeke a écrit : > > 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 > >> >
