asmitaporwal / Password_Strength_Checker

Home Page:https://asmitaporwal.github.io/Password_Strength_Checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Strength Checker


About

The Password Strength Checker is a simple web application that allows users to check the strength of their passwords based on specific criteria. The app evaluates the password strength and provides feedback to the user, categorizing it as ${\color{red}Weak}$, ${\color{orange}Medium}$ or ${\color{green}Strong}$.

Features

  • Check the strength of your password based on specific criteria.
  • Passwords with at least 10 characters, including at least one capital letter, one lowercase letter, and one digit are considered "Strong."
  • Passwords with less than 2 characters are categorized as "Weak."
  • Passwords with more than 2 and less than 4 characters are considered "Medium."

Technologies Used

  • HTML
  • CSS
  • JavaScript

Preview

Demo

Demo Link

How to Use

  1. Clone the repository: git clone https://github.com/asmitaporwal/Password_Strength_Checker.git
  2. Open the index.html file in your web browser.

Usage

  1. Type your password into the input field provided.
  2. As you type, the app will evaluate the password strength based on the criteria mentioned above.
  3. The app will display a message indicating whether your password is "Weak," "Medium," or "Strong."

Contributing

If you want to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Create a pull request.

Show some ❤️ by ⭐ this repository

About

https://asmitaporwal.github.io/Password_Strength_Checker/

License:MIT License


Languages

Language:CSS 58.1%Language:JavaScript 29.6%Language:HTML 12.3%