View Source NotQwerty123
Elixir 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.
Installation
Make sure you are using Elixir 1.7 or above.
The package can be installed as:
Add :not_qwerty123
to your list of dependencies in mix.exs
:
def deps do
[
{:not_qwerty123, "~> 2.4"}
]
end
Contributing
There are many ways you can contribute to the development of this library, including:
- Reporting issues
- Improving documentation
- Sharing your experiences with others
Copyright and License
Copyright (c) 2017 David Whitlock (alovedalongthe@gmail.com)
This software is licensed under the BSD-3-Clause license.