Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

password-tools

A Python tool that analyzes password strength and generates targeted wordlists based on user input.

Features

  • Password strength checker — analyzes length, uppercase, lowercase, numbers, special characters
  • Wordlist generator — generates variations of a word/name + year combination and saves to wordlist.txt

Usage

python passlength.py

How it works

  1. Enter a password to check its strength
  2. Get a score out of 5 and a rating (Weak / Medium / Strong)
  3. Choose to generate a wordlist based on a keyword and year

Disclaimer

Built for educational purposes in cybersecurity. Not intended for malicious use — the author is not responsible for any misuse of this code.

Releases

Packages

Contributors

Languages