'Is there a way to check a password for a set of conditions in c++?
I'm trying to write a program for a log in system I coded. Basically the user enters a username and password to register and then can login. What I'm trying to do is to check the password for a set of conditions. Those are things like this password has to include more than 8 characters, has to include a capital, has to include a number, etc... . But I don't know how to do it. (I'm relatively new to c++, I only know the basics, and I am using Visual Studio 2022 Community) Thanks <3
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
