2016 International Conference on Knowledge Creation and Intelligent Computing (KCIC) 2016
DOI: 10.1109/kcic.2016.7883619
|View full text |Cite
|
Sign up to set email alerts
|

Minimization of SQL injection in scheduling application development

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2017
2017
2023
2023

Publication Types

Select...
4
2
1

Relationship

1
6

Authors

Journals

citations
Cited by 7 publications
(3 citation statements)
references
References 4 publications
0
3
0
Order By: Relevance
“…The purpose behind using PDO in would be easy installation, Security, flexibility and faster execution when connected to the system database. PDO Parameterized Queries is able to prevent various types of SQL Injection attack [34]. Here, the authors talk about the use of SQLMap to protect the attack (SQLI + DNS).…”
Section: Prevention Methods For Sql Injection Attacksmentioning
confidence: 99%
“…The purpose behind using PDO in would be easy installation, Security, flexibility and faster execution when connected to the system database. PDO Parameterized Queries is able to prevent various types of SQL Injection attack [34]. Here, the authors talk about the use of SQLMap to protect the attack (SQLI + DNS).…”
Section: Prevention Methods For Sql Injection Attacksmentioning
confidence: 99%
“…PDO is the PHP5 extensions written in C / C ++ and has several advantages including the system supports a number of databases supported by PHP , faster because it is written with a compiled language , and easy installation . In short PDO needed when we needed a portable application that supports a number of database systems and faster execution [6].…”
Section: Php Data Objectmentioning
confidence: 99%
“…PDO provides database abstraction layer that can use the same functions to execute SQL commands on any database [ 6 ] . The main reason to use PDO is security and flexibility when connected to the system database.…”
Section: Php Data Objectmentioning
confidence: 99%