Password strength checker using JavaScript

Sudhanwa Pande May 05, 2023

This web application allows us to check the strength of the password using JavaScript

It is a simple application to check password strength using JavaScript, HTML, and CSS. If the password consists only of characters then it will show as a weak password, if the password consists of characters and numbers then it will show as a medium password, if the password consists of characters, numbers, and also special characters(*,&,%,$, etc) then it will show as a strong password. This application is very useful to any webpage where users need to sign up with their username and password.

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment