Question
Hi Everyone I need help in this program. Please write the comments with it too. Please help I have posted this before but received no
Hi Everyone I need help in this program. Please write the comments with it too. Please help I have posted this before but received no help. This program needs to write in HTML language.
Create a web form that will accept a string as a password and determine the strength of that password. The strength of a password is determined by the characters making up the password. These characters are divided into three categories:
The uppercase characters, which are A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z The lowercase characters, which are a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z The special characters which are ~!@#$%^&*()_?+>< The strength of the password can be:
INVALID: if the string is less than 8 characters long or has invalid characters
POOR: if the string contains only one set of the above characters in it
MEDIUM: if the string contains only two sets of the above characters in it
GOOD: if the string contains all three sets of the above characters. where the Strength Message should display INVALID, POOR, MEDIUM or GOOD. For INVALID, POOR or MEDIUM strengths give the reason(s) why. The Reason Message can be:
Password is less than 8 characters,
Password does not contain uppercase characters
Password does not contain lowercase characters Password does not contain special characters
Password does not contain uppercase or lowercase characters
Password does not contain uppercase or special characters
Password does not contain lowercase or special characters
Password contains uppercase, lowercase, and special characters
Password contains invalid characters
Please write this program in HTML please I really need help. Thank you so much
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started