Carleton University - School of Computer Science Honours Project
Winter 2022
SQL Injection Prevention In Web Applications
Khaled Mohamed
SCS Honours Project Image
ABSTRACT
This project focuses preventing a very common security attack called SQL Injection. Web applications are considered very important in all industries and they help connect people from all across the world. In the process users tend to input sensitive information that should not be shared to the public, but SQL injections allow for data to be stolen by inserting a malicious SQL query as input to perform an unauthorized database operation. SQL Injection allow for the retrieval and modifying of data from the database and leads to the jeopardy of the user and the organization. The aim of this project is using tested prevention techniques to ensure the removal of vulnerabilities in the developer's code which leads to the protection of user data.