https://github.com/abhi0930/prodigy_cs_03
Password Complexity Checker
https://github.com/abhi0930/prodigy_cs_03
cybersecurity-tools python-script
Last synced: 8 months ago
JSON representation
Password Complexity Checker
- Host: GitHub
- URL: https://github.com/abhi0930/prodigy_cs_03
- Owner: abhi0930
- Created: 2025-01-14T10:01:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T10:03:34.000Z (over 1 year ago)
- Last Synced: 2025-01-25T15:16:09.746Z (over 1 year ago)
- Topics: cybersecurity-tools, python-script
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Certainly! Here's a simple Python script that assesses the strength of a password based on criteria such as length, presence of uppercase and lowercase letters, numbers, and special characters. Provide feedback to users on the password's strength.