https://github.com/aleksandarbuk/password-checker
A Python-based password checker that verifies the security of user passwords by checking them against a secure API. Implements hashing techniques and K-anonymity principles to protect user privacy. Provides clear feedback on password strength based on API response.
https://github.com/aleksandarbuk/password-checker
Last synced: 2 months ago
JSON representation
A Python-based password checker that verifies the security of user passwords by checking them against a secure API. Implements hashing techniques and K-anonymity principles to protect user privacy. Provides clear feedback on password strength based on API response.
- Host: GitHub
- URL: https://github.com/aleksandarbuk/password-checker
- Owner: AleksandarBuk
- Created: 2023-06-09T19:48:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T09:29:54.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:29:30.773Z (4 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Checker
The Password-Checker is a Python-based web application that allows users to check the strength and security of their passwords. It integrates with a secure API to validate passwords and ensures privacy protection. The application utilizes hashing and privacy techniques to securely validate passwords without exposing them. It provides immediate feedback on the password's strength and checks if it has been compromised in previous data breaches, helping users make informed decisions about their password choices and enhancing their overall online security.