Lecture Notes on Cryptographic Boolean Functions

Total Page:16

File Type:pdf, Size:1020Kb

Lecture Notes on Cryptographic Boolean Functions Lecture Notes on Cryptographic Boolean Functions Anne Canteaut Inria, Paris, France [email protected] https://www.rocq.inria.fr/secret/Anne.Canteaut/ version: March 10, 2016 Contents 1 Boolean functions 3 1.1 Boolean functions and their representations . .3 1.1.1 Truth table and Algebraic normal form . .3 1.1.2 Computing the Algebraic Normal Form . .6 1.1.3 Reed-Muller codes . .7 1.2 Weight of a Boolean function . .9 1.2.1 Minimum weight of a Boolean function in R(r; n) ............. 10 1.2.2 Weights of affine functions . 10 1.2.3 Weights of functions of degree (n − 1) ................... 11 1.2.4 Weights of functions of degree 2 ....................... 11 1.2.5 Weight divisibility of Boolean functions . 11 1.3 Walsh transform . 11 1.3.1 Definitions . 11 1.3.2 Computing the Walsh transform. 12 1.3.3 Basic properties of the Walsh transform . 13 1.4 Linearity of a Boolean function . 14 1.4.1 Optimal linearity . 14 1.4.2 Link with Reed-Muller codes. 16 1.4.3 Affine equivalence for Boolean functions . 16 1.5 Existence of an approximation with fewer variables . 17 1.5.1 Correlation-immunity order . 18 1.5.2 Approximation of a function by a function of (t + 1) variables. 20 2 Cryptographic Sboxes 23 2.1 Representations of an Sbox . 23 2.1.1 Components of an Sbox . 23 2.1.2 Univariate representation . 24 2.2 Exploiting the degree of the Sbox . 27 2.2.1 Basic algebraic attack . 27 2.2.2 Enhanced algebraic attack . 30 2.2.3 Other attacks exploiting a low degree . 31 2.3 Linear properties of Sboxes . 32 2.3.1 Linear cryptanalysis . 32 2.3.2 Linearity of an Sbox . 33 2.4 Differential properties of Sboxes . 34 2.4.1 Differential cryptanalysis . 34 1 2 Contents 2.4.2 Differential uniformity . 34 2.5 Link between differential uniformity and linearity . 35 2.6 Sboxes with good cryptographic properties . 37 2.6.1 Affine equivalence . 37 2.6.2 Odd number of variables . 38 2.6.3 4-bit permutations . 38 2.6.4 6-bit permutations . 39 2.6.5 Sboxes of an even number of variables . 40 Chapter 1 Boolean functions 1.1 Boolean functions and their representations n Definition 1.1 (Boolean function). A Boolean function of n variables is a function from F2 n n into F2. Its value vector is the binary vector vf of length 2 composed of all f(x) when x 2 F2 . 1.1.1 Truth table and Algebraic normal form A Boolean function is usually defined by its truth table, which gives the images of all elements n in F2 . For instance, Table 1.1 is the truth table of a Boolean function of 3 variables. The x1 0 1 0 1 0 1 0 1 x2 0 0 1 1 0 0 1 1 x3 0 0 0 0 1 1 1 1 f(x1; x2; x3) 0 1 0 0 0 1 1 1 Table 1.1: Truth table of a Boolean function of 3 variables. 8 value vector of f is the vector of F2 corresponding to the last row in the truth table. Boolean functions are often identified with their value vectors. In particular, the weight and the support of a Boolean function f refer to the weight and the support of its value vector vf . Most cryptographic applications use balanced Boolean functions, i.e., Boolean functions f whose output is uniformly distributed. This equivalently means that the weight of vf is half of its length. Besides the truth table, there are several other representations of Boolean functions which may be more appropriate in some contexts. In coding theory and in cryptography, a very natural representation is the so-called algebraic normal form (ANF), which corresponds to the expression of a Boolean function as a multivariate polynomial. Since the n inputs of the 2 function take their values in F2, they must be considered modulo X + X. Therefore, this polynomial has degree at most 1 in each input variable. It follows that any monomial of this polynomial is the product of some input variables. Each monomial can then be characterized Q by a subset of I = f1; : : : ; ng, i.e., i2I xi, or equivalently by the n-bit vector u having I as support. This second notation will be extensively used in the context of Boolean functions. 3 4 Chapter 1. Boolean functions n u 2 2 Notation 1.2. For any u 2 F2 , x denotes the monomial in F2[x1; : : : ; xn]=(x1 + x1; : : : ; xn + xn) defined by n Y ui xi : i=1 The following theorem then shows that any Boolean function can be uniquely represented by a multivariate polynomial, and it also gives a simple formula for computing this polynomial from the value vector of the function. Theorem 1.3 (Algebraic normal form). Let f be a Boolean function of n variables. Then, 2 2 there exists a unique multivariate polynomial in F2[x1; : : : ; xn]=(x1 +x1; : : : ; xn +xn) such that X u f(x1; : : : ; xn) = aux ; with au 2 F2 : n u2F2 This multivariate polynomial is called the algebraic normal form (ANF) of f. Moreover, the coefficients of the ANF and the values of f satisfy: X X au = f(x) and f(u) = ax; xu xu where the sums are in F2 and x y if and only if xi ≤ yi for all 1 ≤ i ≤ n. Proof. We first show by induction on n that the ANF of an n-variable Boolean function can be uniquely computed from its truth table. • For n = 1, it is easy to check that the polynomial a1x + a0 with a1 = f(0) + f(1) and a0 = f(0) is the unique polynomial equal to f. • Induction step. Given an n-variable function f, we consider the two (n − 1)-variable Boolean functions g and h defined by g(x1; : : : ; xn−1) = f(x1; : : : ; xn−1; 0) and h(x1; : : : ; xn−1) = f(x1; : : : ; xn−1; 1) : Then, we have f(x1; : : : ; xn) = (1 + xn)g(x1; : : : ; xn−1) + xnh(x1; : : : ; xn−1) or equivalently, f(x1; : : : ; xn) = g(x1; : : : ; xn−1) + xn (g(x1; : : : ; xn−1) + h(x1; : : : ; xn−1)) : n−1 We apply the induction hypothesis and denote by αu (resp. βu) for u 2 F2 the coefficients of the ANF of g (resp. of h). We know that X X X X αu = g(x) = f(x; 0) and βu = h(x) = f(x; 1) : xu xu xu xu We then deduce that f(x1; : : : ; xn) = g(x1; : : : ; xn−1) + xn (g(x1; : : : ; xn−1) + h(x1; : : : ; xn−1)) n−1 n−1 ! X Y ui X Y ui = αu xi + (αu + βu) xi xn : n−1 i=1 n−1 i=1 u2F2 u2F2 1.1. Boolean functions and their representations 5 n Therefore, the coefficients av, v = (v1; : : : ; vn) 2 F2 , of the ANF of f are given by αv1;:::;vn−1 if vn = 0 av = αv1;:::;vn−1 + βv1;:::;vn−1 if vn = 1 From the expressions of the coefficients α and β, we deduce that ( P f(u; 0) if vn = 0 a = u(v1;:::;vn−1) v P f(u; 0) + P f(u; 1) if v = 1 u(v1;:::;vn−1) u(v1;:::;vn−1) n implying that X av = f(u) : uv 2n Conversely, the values of f are uniquely determined by its ANF since the function over F2 which maps the value vector of f to the vector of coefficients of its ANF is an involution. n Indeed, for any y 2 F2 , we have X X X au = f(x) uy uy xu X n = f(x)jfu 2 F2 : x u ygj xy X = 2wt(y)−wt(x)f(x) : xy All terms in this sum are then zero modulo 2 unless x = y. Thus X au = f(y) ; uy which means that the transformation we consider is an involution. Example 1.1. Computing the ANF of the function defined in Table 1.1. Using the previous theorem, we compute the coefficients of the ANF of this Boolean function: a000 = f(000) = 0 a100 = f(100) + f(000) = 1 a010 = f(010) + f(000) = 0 a110 = f(110) + f(010) + f(100) + f(000) = 1 a001 = f(001) + f(000) = 0 a101 = f(101) + f(001) + f(100) + f(000) = 0 a011 = f(011) + f(001) + f(010) + f(000) = 1 X a111 = f(x) = wt(f) mod 2 = 0 : 3 x2F2 Thus, the ANF of f is x1 + x1x2 + x2x3 : 6 Chapter 1. Boolean functions The degree of f is then the degree of the largest monomial in the ANF of f, i.e., deg f = max wt(u) : n u2F2 :au6=0 For instance the function considered in the previous example has degree 2. It is worth noticing that there exist several other representations of Boolean functions which may be more convenient than the ANF in some other contexts. For instance, the disjunctive normal form represents the function by some products between variables and negations of variables, which are added by an OR. A disjunctive normal form of the function defined in Table 1.1 is x1x2x3 OR x1x2x3 OR x1x2x3 OR x1x2x3 : Such a representation may be more appropriate than the ANF when we want to determine the smallest circuit which implements the function in a context where only AND, NOT and OR gates are available, see [Weg87] for more details. 1.1.2 Computing the Algebraic Normal Form The general form of the transformation which associates the coefficients of the ANF to the value vector is 2n 2n Mn : F2 ! F2 n n P a = (au; u 2 F2 ) 7! (bu; u 2 F2 ) with bu = vu av : This function is called the binary Möbius transform.
Recommended publications
  • Indifferentiable Authenticated Encryption
    Indifferentiable Authenticated Encryption Manuel Barbosa1 and Pooya Farshim2;3 1 INESC TEC and FC University of Porto, Porto, Portugal [email protected] 2 DI/ENS, CNRS, PSL University, Paris, France 3 Inria, Paris, France [email protected] Abstract. We study Authenticated Encryption with Associated Data (AEAD) from the viewpoint of composition in arbitrary (single-stage) environments. We use the indifferentiability framework to formalize the intuition that a \good" AEAD scheme should have random ciphertexts subject to decryptability. Within this framework, we can then apply the indifferentiability composition theorem to show that such schemes offer extra safeguards wherever the relevant security properties are not known, or cannot be predicted in advance, as in general-purpose crypto libraries and standards. We show, on the negative side, that generic composition (in many of its configurations) and well-known classical and recent schemes fail to achieve indifferentiability. On the positive side, we give a provably indifferentiable Feistel-based construction, which reduces the round complexity from at least 6, needed for blockciphers, to only 3 for encryption. This result is not too far off the theoretical optimum as we give a lower bound that rules out the indifferentiability of any construction with less than 2 rounds. Keywords. Authenticated encryption, indifferentiability, composition, Feistel, lower bound, CAESAR. 1 Introduction Authenticated Encryption with Associated Data (AEAD) [54,10] is a funda- mental building block in cryptographic protocols, notably those enabling secure communication over untrusted networks. The syntax, security, and constructions of AEAD have been studied in numerous works. Recent, ongoing standardization processes, such as the CAESAR competition [14] and TLS 1.3, have revived interest in this direction.
    [Show full text]
  • Rebound Attack
    Rebound Attack Florian Mendel Institute for Applied Information Processing and Communications (IAIK) Graz University of Technology Inffeldgasse 16a, A-8010 Graz, Austria http://www.iaik.tugraz.at/ Outline 1 Motivation 2 Whirlpool Hash Function 3 Application of the Rebound Attack 4 Summary SHA-3 competition Abacus ECHO Lesamnta SHAMATA ARIRANG ECOH Luffa SHAvite-3 AURORA Edon-R LUX SIMD BLAKE EnRUPT Maraca Skein Blender ESSENCE MCSSHA-3 Spectral Hash Blue Midnight Wish FSB MD6 StreamHash Boole Fugue MeshHash SWIFFTX Cheetah Grøstl NaSHA Tangle CHI Hamsi NKS2D TIB3 CRUNCH HASH 2X Ponic Twister CubeHash JH SANDstorm Vortex DCH Keccak Sarmal WaMM Dynamic SHA Khichidi-1 Sgàil Waterfall Dynamic SHA2 LANE Shabal ZK-Crypt SHA-3 competition Abacus ECHO Lesamnta SHAMATA ARIRANG ECOH Luffa SHAvite-3 AURORA Edon-R LUX SIMD BLAKE EnRUPT Maraca Skein Blender ESSENCE MCSSHA-3 Spectral Hash Blue Midnight Wish FSB MD6 StreamHash Boole Fugue MeshHash SWIFFTX Cheetah Grøstl NaSHA Tangle CHI Hamsi NKS2D TIB3 CRUNCH HASH 2X Ponic Twister CubeHash JH SANDstorm Vortex DCH Keccak Sarmal WaMM Dynamic SHA Khichidi-1 Sgàil Waterfall Dynamic SHA2 LANE Shabal ZK-Crypt The Rebound Attack [MRST09] Tool in the differential cryptanalysis of hash functions Invented during the design of Grøstl AES-based designs allow a simple application of the idea Has been applied to a wide range of hash functions Echo, Grøstl, JH, Lane, Luffa, Maelstrom, Skein, Twister, Whirlpool, ... The Rebound Attack Ebw Ein Efw inbound outbound outbound Applies to block cipher and permutation based
    [Show full text]
  • The Hitchhiker's Guide to the SHA-3 Competition
    History First Second Third The Hitchhiker’s Guide to the SHA-3 Competition Orr Dunkelman Computer Science Department 20 June, 2012 Orr Dunkelman The Hitchhiker’s Guide to the SHA-3 Competition 1/ 33 History First Second Third Outline 1 History of Hash Functions A(n Extremely) Short History of Hash Functions The Sad News about the MD/SHA Family 2 The First Phase of the SHA-3 Competition Timeline The SHA-3 First Round Candidates 3 The Second Round The Second Round Candidates The Second Round Process 4 The Third Round The Finalists Current Performance Estimates The Outcome of SHA-3 Orr Dunkelman The Hitchhiker’s Guide to the SHA-3 Competition 2/ 33 History First Second Third History Sad Outline 1 History of Hash Functions A(n Extremely) Short History of Hash Functions The Sad News about the MD/SHA Family 2 The First Phase of the SHA-3 Competition Timeline The SHA-3 First Round Candidates 3 The Second Round The Second Round Candidates The Second Round Process 4 The Third Round The Finalists Current Performance Estimates The Outcome of SHA-3 Orr Dunkelman The Hitchhiker’s Guide to the SHA-3 Competition 3/ 33 History First Second Third History Sad A(n Extremely) Short History of Hash Functions 1976 Diffie and Hellman suggest to use hash functions to make digital signatures shorter. 1979 Salted passwords for UNIX (Morris and Thompson). 1983/4 Davies/Meyer introduce Davies-Meyer. 1986 Fiat and Shamir use random oracles. 1989 Merkle and Damg˚ard present the Merkle-Damg˚ard hash function.
    [Show full text]
  • NISTIR 7620 Status Report on the First Round of the SHA-3
    NISTIR 7620 Status Report on the First Round of the SHA-3 Cryptographic Hash Algorithm Competition Andrew Regenscheid Ray Perlner Shu-jen Chang John Kelsey Mridul Nandi Souradyuti Paul NISTIR 7620 Status Report on the First Round of the SHA-3 Cryptographic Hash Algorithm Competition Andrew Regenscheid Ray Perlner Shu-jen Chang John Kelsey Mridul Nandi Souradyuti Paul Information Technology Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899-8930 September 2009 U.S. Department of Commerce Gary Locke, Secretary National Institute of Standards and Technology Patrick D. Gallagher, Deputy Director NISTIR 7620: Status Report on the First Round of the SHA-3 Cryptographic Hash Algorithm Competition Abstract The National Institute of Standards and Technology is in the process of selecting a new cryptographic hash algorithm through a public competition. The new hash algorithm will be referred to as “SHA-3” and will complement the SHA-2 hash algorithms currently specified in FIPS 180-3, Secure Hash Standard. In October, 2008, 64 candidate algorithms were submitted to NIST for consideration. Among these, 51 met the minimum acceptance criteria and were accepted as First-Round Candidates on Dec. 10, 2008, marking the beginning of the First Round of the SHA-3 cryptographic hash algorithm competition. This report describes the evaluation criteria and selection process, based on public feedback and internal review of the first-round candidates, and summarizes the 14 candidate algorithms announced on July 24, 2009 for moving forward to the second round of the competition. The 14 Second-Round Candidates are BLAKE, BLUE MIDNIGHT WISH, CubeHash, ECHO, Fugue, Grøstl, Hamsi, JH, Keccak, Luffa, Shabal, SHAvite-3, SIMD, and Skein.
    [Show full text]
  • Master Thesis Proposal Continuation of the Security Proofs of the MD6 Hash Function Mode of Operation
    Master Thesis Proposal Continuation of the Security Proofs of the MD6 Hash Function Mode of Operation By Ahmed Mohamed Ezzat American University in Cairo Contents CHAPTER 1 ...........................................................................................................................................3 INTRODUCTION .....................................................................................................................................3 Background.....................................................................................................................................3 Hash function properties.................................................................................................................4 Mode of Operation..........................................................................................................................5 Iterative Modes of Operation..........................................................................................................5 NIST SHA-3 Competition................................................................................................................7 CHAPTER 2 ...........................................................................................................................................9 PRELIMINARIES ....................................................................................................................................9 The MD6 Cryptographic Hash Function ........................................................................................9
    [Show full text]
  • Finding Bugs in Cryptographic Hash Function Implementations Nicky Mouha, Mohammad S Raunak, D
    1 Finding Bugs in Cryptographic Hash Function Implementations Nicky Mouha, Mohammad S Raunak, D. Richard Kuhn, and Raghu Kacker Abstract—Cryptographic hash functions are security-critical on the SHA-2 family, these hash functions are in the same algorithms with many practical applications, notably in digital general family, and could potentially be attacked with similar signatures. Developing an approach to test them can be par- techniques. ticularly diffcult, and bugs can remain unnoticed for many years. We revisit the NIST hash function competition, which was In 2007, the National Institute of Standards and Technology used to develop the SHA-3 standard, and apply a new testing (NIST) released a Call for Submissions [4] to develop the new strategy to all available reference implementations. Motivated SHA-3 standard through a public competition. The intention by the cryptographic properties that a hash function should was to specify an unclassifed, publicly disclosed algorithm, to satisfy, we develop four tests. The Bit-Contribution Test checks be available worldwide without royalties or other intellectual if changes in the message affect the hash value, and the Bit- Exclusion Test checks that changes beyond the last message bit property restrictions. To allow the direct substitution of the leave the hash value unchanged. We develop the Update Test SHA-2 family of algorithms, the SHA-3 submissions were to verify that messages are processed correctly in chunks, and required to provide the same four message digest lengths. then use combinatorial testing methods to reduce the test set size Chosen through a rigorous open process that spanned eight by several orders of magnitude while retaining the same fault- years, SHA-3 became the frst hash function standard that detection capability.
    [Show full text]
  • Grøstl – a SHA-3 Candidate
    Cryptographic hash functions NIST SHA-3 Competition Grøstl Grøstl – a SHA-3 candidate Krystian Matusiewicz Wroclaw University of Technology CECC 2010, June 12, 2010 Krystian Matusiewicz Grøstl – a SHA-3 candidate 1 / 26 Cryptographic hash functions NIST SHA-3 Competition Grøstl Talk outline ◮ Cryptographic hash functions ◮ NIST SHA-3 Competition ◮ Grøstl Krystian Matusiewicz Grøstl – a SHA-3 candidate 2 / 26 Cryptographic hash functions NIST SHA-3 Competition Grøstl Cryptographic hash functions Krystian Matusiewicz Grøstl – a SHA-3 candidate 3 / 26 Cryptographic hash functions NIST SHA-3 Competition Grøstl Cryptographic hash functions: why? ◮ We want to have a short, fixed length “fingerprint” of any piece of data ◮ Different fingerprints – certainly different data ◮ Identical fingerprints – most likely the same data ◮ No one can get any information about the data from the fingerprint Krystian Matusiewicz Grøstl – a SHA-3 candidate 4 / 26 Cryptographic hash functions NIST SHA-3 Competition Grøstl Random Oracle Construction: ◮ Box with memory ◮ On a new query: pick randomly and uniformly the answer, remember it and return the result ◮ On a repeating query, repeat the answer (function) Krystian Matusiewicz Grøstl – a SHA-3 candidate 5 / 26 Cryptographic hash functions NIST SHA-3 Competition Grøstl Random Oracle Construction: ◮ Box with memory ◮ On a new query: pick randomly and uniformly the answer, remember it and return the result ◮ On a repeating query, repeat the answer (function) Properties: ◮ No information about the data ◮ To find a preimage:
    [Show full text]
  • Attacks on and Advances in Secure Hash Algorithms
    IAENG International Journal of Computer Science, 43:3, IJCS_43_3_08 ______________________________________________________________________________________ Attacks on and Advances in Secure Hash Algorithms Neha Kishore, Member IAENG, and Bhanu Kapoor service but is a collection of various services. These services Abstract— In today’s information-based society, encryption include: authentication, access control, data confidentiality, along with the techniques for authentication and integrity are non-repudiation, and data integrity[1]. A system has to key to the security of information. Cryptographic hashing ensure one or more of these depending upon the security algorithms, such as the Secure Hashing Algorithms (SHA), are an integral part of the solution to the information security requirements for a particular system. For example, in problem. This paper presents the state of art hashing addition to the encryption of the data, we may also need algorithms including the security challenges for these hashing authentication and data integrity checks for most of the algorithms. It also covers the latest research on parallel situations in the dynamic context [2]. The development of implementations of these cryptographic algorithms. We present cryptographic hashing algorithms, to ensure authentication an analysis of serial and parallel implementations of these and data integrity services as part of ensuring information algorithms, both in hardware and in software, including an analysis of the performance and the level of protection offered security, has been an active area of research. against attacks on the algorithms. For ensuring data integrity, SHA-1[1] and MD5[1] are the most common hashing algorithms being used in various Index Terms—Cryptographic Hash Function, Parallel types of applications.
    [Show full text]
  • Security Analysis of BLAKE2's Modes of Operation
    Security Analysis of BLAKE2’s Modes of Operation Atul Luykx1, Bart Mennink1 and Samuel Neves2 1 Dept. Electrical Engineering, ESAT/COSIC, KU Leuven, and iMinds, Belgium [email protected], [email protected] 2 CISUC, Dept. of Informatics Engineering, University of Coimbra, Portugal [email protected] Abstract. BLAKE2 is a hash function introduced at ACNS 2013, which has been adopted in many constructions and applications. It is a successor to the SHA-3 finalist BLAKE, which received a significant amount of security analysis. Nevertheless, BLAKE2 introduces sufficient changes so that not all results from BLAKE carry over, meaning new analysis is necessary. To date, all known cryptanalysis done on BLAKE2 has focused on its underlying building blocks, with little focus placed on understanding BLAKE2’s generic security. We prove that BLAKE2’s compression function is indifferentiable from a random function in a weakly ideal cipher model, which was not the case for BLAKE. This implies that there are no generic attacks against any of the modes that BLAKE2 uses. Keywords: BLAKE · BLAKE2 · hash function · indifferentiability · PRF 1 Introduction Widespread adoption of cryptographic algorithms in practice often occurs regardless of their scrutiny by the cryptographic community. Although competitions such as AES and SHA-3 popularize thoroughly analyzed algorithms, they are not the only means with which practitioners find new algorithms. Standards, textbooks, and social media are sometimes more effective than publications and competitions. Nevertheless, analysis of algorithms is important regardless of how they were pop- ularized, and can result in finding insecurities, but also new techniques. For example, the PLAID protocol avoided cryptographic scrutiny by being standardized via the Cards and personal identification subcommittee of ISO, instead of via the Cryptography and security mechanisms working group, and when properly analyzed, PLAID turned out to be significantly weaker than claimed [DFF+14].
    [Show full text]
  • Hash Function Design Overview of the Basic Components in SHA-3 Competition
    Hash Function Design Overview of the basic components in SHA-3 competition Daniel Joščák [email protected] S.ICZ a.s. Hvězdova 1689/2a, 140 00 Prague 4; Faculty of Mathematics and Physics, Charles University, Prague Abstract In this article we bring an overview of basic building blocks used in the design of new hash functions submitted to the SHA-3 competition. We briefly present the current widely used hash functions MD5, SHA-1, SHA-2 and RIPEMD-160. At the end we consider several properties of the candidates and give an example of candidates that are in SHA-3 competition. Keywords: SHA-3 competition, hash functions. 1 Introduction In 2004 a group of researchers led by Xiaoyun Wang (Shandong University, China) presented real collisions in MD5 and other hash functions at the rump session of Crypto conference and they explained the method in [10]. In 2006 the same group presented a collision attack on SHA–1 in [8] and since then a lot of progress in collision finding algorithms has been made. Although there is no specific reason to believe that a practical attack on any of the SHA–2 family of hash functions is imminent, a successful collision attack on an algorithm in the SHA–2 family could have catastrophic effects for digital signatures. In reaction to this situation the National Institute of Standards and Technology (NIST) created a public competition for a new hash algorithm standard SHA–3 [1]. Except for the obvious requirements of the hash function (i.e. collision resistance, first and second preimage resistance, …) NIST expects SHA–3 to have a security strength that is at least as good as the hash algorithms in the SHA–2 family, and that this security strength will be achieved with significantly improved efficiency.
    [Show full text]
  • Correlation Cube Attacks: from Weak-Key Distinguisher to Key Recovery
    Correlation Cube Attacks: From Weak-Key Distinguisher to Key Recovery B Meicheng Liu( ), Jingchun Yang, Wenhao Wang, and Dongdai Lin State Key Laboratory of Information Security, Institute of Information Engineering, Chinese Academy of Sciences, Beijing 100093, People’s Republic of China [email protected] Abstract. In this paper, we describe a new variant of cube attacks called correlation cube attack. The new attack recovers the secret key of a cryp- tosystem by exploiting conditional correlation properties between the superpoly of a cube and a specific set of low-degree polynomials that we call a basis, which satisfies that the superpoly is a zero constant when all the polynomials in the basis are zeros. We present a detailed procedure of correlation cube attack for the general case, including how to find a basis of the superpoly of a given cube. One of the most significant advantages of this new analysis technique over other variants of cube attacks is that it converts from a weak-key distinguisher to a key recovery attack. As an illustration, we apply the attack to round-reduced variants of the stream cipher Trivium. Based on the tool of numeric mapping intro- duced by Liu at CRYPTO 2017, we develop a specific technique to effi- ciently find a basis of the superpoly of a given cube as well as a large set of potentially good cubes used in the attack on Trivium variants, and further set up deterministic or probabilistic equations on the key bits according to the conditional correlation properties between the super- polys of the cubes and their bases.
    [Show full text]
  • Restoring the Differential Resistance Of
    Restoring the Differential Resistance of MD6 Ethan Heilman September 21, 2011 Abstract These notes present new results to reestablish the differential resistance of MD6. In this paper we introduce a classification system of differential weight patterns that allows us to extend previous analysis to prove that MD6 is resistant to differential cryptanalysis. Our analysis allows us to more than double the security margin of MD6 against differential attacks. Keywords: Differential Cryptanalysis, Cryptographic Hash Function, MD6, Computer Aided Proof 1 Introduction These notes present new research on the security of the MD6 hash function against differential attacks. This work builds on ideas and methods from the MD6 SHA-3 NIST report[1], especially with regards to Section 6:9:1 on the differential security of MD6. As noted in an Official Comment on MD6 posted to the NIST list, a gap was discovered in the proof that MD6 is resistant to differential attacks[2]. When this bug in the computer aided prover was patched, the prover was no longer capable of proving the differential security of MD6 within the recommended number of rounds for MD6. With access to the original prover source code, we researched additional techniques and improvements to the prover such that the differential security of MD6 could be firmly reestablished within the recommended number of round. In this paper we develop an improved method of proving the differential resis- tance of MD6. The general approach we took was to determine what elements of the problem represent the greatest performance cost, find a trade-off that greatly reduces this performance cost for those elements, and use this trade-off to increase the lower bound by searching more rounds.
    [Show full text]