{"id":25761101,"url":"https://github.com/cluena/password-strength-checker","last_synced_at":"2026-06-10T18:31:48.503Z","repository":{"id":277825466,"uuid":"933618055","full_name":"clueNA/Password-Strength-Checker","owner":"clueNA","description":" Real-time password strength analyzer built with Python and Streamlit","archived":false,"fork":false,"pushed_at":"2025-02-16T11:53:13.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T18:46:24.367Z","etag":null,"topics":["python","streamlit"],"latest_commit_sha":null,"homepage":"https://passcheq.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clueNA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-16T11:23:31.000Z","updated_at":"2025-02-18T09:53:01.000Z","dependencies_parsed_at":"2025-02-16T12:32:45.128Z","dependency_job_id":null,"html_url":"https://github.com/clueNA/Password-Strength-Checker","commit_stats":null,"previous_names":["cluena/password-strength-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clueNA/Password-Strength-Checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Strength-Checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Strength-Checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Strength-Checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Strength-Checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clueNA","download_url":"https://codeload.github.com/clueNA/Password-Strength-Checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Strength-Checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34165482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","streamlit"],"created_at":"2025-02-26T18:28:47.989Z","updated_at":"2026-06-10T18:31:48.483Z","avatar_url":"https://github.com/clueNA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Password-Strength-Checker](https://socialify.git.ci/clueNA/Password-Strength-Checker/image?font=Raleway\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Transparent\u0026stargazers=1\u0026theme=Dark)\n\n# 🔒 Password Strength Checker\n\nA real-time password strength analyzer built with Python and Streamlit. This tool provides instant feedback on password security with advanced pattern detection and animated visual feedback.\n\n## 🌐 Live Demo\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://passcheq.streamlit.app/)\n\n## ✨ Features\n\n- **Real-time Strength Analysis**: Instant feedback as you type\n- **Advanced Password Checks**:\n  - Common password detection\n  - Keyboard pattern recognition\n  - Repeated character detection\n  - Sequential pattern detection\n- **Visual Feedback**:\n  - Animated strength indicator\n  - Dynamic progress bar\n  - Color-coded feedback\n  - Detailed security recommendations\n\n## 🎯 Password Criteria\n\nThe tool evaluates passwords based on:\n- Minimum length (8 characters)\n- Presence of uppercase letters\n- Presence of lowercase letters\n- Numbers\n- Special characters\n- Additional complexity factors\n\n## 🏆 Scoring System\n\nPasswords are scored on a scale of 0-12 points:\n- **Weak** (0-4 points): High risk\n- **Moderate** (5-8 points): Basic security\n- **Strong** (9-10 points): Good security\n- **Very Strong** (11-12 points): Excellent security\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Python 3.7+\n- Streamlit\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/clueNA/Password-Strength-Checker\ncd password-strength-checker\n```\n\n2. Install required packages:\n```bash\npip install streamlit\n```\n\n3. Run the application:\n```bash\nstreamlit run main.py\n```\n\n## 💻 Usage\n\n1. Visit the application URL or run locally\n2. Enter your password in the input field\n3. Receive instant feedback on your password's strength\n4. Follow the recommendations to improve security\n\n## 📊 Security Scoring Details\n\nPoints are awarded as follows:\n- +2 points: Meeting minimum length\n- +2 points: Containing uppercase letters\n- +2 points: Containing lowercase letters\n- +2 points: Containing numbers\n- +2 points: Containing special characters\n- +2 points: Extra length bonus\n\nPoints are deducted for:\n- -3 points: Common password detection\n- -2 points: Keyboard patterns\n- -2 points: Repeated characters\n- -2 points: Sequential characters\n\n## 🛡️ Security Tips\n\n- Use a mix of different character types\n- Avoid common words or phrases\n- Avoid keyboard patterns (e.g., \"qwerty\")\n- Avoid sequential characters (e.g., \"abc123\")\n- Create unique passwords for each account\n- Consider using a password manager\n\n\n## ⭐ Acknowledgments\n\n- Built with [Streamlit](https://streamlit.io/)\n- Password security best practices from [NIST](https://www.nist.gov/)\n- Common password list from security research\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluena%2Fpassword-strength-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcluena%2Fpassword-strength-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluena%2Fpassword-strength-checker/lists"}