password-strength-checker-c
This is a simple C program that checks the strength of a password based on multiple criteria: length, uppercase letters, lowercase letters, digits, and special characters. It categorizes passwords as Weak, Medium, or Strong.
// repository documentation
Was this content helpful?
(0 ratings)
