Feat: Strong Password Recommendation Feature #365
Labels
EASY
Difficulty Level: Easy
⭐ enhancement
Feature enhancement
gssoc
GSSOC'24 Required Label
level1
10 points
SSOC
SSOC'24 Required Label
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:
Add screenshots
Record
The text was updated successfully, but these errors were encountered: