Skip to content

AyushAhire/Pass-Strength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Checker

Password Checker

A simple and efficient password strength checker written in C++. This tool allows you to evaluate the strength of your passwords, helping you ensure they meet the necessary security requirements.

Features

  • Determine the strength of your passwords
  • Get instant feedback on password complexity
  • Easy-to-use command-line interface

Installation

Follow these steps to install and use the password strength checker:

  1. Clone the repository to your local machine.
git clone https://github.com/your-username/password-checker.git
  1. Navigate to the project directory.
cd Pass-Strength
  1. Compile the source code.
g++ Pass-Strength.cpp
  1. Run the password strength checker.
./a.exe

Usage

  1. After running the password strength checker, you will be prompted to enter your password.

  2. Type your password and press Enter.

  3. The tool will analyze your password and provide a strength score along with feedback on its complexity.

  4. Use the provided feedback to adjust your password and improve its strength if needed.

Contributing

We welcome contributions to enhance the password strength checker. If you find any issues or want to add new features, feel free to create a pull request.

License

This project is licensed under the MIT License. Feel free to use and modify it according to your needs.

About

Password Strength Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages