Skip to content

Shubham-Bhavar/Password_Strength_Checker_Project_In_C_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Password_Strength_Checker_Project_In_C_Programming

Developed a Password Strength Checker in C that analyzes password complexity and categorizes passwords as Weak, Medium, or Strong. The program validates passwords using security criteria such as minimum length, character diversity, numeric digits, and special symbols, promoting better cybersecurity practices.

Password Strength Checker Core Idea:-

This project is a simple Password Strength Checker developed in C. It evaluates the strength of a password based on various security parameters, including:

  • Password length
  • Uppercase letters (A-Z)
  • Lowercase letters (a-z)
  • Numeric digits (0-9)
  • Special characters (!, @, #, $, etc.)

Features

  • Detects weak, medium, and strong passwords
  • Provides password strength feedback
  • Simple and beginner-friendly implementation
  • Uses standard C programming concepts

Technologies Used

  • C Programming Language
  • GCC Compiler

About

Developed a Password Strength Checker in C that analyzes password complexity and categorizes passwords as Weak, Medium, or Strong. The program validates passwords using security criteria such as minimum length, character diversity, numeric digits, and special symbols, promoting better cybersecurity practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages