hackquest logo

password checker

This is a simple Python-based password checker that helps users evaluate the strength of their passwords and checks whether the password has been exposed in known data breaches using the HaveIBeenPwne

视频

描述

Description:
Our Password Checker is a Python-based web app built with Streamlit that helps users instantly assess their password security. It checks password strength based on length and complexity, and also verifies whether the password has appeared in any data breaches using the HaveIBeenPwned API. This tool empowers users to make safer password choices and raises awareness about cybersecurity risks.

Key Features:

  • Password strength analysis (length, numbers, special characters, etc.)

  • Breach check against real-world data

  • Simple, fast, and user-friendly Streamlit interface

Tech Stack:

  • Python

  • Streamlit

  • Requests (API handling)

  • HaveIBeenPwned API

Why It Matters:
Weak or breached passwords are one of the most common causes of account compromises. This project encourages better password practices in a fun and interactive way.

技术栈

Python
streamlit
HaveIBeenPwned