Skip to content

Aryan-Shastri/PRODIGY_CS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages