Solving a Symmetric Key Cryptographic Problem with Constraint Programming
Résumé
This paper tries to sum up a starting work at the edge between Cryptography and Constraint Programming. Indeed, many cryptographic problems are solved using Branch \& Bound approaches which are implemented from scratch using classical programming languages such as C. This implies quite a lot of programming work. Furthermore, these problems are NP-hard and solving them within a reasonable amount of time is still challenging.The main goal of this paper is to investigate the capabilities of classical Constraint Programming tools for solving these problems. In this very first study, we focus on a particular problem coming from the symmetric key cryptography world. This particular problem could help cryptographers to mount attacks called differential attacks against block ciphers. Branch \& Bound approaches are not able to solve it within a reasonable amount of time. We introduce a CP model for this problem, and we show that Choco is able to solve it to optimality in less than two hours.
Origine | Fichiers produits par l'(les) auteur(s) |
---|
Loading...