
6/10/2022 - Personal Project
C++ Encrypted Login System with GUI
C++
Encryption
Decryption
GUI
Qt
All
This project is an example of an encrypted login / signup system coded in C++ using Qt. 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.