Compilation of a Countermeasure Against Instruction-Skip Fault Attacks
Title | Compilation of a Countermeasure Against Instruction-Skip Fault Attacks |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Barry, Thierno, Couroussé, Damien, Robisson, Bruno |
Conference Name | Proceedings of the Third Workshop on Cryptography and Security in Computing Systems |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4065-6 |
Keywords | AES, compiler, countermeasures, Fault Attacks, LLVM, Metrics, pubcrawl, Resiliency, scalabilty, Securing Compilers |
Abstract | Physical attacks especially fault attacks represent one the major threats against embedded systems. In the state of the art, software countermeasures against fault attacks are either applied at the source code level where it will very likely be removed at compilation time, or at assembly level where several transformations need to be performed on the assembly code and lead to significant overheads both in terms of code size and execution time. This paper presents the use of compiler techniques to efficiently automate the application of software countermeasures against instruction-skip fault attacks. We propose a modified LLVM compiler that considers our security objectives throughout the compilation process. Experimental results illustrate the effectiveness of this approach on AES implementations running on an ARM-based microcontroller in terms of security overhead compared to existing solutions. |
URL | http://doi.acm.org/10.1145/2858930.2858931 |
DOI | 10.1145/2858930.2858931 |
Citation Key | barry_compilation_2016 |