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.
Submitted by Sudhanwa Pande (Sudhanwa)
Download packets of source code on Coders Packet
Comments