You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python tool to check password security. It evaluates password strength using zxcvbn, checks for breaches via the Pwned Passwords API, and provides improvement suggestions. It also generates strong passwords. Install dependencies with pip install zxcvbn requests.