Hybrid Payment Security Model For E-Commerce Website
Hybrid Payment Security Model For E-Commerce Website
Hybrid Payment Security Model For E-Commerce Website
Modules
Register: User will have to register in order to get access to the system.
Login: User will have to provide his username and password in order to login to
the system.
Product Listing: Here all the products can be viewed by the user along with its
other details like short description, cost, and also image of the product.
Payment: In order to perform any transaction here the user needs to provide his
bank information like his Account no, Card no, CVV no and PIN no to make the
payment.
Encryption: The PIN, Account No, CVV no are encrypted using AES and DES
after which MD5 is applied to the key.
Advantages
Your sensitive details like your bank details are now secured using AES,
DES.
The key used is also secured as MD5 is applied to generate the key from
message digest.
Now the bank transactions can be done securely without worrying about
attacker getting access to the database as the data will be in encrypted
form.
Application
This system can be used in any online activity which requires users to
perform payment online.