It contains Various modules:
Project description
Bakar-Module
Description
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.
Installation
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_password
Example usage:
email = "example@email.com"
check_email_secure(email)
Check Password Security
Example usage:
password = "Password123@"
check_password(password)
Contributors Abubakar Hafeez: (https://github.com/AbubakarS989) License This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bakar_module-1.tar.gz
(1.6 kB
view details)
File details
Details for the file bakar_module-1.tar.gz.
File metadata
- Download URL: bakar_module-1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
485d97ac1a98534bc02611353cddeb84d4aa47272d5540c1a3c55b776ae504db
|
|
| MD5 |
0817649af0986828ef37c7fd4ee49253
|
|
| BLAKE2b-256 |
779294c461b92ee427ce7169c06e7198c4db27aa671cb2237aa78076c46dee7f
|