How to Validate a Password Using C (Simple)
Max O'Didily
How to Validate a Password Using C (Simple)
Greetings, today were are here with another C tutorial and we shall be looking at validating a Password.
This C tutorial will cover how to have a required length and check for an upper case, lower case, number and special character in the password.
This C password validation is great to ensure users input passwords that won't break your system, aren't too long and are to some extent harder to guess. This is a really good addition to add to your coursework project.
We can verify if a password meets specific verify requirements in C by checking the length of a string/char array and looping through each character in the password to verify that it meets the requirements.
Here is a C length check video: https://www.youtube.com/watch?v=E3iPQN0ygAg
C range check video: https://www.youtube.com/watch?v=Wzl8Hh2oujU
Thanks for watching this C tutorial on how to validate a password using C
Subscribe to keep notified when I upload?: https://tinyurl.com/SubMaxODidily
How to Validate a Password Using C (Simple) ... https://www.youtube.com/watch?v=xQYciekflJM
15280566 Bytes