hemantDwivedi / password-generator-tool

Create and customize strong passwords effortlessly with the Password Generator Tool. Tailor your passwords, send them securely via email, and verify their strength—all in one place.
MIT License
3 stars 4 forks source link

Password strength check #1

Closed hemantDwivedi closed 10 months ago

hemantDwivedi commented 10 months ago

Should check generated password strength and will show weather password is poor, good, strong, very strong.

abant07 commented 10 months ago

Hi, I am bit new to Github, but can I take on this issue. Is there anything I should know while I reproduce the environment, or is everything clear in the readme?

Thanks! Amogh

hemantDwivedi commented 10 months ago

Yes, you'll find in readme. fork repo and you can contribute in UI folder. also check my new commit, will help to understand the need. let me know so i can assign this to you.

abant07 commented 10 months ago

Sounds good! Yeah sure, assign me

abant07 commented 10 months ago

Do you want to have another button called "Generate Password" so the user can set up all the parameters for generating a password(ex: setting the length, having alphabets, special characters). Then the password strength should update accordingly. Also, do you want me to define the boundaries for what is considered a very strong password or is it as simple as saying for each box the user checks off, that maps to how strong the password is. For example, if the user checks all 4 boxes, its a very strong password, if they check 3, its a strong password, if they select 2, its a good password, etc?

Also, just out of curiosity, does the sending password to email work?

abant07 commented 10 months ago

Also, the copy password isn't working for me. (edit) I fixed it. It was the alert() function

Do I need to configure anything in the backend? I am using VSCode, is that fine?

It seems the APIs are getting network errors

hemantDwivedi commented 10 months ago

Sure, you can add/configure the UI and backend.