Prodigy InfoTech Cyber-Security Internship Task#3
-
Updated
Aug 11, 2024 - Python
Prodigy InfoTech Cyber-Security Internship Task#3
The password complexity checker categorizes passwords as "strong," "medium," or "weak" based on criteria like length, use of uppercase and lowercase letters, digits, and special characters. A password is "strong" if it meets all criteria, "medium" if it lacks special characters, and "weak" if it falls short in other areas.
A Python-based tool to assess the strength of passwords using key security criteria and provide actionable feedback to enhance password strength.
Add a description, image, and links to the password-complexity-checker topic page so that developers can more easily learn about it.
To associate your repository with the password-complexity-checker topic, visit your repo's landing page and select "manage topics."