under review
C++
due 2026-09-20Password Strength Checker
Posted by TeamHourglass · 1 claims · 1 submissions
Create a program that checks how strong a user's password is based on different security rules. The program should take a password as input and return a strength rating along with suggestions for improvement. Requirements: Ask the user to enter a password Check if the password contains: At least 8 characters Uppercase letters Lowercase letters Numbers Special characters Give a score from 0–5 based on the requirements met Display a rating (Weak, Medium, Strong) Provide suggestions if requirements are missing