Skip to content

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

Notifications You must be signed in to change notification settings

Andrei9383/LoginRegisterCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages