{"id":22547315,"url":"https://github.com/shaadclt/password-strength-checker-randomforestclassifier","last_synced_at":"2025-10-10T04:04:14.013Z","repository":{"id":149621655,"uuid":"544125993","full_name":"shaadclt/Password-Strength-Checker-RandomForestClassifier","owner":"shaadclt","description":"This project is a password strength checker that utilizes a Random Forest Classifier to determine the strength of a given password. The Random Forest Classifier is trained on a dataset of passwords labeled with their corresponding strength levels.","archived":false,"fork":false,"pushed_at":"2023-07-08T06:42:26.000Z","size":5278,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T09:11:20.586Z","etag":null,"topics":["random-forest-classifier","tfidf-vectorizer"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/shaadclt.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":"2022-10-01T18:03:13.000Z","updated_at":"2024-10-10T05:01:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"db1ca573-269f-4bb8-bde5-bfb7e91381fe","html_url":"https://github.com/shaadclt/Password-Strength-Checker-RandomForestClassifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaadclt/Password-Strength-Checker-RandomForestClassifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FPassword-Strength-Checker-RandomForestClassifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FPassword-Strength-Checker-RandomForestClassifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FPassword-Strength-Checker-RandomForestClassifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FPassword-Strength-Checker-RandomForestClassifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaadclt","download_url":"https://codeload.github.com/shaadclt/Password-Strength-Checker-RandomForestClassifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FPassword-Strength-Checker-RandomForestClassifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002680,"owners_count":26083440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["random-forest-classifier","tfidf-vectorizer"],"created_at":"2024-12-07T15:11:24.124Z","updated_at":"2025-10-10T04:04:13.979Z","avatar_url":"https://github.com/shaadclt.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Strength Checker using Random Forest Classifier\n\nThis project is a password strength checker that utilizes a Random Forest Classifier to determine the strength of a given password. The Random Forest Classifier is trained on a dataset of passwords labeled with their corresponding strength levels.\n\n## Prerequisites\n\nBefore running the code, make sure you have the following dependencies installed:\n\n- Python (3.x)\n- Jupyter Notebook\n- NumPy\n- Pandas\n- scikit-learn\n\n## Getting Started\n\nTo get started, follow the steps below:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/shaadclt/Password-Strength-Checker-RandomForestClassifier.git\n```\n\n2. Change into the project directory:\n\n```bash\ncd Password-Strength-Checker-RandomForestClassifier\n```\n\n3. Install the required dependencies:\n\n4. Run Jupyter Notebook:\n\n```bash\njupyter notebook\n```\n\n5. Open the `Password Strength Checker.ipynb` notebook in Jupyter.\n\n6. Run the notebook cells to train the Random Forest Classifier and evaluate its performance.\n\n## Dataset\n\nThe dataset used for training the classifier should be in CSV format with two columns: 'password' and 'strength'. The 'password' column contains the password strings, and the 'strength' column contains their corresponding strength levels (e.g., weak, medium, strong).\n\nEnsure that your dataset is appropriately formatted and replace the `passwords.csv` file in the project directory with your own dataset.\n\n## Model Training and Evaluation\n\nThe notebook guides you through the process of loading the dataset, preparing the data, training the Random Forest Classifier, and evaluating its performance. The classifier uses features such as password length, presence of digits, uppercase letters, and special characters to determine the password strength.\n\nAfter running the notebook cells, you will see the accuracy of the classifier on the test set and a classification report that provides detailed performance metrics for each strength level.\n\n## Customization\n\nFeel free to modify the code to suit your specific requirements. You can experiment with different features, tweak the Random Forest Classifier parameters, or even try different machine learning algorithms for password strength classification.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more information.\n\n## Acknowledgments\n\n- This project is inspired by the need to assess the strength of passwords in an automated and efficient manner.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaadclt%2Fpassword-strength-checker-randomforestclassifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaadclt%2Fpassword-strength-checker-randomforestclassifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaadclt%2Fpassword-strength-checker-randomforestclassifier/lists"}