Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 647 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 647 Bytes

PRODIGY_CS_03

Password Strength Assessor This tool evaluates the strength of a password based on several criteria such as length, presence of uppercase and lowercase letters, numbers, and special characters. It provides users with feedback on how strong their password is and suggests improvements for creating more secure passwords.

Features: Checks for minimum password length Validates the inclusion of both uppercase and lowercase letters Ensures the presence of numeric digits Verifies the use of special characters Provides a rating for password strength (e.g., weak, moderate, strong) Offers suggestions for improving weak passwords