Skip to content

Conversation

@sahilsharma17
Copy link

Pull Request

Description

This pull request adds a simple Python program to check the strength of a given password. The program evaluates the password based on its length, presence of uppercase and lowercase letters, digits, and special characters. It provides a strength rating (Weak, Moderate, Strong) and suggests improvements for weak passwords.


Changes Made

  • Added password_strength_checker.py file.
  • Implemented a function check_password_strength() to evaluate password criteria.
  • Added a main() function to interact with the user via terminal input.
  • Included suggestions for improving weak passwords.
  • Added comments for clarity on each step of the code.

Related Issues

  • No existing issues related.

Checklist

  • I have tested these changes locally.
  • I have added appropriate comments in the code, particularly in complex sections.
  • I have updated the documentation if needed.
  • My code follows the project's coding style guidelines.
  • I have added/modified tests to cover the changes.

A simple program to check the strength of the given password
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