Specify how many characters of a certain class can be in a row and which characters should be omitted.
I use passwords in a secure environment that requires there be no more than 4 characters of any given class in a row. So I can't have more than 4 lowercase, uppercase, special characters, or numbers in a row without changing classes. Therefore, I have to generate a random password and manually edit it to ensure it conforms. It would be nice if we had a customizable option for "number of consecutive characters in the same class." It would also be helpful if we could specify which characters to omit as some systems won't accept certain characters. Thank you!
2
votes

-
Guido Leenders commented