Skip to content

Avil-XD/secureguard-password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureGuard Password Checker 🛡️

A modern, real-time password security analyzer that checks password strength and detects data breaches while maintaining complete privacy. Built with pure JavaScript, this tool provides instant feedback on password security without sending sensitive data over the network.

How to run?

Click on the link to use SecureGuard Password Checker 👉SecureGuard Password Checker

🚀 Features

  • 🔒 Real-time password strength analysis using zxcvbn
  • 🚨 Data breach detection via Have I Been Pwned API
  • 🔐 100% client-side processing (passwords never leave your device)
  • 🎨 Modern dark mode UI with sleek animations
  • 📱 Fully responsive design
  • ♿ Accessibility-first approach
  • ⚡ Zero dependencies (except for zxcvbn)

🛠️ Technical Features

  • Advanced Password Analysis: Powered by Dropbox's zxcvbn for realistic strength assessment
  • Secure Breach Detection: Uses k-Anonymity model with HIBP's API
  • Modern UI/UX: Sleek dark theme with intuitive feedback
  • Real-time Feedback: Instant strength assessment and breach checking
  • Privacy-First: All computations happen locally

🔧 Development

  • No build process required! The project uses vanilla JavaScript and CSS, making it easy to modify and extend.

🤝 Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

📜 License

MIT License - see LICENSE file for details

🙏 Credits

🔗 Repository Stats

GitHub Stars GitHub Forks GitHub Issues GitHub License


Made with ❤️ by Avil