Skip to content

SankalpGhasti-dev/Password-Analyzer-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Analyzer 🔐

A robust password strength analyzer tool that evaluates password security and provides detailed feedback on password quality.

Features

  • Password Strength Analysis: Evaluates passwords based on multiple security criteria
  • Real-time Feedback: Provides instant feedback on password strength
  • Security Recommendations: Offers suggestions to improve password quality
  • Multiple Criteria Evaluation: Checks for:
    • Length requirements
    • Character variety (uppercase, lowercase, numbers, special characters)
    • Common password patterns
    • Dictionary words
    • Sequential characters

Installation

# Clone the repository
git clone https://github.com/SankalpGhasti-dev/Password-Analyzer-.git

# Navigate to the project directory
cd Password-Analyzer-

# Install dependencies (if any)
# Add installation commands here

Usage

# Run the password analyzer
# Add usage commands here

Password Strength Criteria

The analyzer evaluates passwords based on:

  1. Length: Minimum 8 characters recommended, 12+ for strong passwords
  2. Complexity: Mix of uppercase, lowercase, numbers, and special characters
  3. Uniqueness: Avoids common passwords and patterns
  4. Entropy: Measures randomness and unpredictability

Example

Password: MyP@ssw0rd123
Strength: Strong
Score: 85/100

Recommendations:
✓ Good length (13 characters)
✓ Contains uppercase letters
✓ Contains lowercase letters
✓ Contains numbers
✓ Contains special characters

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is open source and available under the MIT License.

Author

Sankalp Ghasti

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages