You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: