Back to Home

Password Strength Checker

Password SecurityPasswordSecurityAnalysis

A comprehensive password strength analyzer that checks for common vulnerabilities, estimates crack time, and provides improvement suggestions.

How to Use

Basic usage example
$python password_checker.py --password YourPassword

Command Options:

  • --help - Display help information

Getting Started

  1. Clone the repository
    $git clone https://github.com/GZ30eee/cybersecurity-tools.git
  2. Navigate to the project directory
    $cd cybersecurity-tools
  3. Install dependencies
    $pip install colorama
  4. Run the tool
    $python password_checker.py --password YourPassword