Skip to content

aditya491929/SQL_INJECTION_DEMO-RDBMS-IA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_INJECTION_DEMO-RDBMS-IA2

Name: Aditya Malwade
RollNo: 1911091
Batch: B2

ABSTRACT

The project is a javafx application (with MySql as backend) where in there are two login fields to counter sql injection attack the use of prepared statements has been done, for demo purpose the Admin. login field has a radio button that enables and disables use of prepared statements to demonstrate how sql injection attacks work. Capture2

SET UP

  • Start a JavaFXApplication
  • ADD mysql-connector-java jar files to Project Structure
  • ADD javafx-sdk jar files Capture
  • ADD VM options Capture1
--module-path
<javafx sdk lib path>
--add-modules
javafx.controls,javafx.fxml,javafx.media
--add-exports
javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED
  • Start Xampp server
  • Set application.Main as Main Java file
  • Run code

About

roll no: 1911091

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published