Skip to content

Add password strength checker program in Python - #329

Open
pradnyabhondivale wants to merge 1 commit into
Abipravi1:masterfrom
pradnyabhondivale:add-password-strength-checker
Open

Add password strength checker program in Python#329
pradnyabhondivale wants to merge 1 commit into
Abipravi1:masterfrom
pradnyabhondivale:add-password-strength-checker

Conversation

@pradnyabhondivale

Copy link
Copy Markdown

Description

Added a Password Strength Checker utility in Python.

Features

  • Checks minimum password length
  • Validates uppercase letters
  • Validates lowercase letters
  • Checks numeric digits
  • Checks special characters
  • Provides password strength feedback

This program helps users evaluate and improve password security.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant