vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

PasswordGenerator should accept AllowedCharacterRule #40

Open ememisya opened 8 years ago

ememisya commented 8 years ago

Currently the PasswordGenerator only takes a List of CharacterRule. It could benefit from also accepting CharacterCharacteristicsRule as well as AllowedCharacterRule as the two contain unique character pools, and it would also greatly improve interoperability with other classes such as the PasswordValidator (see ISSUE/39)

amanvishnani commented 6 years ago

It should also take IllegalCharacterRule, It will be a great improvement.