Skip to content

Conversation

@iHaz32
Copy link
Contributor

@iHaz32 iHaz32 commented Oct 18, 2024

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:

  • Add the source code of script.
  • Adjust README.md file.

Checks

in the repository

  • Made no changes that degrades the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's wellfare)
  • Tested the changes you made

Thank You,

Charalampos Deligiannakis

@hasan-py hasan-py merged commit 477f102 into wasmerio:master Oct 21, 2024
@iHaz32 iHaz32 deleted the password-strength-checker branch October 21, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Password Strength Checker using ML

2 participants