This project consists of two modules:
-
Check Email Security: A module to validate email addresses for security.
-
Check Password Security: A module to validate passwords for security.
To use these modules, simply download the security_checks.py file and import the functions into your Python project.
from security_checks import check_email_secure, check_passwordemail = "example@email.com"
check_email_secure(email)Check Password Security
password = "Password123@"
check_password(password)Contributors Abubakar Hafeez: (https://github.com/AbubakarS989) License This project is licensed under the MIT License.