PassChecker

A web tool to check the strength of user-entered passwords

Password Strength Checker

The Password Strength Checker is a JavaScript tool that allows users to check the strength of their passwords.


Features

Checks password strength based on the following conditions:

At least 1 lowercase letter

At least 1 uppercase letter

At least 1 digit

At least 1 special character

At least 8 characters long

At least 12 characters long

Highlights the password strength conditions that are met

Updates a progress bar to show the strength of the password

Customization

You can customize the Password Strength Checker by modifying the CSS classes used in the HTML and JavaScript files. The following classes are used:


.form-control - the class used for the password input field

#password-strength - the ID used for the progress bar container

.progress-bar - the class used for the progress bar element

.bg-danger - the class used for the progress bar when the password is weak

.bg-warning - the class used for the progress bar when the password is medium

.bg-success - the class used for the progress bar when the password is strong

#password-conditions - the ID used for the password conditions container

.password-condition - the class used for each password condition element

.met - the class added to password condition elements that are met

You can also modify the password strength conditions and their corresponding weights in the calculatePasswordStrength function in the JavaScript file.


#Contributors


1.RASHA FATHIMA P.U


2.YAMUNA JAYAKUMAR


3.MARY SELIN P.J


4.RAMYA R

Rasha Fathima
Yamuna jayakumar
Mary selin P.J
Ramya R

Project created by Rasha Fathima

2 March 2024