Coder Social home page Coder Social logo

rajlm10 / passwordstrengthanalysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apratimshukla6/exopassword

1.0 2.0 0.0 11.48 MB

ExoPassword is a Password Strength Analyzing tool which utilizes different Machine Learning models to predict the strength of your passwords.

Home Page: https://exo.owaspvit.com/

License: GNU General Public License v3.0

Python 0.85% JavaScript 21.02% HTML 4.98% CSS 18.77% Jupyter Notebook 54.38%
machine-learning deep-learning flask cybersecurity password-strength

passwordstrengthanalysis's Introduction

ExoPassword - Password Strength Analysis

ExoPassword.

Analyze the strength of your passwords in one click!

To ensure correctness of our results, we output the strength of the password using four different Machine Learning models.

The models used are:

  • Logistic Regression
  • Naive Bayes
  • Decision Tree
  • Multi Layer Perceptron Network

The web application is live on http://exo.owaspvit.com/

Installation

  • Clone the project into your PC:
git clone https://github.com/mayanktolani19/PasswordStrengthAnalysis.git
  • Install requirements.txt;
pip install -r requirements.txt

Note: Create a virtual environment if you wish to:

virtualenv venv
  • Run the project:
python app.py

Note: If the joblib files fail to load it might be because of version mismatch. In that case, try training the models and overwrite the joblib files.

python DecisionTree.py
python LogisticRegression.py
python NaiveBayes.py
python NeuralNetwork.py

passwordstrengthanalysis's People

Contributors

mayanktolani19 avatar rajlm10 avatar apratimshukla6 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.