Skip to content

This is a Python-based command-line tool that evaluates the strength of a password and checks if it has been compromised in known data breaches using the [Have I Been Pwned ] API

Notifications You must be signed in to change notification settings

ne4tron/password-strength-cli

Repository files navigation

Password Strength Checker (Linux CLI Tool)

This is a Python-based command-line tool that evaluates the strength of a password and checks if it has been compromised in known data breaches using the Have I Been Pwned API.


Features

  • Password Strength Scoring — Based on length, complexity, and common password patterns.
  • Breach Check — Uses the Have I Been Pwned k-anonymity API to check if your password has been leaked.
  • Lightweight CLI Tool — Runs directly from the terminal on Linux.
  • Global Installation (Optional) — Easily run as a global command (e.g. password-strength) on your Linux machine.

Installation

Clone the repository

git clone https://github.com/ne4tron/password-strength-cli.git
cd password-strength-cli

About

This is a Python-based command-line tool that evaluates the strength of a password and checks if it has been compromised in known data breaches using the [Have I Been Pwned ] API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages