Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev tools : password generator #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Dev tools : password generator #17

wants to merge 3 commits into from

Conversation

Shankhanil
Copy link
Member

Developed a password generator tool which will generate password of length 8-12

Following updates are upcoming in the next version:

  1. A checker for password strength
  2. A preferences file to update the preferences for password as per specific requirements.

The following things are to be noted while review:
The password.spec.js file includes 2 tests :

  1. Length test, checking that always passwords of length 8-12 are produced
  2. password strength test : which passes by default (as of now, will be updated to check for strong passwords once password strength checker is build)

@Shankhanil Shankhanil marked this pull request as ready for review June 11, 2020 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants