Cryptanalysis of NTRU with Two Public Keys

Total Page:16

File Type:pdf, Size:1020Kb

Cryptanalysis of NTRU with Two Public Keys Cryptanalysis of NTRU with two public keys Abderrahmane Nitaj Laboratoire de Mathematiques´ Nicolas Oresme Universite´ de Caen, France Email: [email protected] Abstract—NTRU is a fast public key cryptosystem presented of degree N − 1 with small integer coefficients. Let Zq in 1996 by Hoffstein, Pipher and Silverman. It operates in denote the ring of integers modulo q. The operations of the ring of truncated polynomials. In NTRU, a public key NTRU took place in the ring of truncated polynomials is a polynomial defined by the combination of two private N polynomials. In this paper, we consider NTRU with two Zq[X]= X − 1 . In this ring, the addition of two poly- different public keys defined by different private keys. We nomials is defined as pairwise addition of the coefficients of present a lattice-based attack to recover the private keys the same degree and multiplication, noted \ ∗ " is defined assuming that the public keys share polynomials with a suitable as convolution multiplication. In NTRU, to create a public number of common coefficients. key h, one chooses a private key (f; g) composed with two Keywords-NTRU cryptosystem; Lattice attacks; Cryptanaly- polynomials f and g and computes sis; −1 N h = fq ∗ g 2 Zq[X]= X − 1 ; NTRODUCTION I. I −1 N where fq is the inverse of f in Zq[X]= X − 1 . The NTRU Public Key Cryptosystem is a ring-based In this paper, we consider NTRU with two public keys h, cryptosystem that was first introduced in the rump session at h0 defined by the private keys (f; g) and (F 0;G0) with Crypto’96 [4]. It is one of the fastest public-key cryptosys- 0 0−1 0 tems, offering both encryption (NTRUencrypt) and digital h = Fq ∗ G (mod q): signatures (NTRUSign). It is a relatively new cryptosystem N Since f is invertible in Zq[X]= X − 1 , then we can that appears to be more efficient than the current and more 0 0 widely used public-key cryptosystems, such as RSA [8] and define g = f ∗ h (mod q) so that El Gamal [3]. It is well known that the security of RSA and 0 −1 0 h = fq ∗ g mod q: El Gamal relies on the difficulty of factoring large composite integers or computing discrete logarithms. However, in 1994, The main objective of this paper is to show how to find the Shor [10] showed that quantum computers can be used private key (f; g) when to factor integers and to compute discrete logarithms in kg − g0k < min(kgk; kg0k): polynomial time. Since NTRU does not rely on the difficulty of factoring or computing discrete logarithms and is still Using h and h0, we construct a lattice L(h; h0) of dimension considered secure even against quantum computer attacks, it 2N, and applying the lattice basis reduction algorithm LLL, is a promising alternative to the more established public key we show that short vectors in L(h; h0) can be used to cryptosystems. In [4], Hoffstein, Pipher and Silverman have find the private polynomials f, g, g0 when kg − g0k < studied different possible attacks on NTRU. The brute force min(kgk; kg0k). Under this condition, it is important to and the meet-in-the-middle attacks may be used against the notice that our method is more efficient than the method private key or against a single message but will not succeed of Coppersmith and Shamir to recover the private key (f; g) in a reasonable time. The multiple transmission attack also using the public key h. will fail for a suitable choice of parameters. However, we We note that when the polynomials g, g0 are generated notice that NTRU suggests that the public key should be randomly and independently, then with overwhelming prob- changed very frequently, for each transmission if possible. ability the condition kg − g0k < min(kgk; kg0k) is not The most important attack, presented by Coppersmith and satisfied. So in practice one can easily avoid this inequality. Shamir [2] in 1997 makes use of the LLL algorithm of 0 0−1 0 Similarly, assume that h = Fq ∗ G (mod q) is invert- Lenstra, Lenstra and Lovasz´ [5]. Coppersmith and Shamir N ible in Zq[X]= X − 1 . Then we can define a polynomial constructed a lattice generated by the public key and found f 0 as a factorization of the public key that could be used to break f 0 = h0−1 ∗ g (mod q); the system if the NTRU parameters are poorly set. q 0−1 0 N The NTRU cryptosystem depends on three integer param- where hq is the inverse of h in Zq[X]= X − 1 . Using eters (N; p; q) and four sets Lf , Lg, Lr, Lm of polynomials lattice reduction techniques, we show that it is possible to recover the private key (f; g) assuming that the condition the well known attack of Coppersmith and Shamir on NTRU. kf − f 0k < min(kfk; kf 0k) is fulfilled. Further details can be found in [4] and [2]. The paper is organized as follows. In Section 2, we give A. Definitions and notations motivation for our work. Section 3 gives a brief mathemati- cal description of NTRU and introduces the LLL algoritm as We start by introducing the ring N well as the attack of Coppersmith and Shamir on NTRU. In R = Z[X]=(X − 1); Section 4, we present our new attack on NTRU with two pri- vate keys (f; g) and (f; g0) with kg − g0k < min(kgk; kg0k) upon which NTRU operates. We use ∗ to denote a polyno- and compare it with the attack of Coppersmith and Shamir. mial multiplication in R, which is the cyclic convolution of In Section 5, we present our new attack on NTRU when h two polynomials. If and h0 are invertible and kf − f 0k < min(kfk; kf 0k). We N−1 X i conclude the paper in Section 6. f = (f0; f1; ··· ; fN−1) = fiX ; i=0 II. MOTIVATION N−1 X i g = (g0; g1; ··· ; gN−1) = giX ; RSA, the most commonly used public-key cryptosys- i=0 tem [8] has stood up remarkably well to years of extensive are polynomials of R, then h = f ∗ g is given by h = cryptanalysis and is still considered secure by the crypto- (h ; h ; ··· ; h ); where h is defined for 0 ≤ k ≤ N −1 graphic community (see [1] for more details). RSA derives 0 1 N−1 k by its security from the difficulty of factoring large numbers of k N−1 the shape N = pq where p, q are large unknown primes X X X of the same bit-size. In some cases, the problem can be hk = figj = figk−i + figN+k−i: slightly easier given two RSA modulus N = pq, N 0 = p0q0. i+j≡k mod N i=0 i=k+1 If p = p0, then it is trivial to factor N and N 0 by computing The Euclidean norm or the length of a polynomial f = 0 0 gcd(N; N ). However, it is possible to factor N and N (f0; f1; ··· ; fN−1) is defined as when p and p0 share a certain amount of bits (see [7], [9]). v uN−1 The first paper studying NTRU was written by Copper- u X kfk = t f 2: smith and Shamir [2]. In that paper, they noted that the i i=0 best way to attack the NTRU cryptosystem was via the techniques of lattice reduction. Nevertheless, the security One more notation is the binary set of polynomials B(d) of NTRU is also based on the following factorization defined for a positive integers d by N problem: Given a polynomial h 2 Z[X]= X − 1 , find ( N−1 N−1 ) N X i X two short polynomials f 2 Z[X]= X − 1 and g 2 B(d) = f(X) = fiX ; fi 2 f0; 1g; fi = d : N −1 Z[X]= X − 1 such that h = fq ∗ g (mod q); where i=0 i=0 −1 N fq is the inverse of f in Zq[X]= X − 1 . In other words, B(d) is the set of polynomials of R with d Similarly to RSA with two modulus, consider NTRU with coefficients equal to 1 and all the other coefficients equal to two public keys h and h0 defined by the same parameters 0. −1 0 (N; p; q). Assume that h = fq ∗ g (mod q): Then, h can Different descriptions of NTRUEncrypt and different pro- 0 −1 0 0 0 be expressed as h = fq ∗ g (mod q) where g = f ∗ h posed parameter sets have been in circulation since 1996. (mod q). The main contribution of this paper is to show The 2005 instantiation of NTRU is set up by six public 0 how to find the private keys (f; g) when g and g satisfy integers N, p, q, df , dg, dr and four public spaces Lf , Lg, 0 0 kg − g k < min(kgk; kg k). Lm, Lr such that We notice that lattice-based cryptography is currently seen • N is prime and sufficiently large to prevent lattice as one of the most promising alternatives to cryptography attacks. based on number theory. Given recent advances in lattice- • p and q are relatively prime. based cryptography (see [6] and [11]), studying NTRU and • q is much larger than p. related schemes is both useful and timely. In this direction, •L f is a set of small polynomials from which the private our work shows that using the same f or the same g in keys are selected.
Recommended publications
  • Etsi Gr Qsc 001 V1.1.1 (2016-07)
    ETSI GR QSC 001 V1.1.1 (2016-07) GROUP REPORT Quantum-Safe Cryptography (QSC); Quantum-safe algorithmic framework 2 ETSI GR QSC 001 V1.1.1 (2016-07) Reference DGR/QSC-001 Keywords algorithm, authentication, confidentiality, security ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Circuit-Extension Handshakes for Tor Achieving Forward Secrecy in a Quantum World
    Proceedings on Privacy Enhancing Technologies ; 2016 (4):219–236 John M. Schanck*, William Whyte, and Zhenfei Zhang Circuit-extension handshakes for Tor achieving forward secrecy in a quantum world Abstract: We propose a circuit extension handshake for 2. Anonymity: Some one-way authenticated key ex- Tor that is forward secure against adversaries who gain change protocols, such as ntor [13], guarantee that quantum computing capabilities after session negotia- the unauthenticated peer does not reveal their iden- tion. In doing so, we refine the notion of an authen- tity just by participating in the protocol. Such pro- ticated and confidential channel establishment (ACCE) tocols are deemed one-way anonymous. protocol and define pre-quantum, transitional, and post- 3. Forward Secrecy: A protocol provides forward quantum ACCE security. These new definitions reflect secrecy if the compromise of a party’s long-term the types of adversaries that a protocol might be de- key material does not affect the secrecy of session signed to resist. We prove that, with some small mod- keys negotiated prior to the compromise. Forward ifications, the currently deployed Tor circuit extension secrecy is typically achieved by mixing long-term handshake, ntor, provides pre-quantum ACCE security. key material with ephemeral keys that are discarded We then prove that our new protocol, when instantiated as soon as the session has been established. with a post-quantum key encapsulation mechanism, Forward secret protocols are a particularly effective tool achieves the stronger notion of transitional ACCE se- for resisting mass surveillance as they resist a broad curity. Finally, we instantiate our protocol with NTRU- class of harvest-then-decrypt attacks.
    [Show full text]
  • Overview of Post-Quantum Public-Key Cryptosystems for Key Exchange
    Overview of post-quantum public-key cryptosystems for key exchange Annabell Kuldmaa Supervised by Ahto Truu December 15, 2015 Abstract In this report we review four post-quantum cryptosystems: the ring learning with errors key exchange, the supersingular isogeny key exchange, the NTRU and the McEliece cryptosystem. For each protocol, we introduce the underlying math- ematical assumption, give overview of the protocol and present some implementa- tion results. We compare the implementation results on 128-bit security level with elliptic curve Diffie-Hellman and RSA. 1 Introduction The aim of post-quantum cryptography is to introduce cryptosystems which are not known to be broken using quantum computers. Most of today’s public-key cryptosys- tems, including the Diffie-Hellman key exchange protocol, rely on mathematical prob- lems that are hard for classical computers, but can be solved on quantum computers us- ing Shor’s algorithm. In this report we consider replacements for the Diffie-Hellmann key exchange and introduce several quantum-resistant public-key cryptosystems. In Section 2 the ring learning with errors key exchange is presented which was introduced by Peikert in 2014 [1]. We continue in Section 3 with the supersingular isogeny Diffie–Hellman key exchange presented by De Feo, Jao, and Plut in 2011 [2]. In Section 5 we consider the NTRU encryption scheme first described by Hoffstein, Piphe and Silvermain in 1996 [3]. We conclude in Section 6 with the McEliece cryp- tosystem introduced by McEliece in 1978 [4]. As NTRU and the McEliece cryptosys- tem are not originally designed for key exchange, we also briefly explain in Section 4 how we can construct key exchange from any asymmetric encryption scheme.
    [Show full text]
  • A Quantum-Safe Circuit-Extension Handshake for Tor
    A quantum-safe circuit-extension handshake for Tor John Schanck, William Whyte, and Zhenfei Zhang Security Innovation, Wilmington, MA 01887 fjschanck,wwhyte,[email protected] Abstract. We propose a method for integrating NTRUEncrypt into the ntor key exchange protocol as a means of achieving a quantum-safe variant of forward secrecy. The proposal is a minimal change to ntor, essentially consisting of an NTRUEncrypt-based key exchange performed in parallel with the ntor handshake. Performance figures are provided demonstrating that the client bears most of the additional overhead, and that the added load on the router side is acceptable. We make this proposal for two reasons. First, we believe it to be an interesting case study into the practicality of quantum-safe cryptography and into the difficulties one might encounter when transi­ tioning to quantum-safe primitives within real-world protocols and code-bases. Second, we believe that Tor is a strong candidate for an early transition to quantum-safe primitives; users of Tor may be jus­ tifiably concerned about adversaries who record traffic in the present and store it for decryption when technology or cryptanalytic techniques improve in the future. 1 Introduction such as [12,23], as well as some Diffie-Hellman proto­ cols like ntor [8]. A key exchange protocol allows two parties who share no common secrets to agree on a common key over Forward secrecy. A protocol achieves forward secrecy a public channel. In addition to achieving this ba­ if the compromise of any party’s long-term key ma­ sic goal, key exchange protocols may satisfy various terial does not affect the secrecy of session keys de­ secondary properties that are deemed important to rived prior to the compromise.
    [Show full text]
  • Optimizing NTRU Using AVX2
    Master Thesis Computing Science Cyber Security Specialisation Radboud University Optimizing NTRU using AVX2 Author: First supervisor/assessor: Oussama Danba dr. Peter Schwabe Second assessor: dr. Lejla Batina July, 2019 Abstract The existence of Shor's algorithm, Grover's algorithm, and others that rely on the computational possibilities of quantum computers raise problems for some computational problems modern cryptography relies on. These algo- rithms do not yet have practical implications but it is believed that they will in the near future. In response to this, NIST is attempting to standardize post-quantum cryptography algorithms. In this thesis we will look at the NTRU submission in detail and optimize it for performance using AVX2. This implementation takes about 29 microseconds to generate a keypair, about 7.4 microseconds for key encapsulation, and about 6.8 microseconds for key decapsulation. These results are achieved on a reasonably recent notebook processor showing that NTRU is fast and feasible in practice. Contents 1 Introduction3 2 Cryptographic background and related work5 2.1 Symmetric-key cryptography..................5 2.2 Public-key cryptography.....................6 2.2.1 Digital signatures.....................7 2.2.2 Key encapsulation mechanisms.............8 2.3 One-way functions........................9 2.3.1 Cryptographic hash functions..............9 2.4 Proving security......................... 10 2.5 Post-quantum cryptography................... 12 2.6 Lattice-based cryptography................... 15 2.7 Side-channel resistance...................... 16 2.8 Related work........................... 17 3 Overview of NTRU 19 3.1 Important NTRU operations................... 20 3.1.1 Sampling......................... 20 3.1.2 Polynomial addition................... 22 3.1.3 Polynomial reduction.................. 22 3.1.4 Polynomial multiplication...............
    [Show full text]
  • How to Strengthen Ntruencrypt to Chosen-Ciphertext Security in the Standard Model
    NTRUCCA: How to Strengthen NTRUEncrypt to Chosen-Ciphertext Security in the Standard Model Ron Steinfeld1?, San Ling2, Josef Pieprzyk3, Christophe Tartary4, and Huaxiong Wang2 1 Clayton School of Information Technology Monash University, Clayton VIC 3800, Australia [email protected] 2 Div. of Mathematical Sciences, School of Physical and Mathematical Sciences, Nanyang Technological University, Singapore, 637371 lingsan,[email protected] 3 Centre for Advanced Computing - Algorithms and Cryptography, Dept. of Computing, Macquarie University, Sydney, NSW 2109, Australia [email protected] 4 Institute for Theoretical Computer Science, Tsinghua University, People's Republic of China [email protected] Abstract. NTRUEncrypt is a fast and practical lattice-based public-key encryption scheme, which has been standardized by IEEE, but until re- cently, its security analysis relied only on heuristic arguments. Recently, Stehlé and Steinfeld showed that a slight variant (that we call pNE) could be proven to be secure under chosen-plaintext attack (IND-CPA), assum- ing the hardness of worst-case problems in ideal lattices. We present a variant of pNE called NTRUCCA, that is IND-CCA2 secure in the standard model assuming the hardness of worst-case problems in ideal lattices, and only incurs a constant factor overhead in ciphertext and key length over the pNE scheme. To our knowledge, our result gives the rst IND- CCA2 secure variant of NTRUEncrypt in the standard model, based on standard cryptographic assumptions. As an intermediate step, we present a construction for an All-But-One (ABO) lossy trapdoor function from pNE, which may be of independent interest. Our scheme uses the lossy trapdoor function framework of Peik- ert and Waters, which we generalize to the case of (k −1)-of-k-correlated input distributions.
    [Show full text]
  • Timing Attacks and the NTRU Public-Key Cryptosystem
    Eindhoven University of Technology BACHELOR Timing attacks and the NTRU public-key cryptosystem Gunter, S.P. Award date: 2019 Link to publication Disclaimer This document contains a student thesis (bachelor's or master's), as authored by a student at Eindhoven University of Technology. Student theses are made available in the TU/e repository upon obtaining the required degree. The grade received is not published on the document as presented in the repository. The required complexity or quality of research of student theses may vary by program, and the required minimum study period may vary in duration. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain Timing Attacks and the NTRU Public-Key Cryptosystem by Stijn Gunter supervised by prof.dr. Tanja Lange ir. Leon Groot Bruinderink A thesis submitted in partial fulfilment of the requirements for the degree of Bachelor of Science July 2019 Abstract As we inch ever closer to a future in which quantum computers exist and are capable of break- ing many of the cryptographic algorithms that are in use today, more and more research is being done in the field of post-quantum cryptography.
    [Show full text]
  • Introduction to Post-Quantum Cryptography
    8/28/19 Introduction to Post-Quantum Cryptography CERG: Cryptographic Engineering Research Group 3 faculty members, 9 Ph.D. students, 6 affiliated scholars 2 1 8/28/19 Previous Cryptographic Contests IX.1997 X.2000 AES 15 block ciphers ® 1 winner NESSIE I.2000 XII.2002 CRYPTREC XI.2004 IV.2008 34 stream 4 HW winners eSTREAM ciphers ® + 4 SW winners X.2007 X.2012 51 hash functions ® 1 winner SHA-3 I.2013 II. 2019 57 authenticated ciphers ® multiple winners CAESAR 97 98 99 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 time Cryptographic Contests 2007-Present Completed 51 hash functions ® 1 winner X.2007 X.2012 In progress SHA-3 I.2013 II.2019 57 authenticated ciphers CAESAR ® multiple winners XII.2016 TBD 69 Public-Key Post-Quantum Post-Quantum Cryptography Schemes VIII.2018 TBD 56 Lightweight authenticated ciphers & hash functions Lightweight 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 Year 2 8/28/19 Why Cryptographic Contests? Avoid back-door theories Speed-up the acceptance of a new standard Stimulate non-classified research on methods of designing a specific cryptographic transformation Focus the effort of a relatively small cryptographic community 5 Evaluation Criteria Security Software Efficiency Hardware Efficiency µProcessors µControllers FPGAs ASICs Flexibility Simplicity Licensing 6 3 8/28/19 AES Contest, 1997-2000: Block Ciphers GMU FPGA Results Straw Poll @ NIST AES 3 conference Rijndael second best in FPGAs, selected as a winner due to much better performance in software & ASICs 7 SHA-3 Round 2: 14 candidates Throughput Best: Fast & Small Worst: Slow & Big Area Throughput vs.
    [Show full text]
  • The Whole Is Less Than the Sum of Its Parts: Constructing More Efficient Lattice-Based Akes?
    The Whole is Less than the Sum of its Parts: Constructing More Efficient Lattice-Based AKEs? Rafael del Pino1;2;3, Vadim Lyubashevsky4, and David Pointcheval3;2;1 1 INRIA, Paris 2 Ecole´ Normale Sup´erieure,Paris 3 CNRS 4 IBM Research Zurich Abstract. Authenticated Key Exchange (AKE) is the backbone of internet security protocols such as TLS and IKE. A recent announcement by standardization bodies calling for a shift to quantum-resilient crypto has resulted in several AKE proposals from the research community. Be- cause AKE can be generically constructed by combining a digital signature scheme with public key encryption (or a KEM), most of these proposals focused on optimizing the known KEMs and left the authentication part to the generic combination with digital signatures. In this paper, we show that by simultaneously considering the secrecy and authenticity require- ments of an AKE, we can construct a scheme that is more secure and with smaller communication complexity than a scheme created by a generic combination of a KEM with a signature scheme. Our improvement uses particular properties of lattice-based encryption and signature schemes and consists of two parts { the first part increases security, whereas the second reduces communication complexity. We first observe that parameters for lattice-based encryption schemes are always set so as to avoid decryption errors, since many observations by the adversary of such failures usually leads to him recovering the secret key. But since one of the requirements of an AKE is that it be forward-secure, the public key must change every time. The intuition is therefore that one can set the parameters of the scheme so as to not care about decryption errors and everything should still remain secure.
    [Show full text]
  • NIST)  Quantum Computing Will Break Many Public-Key Cryptographic Algorithms/Schemes ◦ Key Agreement (E.G
    Post Quantum Cryptography Team Presenter: Lily Chen National Institute of Standards and Technology (NIST) Quantum computing will break many public-key cryptographic algorithms/schemes ◦ Key agreement (e.g. DH and MQV) ◦ Digital signatures (e.g. RSA and DSA) ◦ Encryption (e.g. RSA) These algorithms have been used to protect Internet protocols (e.g. IPsec) and applications (e.g.TLS) NIST is studying “quantum-safe” replacements This talk will focus on practical aspects ◦ For security, see Yi-Kai Liu’s talk later today ◦ Key establishment: ephemeral Diffie-Hellman ◦ Authentication: signature or pre-shared key Key establishment through RSA, DHE, or DH Client Server ◦ RSA – Client encrypts pre- master secret using server’s Client RSA public key Hello Server Hello Certificate* ◦ DHE – Ephemeral Diffie- ServerKeyExchange* Hellman CertificateRequest* ◦ DH – Client generates an ServerHelloDone ephemeral DH public value. Certificate* ClientKeyExchange* Pre-master secret is generated CertificateVerify* using server static public key {ChangeCipherSpec} Finished Server authentication {ChangeCipherSpec} ◦ RSA – implicit (by key Finished confirmation) ◦ DHE - signature Application data Application Data ◦ DH – implicit (by key confirmation) IKE ◦ A replacement of ephemeral Diffie-Hellman key agreement should have a fast key pair generation scheme ◦ If signatures are used for authentication, both signing and verifying need to be equally efficient TLS ◦ RSA - encryption replacement needs to have a fast encryption ◦ DHE – fast key pair generation and efficient signature verification ◦ DH – fast key pair generation Which are most important in practice? ◦ Public and private key sizes ◦ Key pair generation time ◦ Ciphertext size ◦ Encryption/Decryption speed ◦ Signature size ◦ Signature generation/verification time Not a lot of benchmarks in this area Lattice-based ◦ NTRU Encryption and NTRU Signature ◦ (Ring-based) Learning with Errors Code-based ◦ McEliece encryption and CFS signatures Multivariate ◦ HFE, psFlash , Quartz (a variant of HFE), Many more….
    [Show full text]
  • Cryptanalysis of Public Key Cryptosystems Abderrahmane Nitaj
    Cryptanalysis of Public Key Cryptosystems Abderrahmane Nitaj To cite this version: Abderrahmane Nitaj. Cryptanalysis of Public Key Cryptosystems. Cryptography and Security [cs.CR]. Université de Caen Normandie, 2016. tel-02321087 HAL Id: tel-02321087 https://hal-normandie-univ.archives-ouvertes.fr/tel-02321087 Submitted on 20 Oct 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. MEMOIRE D'HABILITATION A DIRIGER DES RECHERCHES Sp´ecialit´e: Math´ematiques Pr´epar´eau sein de l'Universit´ede Caen Normandie Cryptanalysis of Public Key Cryptosystems Pr´esent´eet soutenu par Abderrahmane NITAJ Soutenu publiquement le 1er d´ecembre 2016 devant le jury compos´ede Mr Thierry BERGER Professeur, Universit´ede Limoges Rapporteur Mr Marc GIRAULT Chercheur HDR, Orange Labs, Caen Examinateur Mr Marc JOYE Chercheur HDR, NXP Semiconductors Rapporteur Mr Fabien LAGUILLAUMIE Professeur, Universit´ede Lyon 1 Rapporteur Mr Denis SIMON Professeur, Universit´ede Caen Examinateur Mme Brigitte VALLEE Directrice de Recherche, CNRS Examinatrice M´emoirepr´epar´eau Laboratoire de Math´ematiquesNicolas Oresme (LMNO) Contents Remerciements ix List of Publications xi 1 Introduction 1 2 Cryptanalysis of RSA 9 2.1 Introduction . .9 2.2 Continued Fractions .
    [Show full text]
  • Choosing Parameters for Ntruencrypt
    Choosing Parameters for NTRUEncrypt Jeff Hoffstein1, Jill Pipher1, John M. Schanck2;3, Joseph H. Silverman1, William Whyte3, and Zhenfei Zhang3 1 Brown University, Providence, USA fjhoff,jpipher,[email protected] 2 University of Waterloo, Waterloo, Canada 3 Security Innovation, Wilmington, USA fjschanck,wwhyte,[email protected] Abstract. We describe a methods for generating parameter sets and calculating security estimates for NTRUEncrypt. Analyses are provided for the standardized product-form parameter sets from IEEE 1363.1-2008 and for the NTRU Challenge parameter sets. 1 Introduction and Notation In this note we will assume some familiarity with the details and notation of NTRUEncrypt. The reader desiring further background should consult standard references such as [4, 5, 12]. The key parameters are summarized in Table 1. Each is, implicitly, a function of the security parameter λ. Primary NTRUEncrypt Parameters N N; q Ring parameters RN;q = Zq[X]=(X − 1). p Message space modulus. d1; d2; d3 Non-zero coefficient counts for product form polynomial terms. dg Non-zero coefficient count for private key component g. dm Message representative Hamming weight constraint. Table 1. NTRUEncrypt uses a ring of convolution polynomials; a polynomial ring parameterized by a prime N and an integer q of the form N RN;q = (Z=qZ)[X]=(X − 1): The subscript will be dropped when discussing generic properties of such rings. We denote multiplication in R by ∗. An NTRUEncrypt public key is a generator for a cyclic R-module of rank 2, and is denoted (1; h). The private key is an element of this module which is \small" with respect to a given norm and is denoted (f; g).
    [Show full text]