CRAug 16, 2016

Adaptive Restart and CEGAR-based Solver for Inverting Cryptographic Hash Functions

arXiv:1608.04720v123 citations
Originality Incremental advance
AI Analysis

This work addresses cryptanalysis for security researchers, offering incremental improvements in hash function inversion speed.

The authors tackled the problem of inverting cryptographic hash functions by developing MapleCrypt, a SAT solver-based tool that uses adaptive restart and CEGAR techniques, resulting in faster inversion of SHA-1 compared to state-of-the-art tools.

SAT solvers are increasingly being used for cryptanalysis of hash functions and symmetric encryption schemes. Inspired by this trend, we present MapleCrypt which is a SAT solver-based cryptanalysis tool for inverting hash functions. We reduce the hash function inversion problem for fixed targets into the satisfiability problem for Boolean logic, and use MapleCrypt to construct preimages for these targets. MapleCrypt has two key features, namely, a multi-armed bandit based adaptive restart (MABR) policy and a counterexample-guided abstraction refinement (CEGAR) technique. The MABR technique uses reinforcement learning to adaptively choose between different restart policies during the run of the solver. The CEGAR technique abstracts away certain steps of the input hash function, replacing them with the identity function, and verifies whether the solution constructed by MapleCrypt indeed hashes to the previously fixed targets. If it is determined that the solution produced is spurious, the abstraction is refined until a correct inversion to the input hash target is produced. We show that the resultant system is faster for inverting the SHA-1 hash function than state-of-the-art inversion tools.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes