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

⭐ [Feature] Password Strength Indicator #66

Closed
bj-jiwrajka opened this issue Oct 15, 2023 · 3 comments · Fixed by #67
Closed

⭐ [Feature] Password Strength Indicator #66

bj-jiwrajka opened this issue Oct 15, 2023 · 3 comments · Fixed by #67
Assignees

Comments

@bj-jiwrajka
Copy link
Contributor

bj-jiwrajka commented Oct 15, 2023

Description of Feature

Feature Overview:
I propose adding a password strength indicator feature to our React project. This feature will help users create stronger and more secure passwords by providing real-time feedback on the strength of the passwords they generate.

Use Case:
The password strength indicator will be especially useful when users are creating or changing their passwords for various online accounts, ensuring that they meet security requirements and best practices.

User Impact:
Implementing this feature will have a direct impact on the security of our users. It will empower them to make informed decisions when creating passwords, resulting in a safer online experience.

Proposed Solution

Functional Description:
The password strength indicator will assess several criteria to determine the strength of a password. It should include checks for:

Password length (minimum 8 characters).
Character diversity (uppercase, lowercase, numbers, and special characters).
The absence of common patterns and easily guessable phrases.

Technical Details:
Regular expressions and weighting criteria can be used to evaluate password strength. For instance, we can assign points for each criterion and display a cumulative score. The indicator should update as the user types.

No response

@welcome
Copy link

welcome bot commented Oct 15, 2023

🔍 New Issue Opened 🔍

Thanks for opening an issue! Be sure to star ⭐ the repo ! 💖

This project is a great starting point for open-source contributors.

Please provide details about the issue, and we'll look into it. Be sure to include context, steps to reproduce, and project version (if relevant). Feel free to add screenshots or code examples.

We'll prioritize and keep you updated. Your input is valuable as a new open-source contributor.

Appreciate your involvement!

Best,
RobustKey Team
Happy Coding 💻

@bj-jiwrajka
Copy link
Contributor Author

@amanrajrana please assign this to me

@amanrajrana
Copy link
Owner

@bj-jiwrajka Assigned to you

Happy Hacking :)

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 a pull request may close this issue.

2 participants