# Multiple Fault Attack on PRESENT with a Hardware Trojan Implementation   in FPGA

**Authors:** Jakub Breier, Wei He

arXiv: 1702.08208 · 2017-02-28

## TL;DR

This paper demonstrates a multiple fault attack on the lightweight PRESENT cipher using differential fault analysis, combined with a hardware Trojan for fault injection on FPGA, revealing vulnerabilities in IoT security.

## Contribution

It introduces a novel fault attack method on PRESENT with a hardware Trojan-based fault injection in FPGA, highlighting security weaknesses in lightweight cryptography.

## Key findings

- Successfully recovered secret key with two faulty encryptions and 2^16 exhaustive search.
- Implemented fault injection via hardware Trojan in FPGA.
- Identified vulnerabilities in PRESENT cipher for IoT security.

## Abstract

Internet of Things connects lots of small constrained devices to the Internet. As in any other environment, communication security is important and cryptographic algorithms are one of many elements that we use in order to keep messages secure. Because of the constrained nature of these environments, it is necessary to use algorithms that do not require high computational power. Lightweight ciphers are therefore ideal candidates for this purpose.   In this paper, we explore a possibility of attacking an ultra-lightweight cipher PRESENT by using a multiple fault attack. Utilizing the Differential Fault Analysis technique, we were able to recover the secret key with two faulty encryptions and an exhaustive search of 2^16 remaining key bits. Our attack aims at four nibbles in the penultimate round of the cipher, causing faulty output in all nibbles of the output. We also provide a practical attack scenario by exploiting Hardware Trojan (HT) technique for the proposed fault injection in a Xilinx Spartan-6 FPGA.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.08208/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1702.08208/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1702.08208/full.md

---
Source: https://tomesphere.com/paper/1702.08208