A simple web application that evaluates the strength of your password in real-time and provides actionable feedback to help you create stronger, more secure passwords.
- Real-time password strength evaluation
- Feedback on password length, character diversity, and common vulnerabilities
- Highlights use of dictionary words, common patterns, and sequences
- Clean, modern user interface
- Easy to use and understand
- Enter a password in the input field
- The app analyzes your password based on length, character types, and common patterns
- Strength is displayed with color and text, along with specific feedback
- Clone the repository:
git clone https://github.com/theblackhatcomes/PassCheck.git cd PassCheck - Open the app:
- Open
index.htmlin your web browser
- Open
index.html- Main UIstyle.css- StylingstrengthChecker.js- Password strength logicREADME.md- Project documentation
This checker runs entirely in your browser and does not send your password anywhere. For real-world applications, always use secure server-side password handling (hashing, salting, etc.).
MIT