palettegram icon indicating copy to clipboard operation
palettegram copied to clipboard

Feat: Strong Password Recommendation Feature

Open driyash9881 opened this issue 1 year ago • 2 comments
trafficstars

What feature?

Strong Password Recommendation Feature

Problem Description

In the registration section of a web application, users are required to set a password. However, many users often choose weak passwords that are easy to guess, such as "password123" or "123456". Weak passwords can lead to security vulnerabilities, making accounts more susceptible to unauthorized access.

To enhance security, it's essential to suggest strong passwords to users who are registering for the first time. A strong password should be complex enough to resist brute force attacks and should include a mix of characters.

Solution

To address this issue, we will implement a strong password recommendation feature in the registration section. This feature will automatically generate and suggest a strong password when a user is registering. The suggested password will follow best practices for password security, including:

  • A minimum length of 12 characters.
  • A combination of uppercase and lowercase letters.
  • Inclusion of numerical digits.
  • Inclusion of special characters (e.g., !, @, #, $).

Add screenshots

image

Record

  • [X] I agree to follow this project's Code of Conduct
  • [X] I want to work on this issue

driyash9881 avatar Jun 08 '24 06:06 driyash9881

Congratulations, @driyash9881! 🎉 Thank you for creating the issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our Contributing Guidelines'

github-actions[bot] avatar Jun 08 '24 06:06 github-actions[bot]

Hi @driyash9881 The issue is addressed and fixed in #325 so I am closing this issue.

This feature will automatically generate and suggest a strong password when a user is registering. The suggested password will follow best practices for password security

We can implement that. What will be your process? Are you going to use some libraries or is it using some strategy? let me know

Sanchitbajaj02 avatar Jun 08 '24 12:06 Sanchitbajaj02