A Python tool that analyzes password strength and generates targeted wordlists based on user input.
- 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
python passlength.py- Enter a password to check its strength
- Get a score out of 5 and a rating (Weak / Medium / Strong)
- Choose to generate a wordlist based on a keyword and year
Built for educational purposes in cybersecurity. Not intended for malicious use — the author is not responsible for any misuse of this code.