Password generator improvement

I wish you would improve your password generator with the next options:

  • non Repeat Characters (Case Insensitive)
  • non Consecutive Uppercase Letters
  • non Consecutive Lowercase Letters
  • non Consecutive Numbers

Thank you.

That would reduce the randomness of passwords, which makes them less secure.

I used to tell the generator to include a minimum number of digits and letters, until I realised that this reduced randomness. It may seem counter-intuitive, but minimising the number of rules improves security.

2 Likes

Feel free to ping if you want this feature request reopened.