C++ Encrypted Login System with GUI
Posted by Brandon Pyle on December 17, 2023
Categories:
Decryption
C++
Encryption
Qt
Programming
This program, written in C++ and Qt6, can be used as a simple encrypted login system. On first launch, the user can either log in or sign up for a new account. Based on the user's selection, the user will either be prompted to input log in or sign up credentials. When the user signs up for an account, the username and password is run through a simple encryption algorithm and stored in a file. Likewise, when a user logs in, their credentials are encrypted and then compared to the files containing username and password data.