Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 452 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 452 Bytes

Prodigy summer internship Task #3 That pertains to using Python to verify the strength of a password that was input.

In this task i have used regular expressions (from the re library) to assess the strength of a user-provided password. It checks for criteria such as length, presence of uppercase and lowercase letters, digits, and special characters. The code provides feedback to the user, indicating whether the password meets all criteria or not.