ashwin3005 / password-generator

Password generator made with React
MIT License
20 stars 38 forks source link

Displaying the strength of our password #10

Closed ashwin3005 closed 1 year ago

ashwin3005 commented 1 year ago

The current strength of our project must be displayed. (Example: weak, strong, very strong)

AtriSukul1508 commented 1 year ago

I would like to work on this issue

ashwin3005 commented 1 year ago

@AtriSukul1508 Go ahead.

ashwin3005 commented 1 year ago

The strength of our password is at fair in minimum length(8) and strong in maximum length(32). Other terms are not used.. @AtriSukul1508 could you fix it?

hrithiksawhney commented 1 year ago

Hi @ashwin3005 , Can I work on it?

PavvanPradeep commented 1 year ago

@ashwin3005 can i work on this issue

ashwin3005 commented 1 year ago

@hrithiksawhney okay go ahead.

ashwin3005 commented 1 year ago

@ashwin3005 can i work on this issue

Can you take some other issue?

hrithiksawhney commented 1 year ago

Hi @ashwin3005 , Is it fine if we have the minimum password length as 1? (The default length, i.e., the initial length shown to user, can be 8)

hrithiksawhney commented 1 year ago

Hi @ashwin3005, Can you please reply to the above query?

hrithiksawhney commented 1 year ago

Hi @ashwin3005 , Please review my PR.