Skip to content

AnandJogawade/Password-Strength-Analysis-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Password Strength Analysis Tool

Overview

A Python tool that checks the strength of a given password by analyzing length, complexity, and comparing it against a database of common passwords. It provides feedback to help users create stronger passwords.

Features

  • Checks for common password patterns and weaknesses.
  • Provides feedback on how to improve password strength.
  • Scans against a list of common passwords to avoid easily guessable passwords.

Installation

Clone this repository and navigate to the project directory:

git clone https://github.com/Anand7758/Password-Strength-Analysis-Tool.git
cd Password-Strength-Analysis-Tool
chmod +777 password_analyzer.py
pip install colorama
python3 password_analyzer.py