https://github.com/whereishussain/password-strength-meter
Password Strength Meter using Python and Streamlit
https://github.com/whereishussain/password-strength-meter
password password-generator python streamlit
Last synced: about 1 month ago
JSON representation
Password Strength Meter using Python and Streamlit
- Host: GitHub
- URL: https://github.com/whereishussain/password-strength-meter
- Owner: WhereisHussain
- Created: 2025-04-26T15:40:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T01:28:10.000Z (about 1 year ago)
- Last Synced: 2025-06-01T16:29:17.387Z (about 1 year ago)
- Topics: password, password-generator, python, streamlit
- Language: Python
- Homepage: https://password-strength-meter-by-mh.streamlit.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PASSWORD STRENGTH METER
🔐 Password Strength Meter is a simple Streamlit app that analyzes and scores the strength of a user's password based on key security rules.
# Features:
- Checks password length, character diversity, and complexity.
- Provides real-time feedback and improvement tips.
- Detects and warns against common (blacklisted) passwords.
- Generates strong password suggestions.
- Clean and animated user-friendly interface.
- Blacklisted Passwords: ["password", "123456", "123456789", "12345678", "12345", "1234567", "qwerty", "abc123", "password1", "111111", "123123", "admin", "welcome", "1234", "qwertyuiop"]
- You can try by replacing this values.
# Author
Created by Muhammad Hussain
LinkedIn: www.linkedin.com/in/where-is-hussain
Feel free to fork, improve, and share!