• [sensi]
  • [back]
  • enredo

    The enredo (ENtanglement REdundancy Defense Op) tool is being developed as part of my PhD work. Its goal is to protect asymmetric cryptography algorithms against fault injection attacks. It is a formally proved compiler (the semantic of its input and output is proved to be the same) which takes an algorithm as input and outputs a protected equivalent algorithm. The protection technique, that we call “entanglement”, is based on efficient redundancy for integrity verification, and has also been formally proven.

    The source code is released under CeCILL license and is available here.

    Installation and usage instructions can be found in the README file.