DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
558 stars 262 forks source link

Add Password Strength Checker script with ML and NN #349

Closed iHaz32 closed 1 month ago

iHaz32 commented 1 month ago

PR Title

Add Password Strength Checker script with ML and NN

Summary

A password strength checker that utilizes machine learning to classify the strength of passwords. This project provides a simple interface for users to input their passwords and receive feedback on their strength based on various criteria. This is done with a custom created model using Machine Learning and Neural Networks.

Resolves #346

The changes are as follows:

Checks

in the repository

in the PR

Thank You,

Charalampos Deligiannakis