0% found this document useful (0 votes)
79 views1 page

SQL Injection Prevention System PHP

This document describes an online clothing shop that allows users to browse and purchase women's clothing products. The system displays clothing by category and allows users to add items to their shopping cart. To checkout, users must first register and their purchase transactions are then encrypted using AES encryption to securely store payment and account details. The system aims to develop a secure transaction path for users and prevent SQL injections.

Uploaded by

ASIM ZUBAIR 111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views1 page

SQL Injection Prevention System PHP

This document describes an online clothing shop that allows users to browse and purchase women's clothing products. The system displays clothing by category and allows users to add items to their shopping cart. To checkout, users must first register and their purchase transactions are then encrypted using AES encryption to securely store payment and account details. The system aims to develop a secure transaction path for users and prevent SQL injections.

Uploaded by

ASIM ZUBAIR 111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Sql Injection Prevention System Php

An online shop that allows users to check for different cloths for women’s
available at the online store and can purchase cloths online. The project consists of
list of cloths displayed in various materials and designs. The user may browse
through these products as per categories. If the user likes a product, he/she can add
it to his/her shopping cart. Once user wishes to checkout he must register on the
site first. Once the user makes a successful transaction admin will get report of his
bought products. The objective of this project is to develop a secure path for
transaction done by the user. Using AES (Advanced Encryption Standard)
encryption technique, the transaction and user account details can be made secured.
AES encryption is also used to encrypt the user’s card and password information
while transaction.

Advantages :

 Secured transaction while doing card payment.


 Less risk of data getting hacked.
 The system is very secure and robust in nature.
 SQL Injection prevention mechanism is used.

Disadvantages :

 Does not keep track of stock/order.


 System may provide incorrect results if data not entered correctly.

You might also like