Skip to content

NotPro955/C-Language-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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 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 give a 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

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 (Generally Strong/Very Strong ).

Password Strength Check

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

  • Minimum 8 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