AbdulxaqDev / c-learn

C projects and all my c related codes

Home Page:https://abdulkhak.uz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-learn

Simple password verifier. It cheks password that include lower and upper case letters, digits, special characters and pass word length.

see the code

How to run it

Use C and C++ Compilers gcc to run c code.

How to Install C and C++ Compilers on Windows

How to Install C and C++ Compilers on Linux

$ gcc passwordValidation.c && ./a.out

Usage

It will ask a username and password.

And, gives feedback based on your password.

$ gcc passwordValidation.c && ./a.out 

what is your username?
John

Please create a password: 13574&^###########

You shoudl consider a new password John

Make shure you include uppercase and lowercase

letters, digits and special charackters.

You can play around to check all feedbacks.

About

C projects and all my c related codes

https://abdulkhak.uz/


Languages

Language:C 98.1%Language:JavaScript 1.8%Language:Shell 0.1%