profile photoBrandon's Portfolio
profile photoBrandon's Portfolio
Brandon Pyle

C++ Encrypted Login System

Brandon Pyle

Posted by Brandon Pyle on December 17, 2023

Categories:

C++

Programming

Encryption

Decryption

This program, written in C++, can be used as a simple encrypted login system. On first launch, the application asks the user if they have an account already or not. Based on this answer, the user will either be prompted to log in or sign up. 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.


Comments

Name:

Comment: