A cybersecurity tool combining password strength checking and sandbox simulation.
- Scores passwords (length, complexity).
- Simulates brute-force with a progress bar.
- PDF reports with tips.
- GUI with splash screen.
- Setup:
python3 -m venv venv; source venv/bin/activate; pip3 install reportlab - Run:
python3 gui.py - Enter a password, click "Check Strength," then "Generate Report."
gui.py: Main app.sandbox.py: Sandbox logic.
Nirpesh, March 2025
