The goal of this project is to create a Python-based tool that evaluates the strength of a user's password based on various complexity criteria. This tool will provide instant feedback to the user regarding the robustness of their password, suggesting improvements to enhance security.
Git Hub Link : https://github.com/V-Code-S/BYTEUPRISE_Internship-CyberSecurity_01
A Password Complexity Checker assesses the strength of a password by evaluating it against several criteria. These criteria typically include:
Special Characters: The password should contain at least one special character (e.g., @, #, $, etc.).
Checking each of the above criteria. Providing feedback to the user about which criteria are met and which are not.
A graphical interface to input the password and display feedback.


0 Comments