Skip to content

varunchowdaryms/DataMining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Password Security Analysis using Data Mining

Project Overview

This project aims to analyze and assess password security using data mining techniques. With a focus on identifying weak passwords, the analysis leverages machine learning models to classify passwords based on complexity and other attributes.

Features

  • Utilization of public datasets like RockYou, Have I Been Pwned, and SecLists.
  • Implementation of a Random Forest classifier to predict password strengths.
  • In-depth analysis of password characteristics such as length, diversity, and common patterns.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

python3

Installing

A step-by-step series of examples that tell you how to get a development env running:

  1. Clone the repository

git clone https://github.com/varunchowdaryms/password-security-analysis.git

  1. Navigate to the project directory

cd DataMining

Usage

To run the password analysis, execute:

python PasswordAnalysis.py path/to/rockyou.txt

About

Repository to store DataMining Project Materials

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages