Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 500 Bytes

File metadata and controls

5 lines (4 loc) · 500 Bytes

LoginRegisterCPP

A login and register system using FungalUI, with C++.

How does it work?

The application connects to a localhosted MySQL database and adds user information (username, password) upon registration. To log in, it checks the database for the received username and password. The database connection is setup with prepared statements to prevent SQL injections. It uses Project Krypt for encrypting the usernames and passwords of users.