An open API service indexing awesome lists of open source software.

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

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!