View Source PasswordValidator.Validators.ZXCVBNValidator (Password Validator ZXCVBN v0.2.0)
Validates a password's strength by estimating how difficult the password is for a password cracker to crack. Uses multiple dictionaries of common names and popular english words.
More info:
- Original javascript library: https://github.com/dropbox/zxcvbn
- Elixir library: https://github.com/techgaun/zxcvbn-elixir/
Summary
Functions
Validate the password by checking if it is similar to common names and words.