A login and register system using FungalUI, with C++.
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.