Simple bash script to check for Pwned Passwords while keeping the password local
-
Updated
Feb 26, 2018 - Shell
Simple bash script to check for Pwned Passwords while keeping the password local
A password strength validator that shows how secure is the typed password - no data is collected 💪
This is a secure password checker written in Python that uses data harvested from haveibeenpwned API to verify whether the password you are using has already been leaked.
PasswordChecker is an Angular application designed to assess the strength of passwords. (TypeScript, Angular)
Ensure your passwords are up to the mark with Password Compliance Checker! This Python-based GUI application scrutinizes your passwords for complexity, including length, digit inclusion, special characters, and avoidance of common patterns, providing you with instant feedback to enhance your security.
pwCheck is a utility package that gives password strength and verifies passphrase has not been compromised in a previous breach using the https://haveibeenpwned.com API.
The most secure password checker project
A python file which checks your password if it has been breached or safe to use securely without trusting website's https connection and also send only 5 hexadecimal characters of hash to server to make sure server is not compromised and get checks done on your own personal computer without trusting any other device.
Password Rodeo is a small Java library used to create and validate passwords.
Essentially, this program takes an inputted password from the user and outputs whether or not it is a good password based on the requirements specified in README.md.
First Password Manager
This Python tool is designed to help users assess the strength of their passwords by incorporating the most up-to-date guidelines for password security. It utilizes a combination of techniques including searching for common passwords and analyzing password characteristics such as length, character types (alphanumeric, uppercase), and more.
A simple Password Complexity Checker tool that assesses the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. Provides feedback on whether a password is strong, moderate, or weak.
Overview of my first Python projects
A simple password generator and strength checker command-line application.
frontendmentor.io challenge password generator
Quickly and securely check if your password is safe
hackathon project of women in tech: cybersecurity and python, a website using streamlit
Add a description, image, and links to the password-checker topic page so that developers can more easily learn about it.
To associate your repository with the password-checker topic, visit your repo's landing page and select "manage topics."