Skip to content

An app that evaluates the strength of a user's password and provides suggestions for making it stronger

Notifications You must be signed in to change notification settings

ahmadrafidev/password-strength-checker

Repository files navigation

Password Strength Checker

An application that evaluates the strength of a user's password and provides suggestions for making it stronger. It helps users create secure passwords by giving real-time feedback based on commonly accepted best practices.

Table of Contents

Features

  • Real-Time Evaluation: Analyze password strength as the user types.
  • Visual Feedback: Display a strength meter that changes color and label (e.g., Weak, Medium, Strong) based on password strength.
  • Detailed Suggestions: Provide actionable tips to improve password security (e.g., use a mix of upper and lower case letters, numbers, and symbols).
  • User-Friendly Interface: Simple and intuitive design that guides users toward creating a strong password.

Options

  • Password Length: Check if the password meets the minimum required length (commonly 8 characters).
  • Character Variety:
    • Lowercase Letters: Include lowercase letters (a-z).
    • Uppercase Letters: Include uppercase letters (A-Z).
    • Numbers: Include numeric characters (0-9).
    • Symbols: Include special characters (!@#$%^&* etc.).

Built With

  • React - A JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.

About

An app that evaluates the strength of a user's password and provides suggestions for making it stronger

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published