Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 744 Bytes

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