The purpose of this project was to demonstrate how to secure an application that is connected to a SQL database
. Regular expressions were used to filter any harmful input from users to prevent database exploitation.
C++ and
SQLite were used here to write the application, and set up the SQL database. Then the application was ran in a
Linux environment for thorough testing.