Skip to content

NotPro955/C-Language-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Projects on C Language

These are the variours the projects I made. These projects are mostly related to System Security.

The Projects

  • Linux Command Shell
  • Password Strenght Check and Password Generator

How To Run the Programmes

Open your Linux Teminal. Enter the Commands as follows:

Screenshot From 2026-01-07 12-22-07 Screenshot From 2026-01-07 12-22-51

How They Work

Linux Shell

The Code will take the User Input which are the command and will split the string into various tokens. These tokens are then used in the execute call of C Language. Which checks for the command/tools inside the "bin" directory and execute it accordingly.

Your might think it easy, but the code is a huge headache for beginners like me.

Password Strenght Check and Passwoed Generator

This Project is can used in two ways:

  1. Generate A Password
  2. Checking Your Password Strenght
  3. Screenshot From 2026-01-07 12-35-47

Generate A Password

This is used to generate a Strong Password with a certain lenght the User choses. This will also show the strength of the generated password.

Password Strength Check

This is used the check how strong the user's password. The Strength will be measured based on:

  • Minimum 9 Characters
  • Atleast 1 Uppercase Letter
  • Atleast 1 Lowercase Letter
  • Atleast 1 Special Character

Based on these the program will give the result out to the user with "Very Strong" as the highest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages