0% found this document useful (0 votes)
105 views

4.using Triple DES Encryption Standard For Secure Transactions of Credit Cards With EMV Chip

This document discusses an FPGA implementation of Triple DES encryption for secure credit card transactions with EMV chips. Triple DES is more secure than the previously used DES standard by applying the DES cipher three times using two or three 64-bit keys. It provides unbeatable security for applications like credit cards, ATMs, and wireless communications. The project implements Triple DES in an FPGA using HDL and synthesizes the design for a Xilinx Spartan 3E FPGA device.

Uploaded by

faraazhabeeb
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

4.using Triple DES Encryption Standard For Secure Transactions of Credit Cards With EMV Chip

This document discusses an FPGA implementation of Triple DES encryption for secure credit card transactions with EMV chips. Triple DES is more secure than the previously used DES standard by applying the DES cipher three times using two or three 64-bit keys. It provides unbeatable security for applications like credit cards, ATMs, and wireless communications. The project implements Triple DES in an FPGA using HDL and synthesizes the design for a Xilinx Spartan 3E FPGA device.

Uploaded by

faraazhabeeb
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Using Triple DES Encryption standard for secure transactions of Credit cards with EMV Chip (Secure Electronic

Payment)
Abstract:

Aim of Project: FPGA Implementation Triple DES, the most secured algorithm that replaces famous but crack able DES for secure transactions like credit cards. Application of Project: After the famous DES cracked there created a void which required more secure algorithm. Instead of proposing and changing to a completely new algorithm, for the people and systems that are used to DES a new algorithm is proposed called as Triple DES or 3-DES. Its core is DES cipher and provides unbeatable security. Due to its supreme security it is employed in secure transactions like Credit cards that contained EMV chips, ATM machines and wireless communications. Project Description: Triple-DES is an extension of Data Encryption Standard (DES) that results in a more complex but more secure block cipher. Standard DES represents a component in Triple-DES architecture. If EK(I) and DK(I) denote the DES encryption and decryption of I using DES key K, respectively, then Triple-DES encryption and decryption is performed as follows: Encryption: EK3(DK2(EK1(I))) = O Decryption: DK1(EK2(DK3(O))) = I Unlike DES 3-DES uses 2 or 3 64 bit keys and operates on 64 bit plain text to produce 64 bit cipher text.

Project Block Diagram:

TriplE DES Architecure Project Advantages: Triple DES is nothing but nothing but using DES core repeatedly for three times. So main core is DES only which is the widely used one and no need of separate architecture is needed so can easily migrate. To provide security it uses 3 encryptions. So the key length is longer and no current brute force attacks can break it and more secure than DES.As it is based on DES and more secure it is widely employed in secure applications like ATMs and Credit cards with EMV chips and wireless communications etc.

Project Implementation Tools: The Project implemented in Hardware Description Language (HDL) and Simulation & Synthesis is performed on Xilinx ISE and the design will be targeted to Xilinx Spartan 3E FPGA device.

You might also like