NotQwerty123 v2.1.0 NotQwerty123 View Source
Library to check password strength and generate random passwords.
The NotQwerty123.PasswordStrength
module provides checks that the
password is not too easy to guess. These checks check that the password
is long enough and that it is not similar to any common passwords.
The NotQwerty123.RandomPassword
module generates a random password
with letters, digits and punctuation characters.