You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an example of an encrypted login / signup system written in C++. The user is able to create a username and password, which is encrypted and stored in a text file. To login, the user enters his/her credentials and then the program decrypts the text file and looks for the matching credentials.