The present invention concerns the field of computer security. It more particularly concerns the security of cryptographic methods employing pairs of public and private keys.
Some cryptographic systems employing methods such as the digital signing or encryption of a message, for example, require the generation of pairs of cryptographic keys.
The cryptographic system shares the public key in clear with the systems intended to receive the processed message whereas the private key is kept secret.
The generation of the pairs of public and private keys being a sensitive operation, test mechanisms are usually provided for verifying their integrity.
For example, the American standard FIPS 140-2 published by the NIST (National Institute of Standards and Technology) provides such a test (known as a pair-wise consistency test).
In the case of cryptographic methods of RSA (Rivest Shamir Adelman) type, the pair of keys is obtained in the following manner.
To obtain p and q, two large prime numbers, the following two steps are repeated:
The product of the numbers p and q thus forms a number n (n=p·q).
Then the number Φ(n)=(p−1)·(q−1) is calculated (Φ being the Euler indicator function or totient).
The public key is then formed by the numbers n and e, with e, the “public exponent”, being an integer such that:
For its part, the private key is formed by the numbers n and d, with d, the “private exponent”, being an integer such that:
When the cryptographic method encrypts a message m (m belonging to Zn), the integrity test provided by the FIPS 140-2 standard may be summarized as follows:
When the cryptographic method signs a message m (m belonging to Zn), the integrity test provided by the FIPS 140-2 standard may be summarized as follows:
The inventors have nevertheless noted that the integrity tests currently used might not detect some key pair generation errors.
They have therefore shown up a requirement to include the reliability of the methods of verifying the integrity of the generation of pairs of keys in cryptographic systems.
The present invention falls within this framework.
A first aspect of the invention concerns a method of generating a message m of order λ(n), λ(n) being the lowest common multiple between p−1 and q−1, p and q being two prime numbers, for its use in a test of the integrity of generation of a pair of public and private cryptographic keys in the multiplicative group of integers modulo n, with n being the product of the two prime numbers p and q, the method including:
A method in accordance with the first aspect makes it possible to generate messages rendering the key pair generation integrity tests more robust.
In particular, a method in accordance with the first aspect makes it possible to generate messages the order whereof makes it possible to detect key pair generation anomalies more easily.
For example, said test includes the following steps:
For example, s is the number of less significant bits (at 0) of w−1.
For example, s is the greatest power of 2 that divides w−1.
The method may further include a test step to verify if a(w−1)/q≠1 mod w, with aw−1=1 mod w, said verification being effected for a set of divisors q of w−1.
For example, said verification is effected for a set of prime divisors q of w−1.
For example, for said divisors q, the value a(w−1)/q is calculated by modular exponentiation.
The method may further include an initialization of said modular exponentiation with an initial variable calculated from the factorization in prime numbers of the number w−1.
For example, said test is carried out in accordance with a probabilistic algorithm.
A second aspect of the invention concerns a method of testing the security of an electronic device against an attack, said device employing generation of a public cryptographic key e and a private cryptographic key d in the multiplicative group of integers modulo n, such that:
The method comprises a step of obtaining a value λ′ (n)=λ(n)/α, instead of a value λ(n), with α dividing λ(n), a private key d′ being thus calculated instead of the private key d such that d′·e=1 mod λ(n)/α.
A method in accordance with the second aspect makes it possible to test electronic devices employing generation of pairs of keys by verifying their reaction to the disturbance of the calculation of the lowest common multiple.
A method in accordance with the second aspect may be employed in the industrial process of testing electronic devices employing generation of cryptographic keys, for example in a test laboratory. Said perturbation step can make it possible to identify a vulnerability in resistance to erroneous calculation of the value λ(n).
For example, the value λ′(n) is calculated on a third party device and supplied to the device under test.
For example, the value λ′ (n) is calculated on the device under test and obtained by disturbance of the calculation of the value λ(n).
A third aspect of the invention concerns a computer program as well as a computer program product and a storage medium for such programs and product, making possible the implementation of a method in accordance with the first or second aspect when the program is loaded and executed by a processor of an electronic device, for example a cryptographic device.
A fourth aspect concerns an electronic device, for example a cryptographic device, configured to implement a method in accordance with the first or second aspect.
For example, a device in accordance with the fourth aspect is a portable electronic entity.
The device in accordance with the third aspect may be a smartcard.
Other types of devices may be envisaged, notably security documents (electronic passport, electronic identity card, etc.), USB keys, mobile telephones and smartphones.
Other advantages, objects and features of the present invention emerge from the following detailed description given by way of nonlimiting example with reference to the appended drawings, in which:
Embodiments are described hereinafter. However, in a preliminary manner, there is described a cryptographic key pair generation integrity test method. This test method may be used for cryptographic keys used in encryption and/or digital signature mechanisms. This method may therefore be used even before the subsequent use of the pair of keys generated is known.
It is assumed that a public cryptographic key (e, n) and a private cryptographic key (d, n) are generated such that:
Then, as shown in
It is then verified during a step 103 if the initial message m and the decrypted message are the same (m′=m). If this is not the case (NOK), it is determined during the step 104 that the generated key pair has no integrity. If on the other hand the initial message m and the decrypted message are the same (OK), the decrypted message m′ is encrypted, during a step 105, with the public exponent e so as to obtain a second encrypted message c′=(m′)e mod n.
It is then verified during a step 106 if the first encrypted message c and the second encrypted message c′ are the same (c′=c). If such is the case (OK), it is determined during the step 107 that the integrity test has succeeded. If not (NOK), it is determined during the step 108 that the generated key pair has no integrity.
Some key pairs with no integrity may successfully pass integrity tests like that described above or other prior art tests.
For example, if, instead of generating the private exponent d, a number d′ is generated such that:
In addition to being a source of errors for a cryptographic system using the keys, this can be a source of attacks by malicious third parties.
For example, the number d′ may be generated in error if the calculation of the lowest common multiple of p−1 and q−1 (which should normally give λ(n)) is erroneous. The number d′ may be calculated using the Euclid algorithm. The integers a and b are calculated so that e·a+b·λ(n)/α=1 (Bezout's identity). The number d′ is then obtained as d′=a mod λ(n)/α. Under these conditions, it is indeed the fact that d′·e=1 mod λ(n)/α.
By causing the determination of the number d′ instead of the number d, a hacker can therefore retrieve one of the secret factors (p and q) of the number n such that n=p·q.
In fact, assuming that the integer α divides the number
but not the number then
then denoting by t the number such that
we obtain d=e−1 mod t·(p−1).
Therefore, the private exponent is the inverse of the public exponent in the ring Zt·(p−1) instead of the ring Zλ(n). Then, for a random message m:
A multiple of the factor p can therefore be obtained as (md)e−m mod n.
A hacker can therefore interfere with the generation of keys and request the signing of random messages. For some messages m, the signature s obtained is such that gcd(se−m,n) gives a factor of n.
Assume that the lowest common multiple of p−1 and q−1 is calculated as follows:
with gcd(p−1, q−1) being the greatest common divisor of p−1 and q−1. If the calculation of this greatest common divisor gives α·gcd(p−1, q−1) (the product of α by gcd(p−1, q−1)) instead of gcd(p−1, q−1), d′ is calculated instead of calculating d.
The inventors have noted that the integrity tests currently used could fail to detect some key pair generation errors, notably during attacks as referred to above.
A hacker can cause errors in the calculation of the private exponent by auxiliary channel observation of the operation of the device executing the key generation and then by physically attacking the device to interfere with this operation. The hacker can for example use lasers to interfere with the device or to interfere with its electrical power supply.
By way of illustration, if an error α (as referred to above) is introduced such that the number α divides the value k·λ(n)/α (k being an integer) and such that instead of the number d a number d′ is determined such that d′·e=1+k·λ(n)/α then an integrity test as defined for example in the FIPS 140-2 standard executed on a message m of order s does not make it possible to detect the error if s divides k·λ(n)/α but does make it possible to detect it if s does not divide k·λ(n)/α. It must be remembered that the order s of the message m in the multiplicative group is the number of times that the message m must be multiplied to obtain 1.
In fact, let e, p and q be RSA parameters with n=p·q. If d′=e−1 mod λ(n)/α is the erroneous exponent, the correct exponent being d=e−1 mod λ(n), if d′ is different from d then ∃mϵZn* such that (me)d′ ≠m mod n. Moreover if ∀mϵZn* we have (me)d′=m mod n then d=d′. It is possible to demonstrate this, but in the interests of conciseness this is not done here.
Methods are described hereinafter making it possible to render the integrity tests sensitive to this type of errors. The integrity tests may be employed during generation of the keys.
As discussed above with reference to
It is then advantageous to generate messages the order of which makes it possible to detect the error, in particular messages the order of which does not divide k·λ(n)/α.
For example, messages of order λ(n) are good candidates.
There is described hereinafter with reference to
During a step 200, a number p is generated at random. It is then verified during the step 201 whether the number p is prime. If this is not the case (NOK), the step 200 is repeated. If p is prime (OK), a number q is generated at random during the step 202. It is thereafter verified during the step 203 whether the number q is prime. If this is not the case (NOK), the step 202 is repeated. If q is prime (OK), the product n of the numbers p and q (n=p·q) is calculated during the step 204.
During the primality tests, the generators a and b of the additive groups Zp* of integers modulo p (0 being excluded) and Zq* of the integer modulo q (0 being excluded) are calculated.
For example, the generator a is calculated during the primality test for the integer p and the generator b is calculated for the integer q.
A number γ is then calculated during the step 205, such that 1≤γ≤n−1 with γ=a mod p and γ=b mod q.
The number γ calculated in this way is then utilized (step 206) as the message for the integrity test of the cryptographic keys generated from p and q.
To calculate the integer number γ, the Gauss algorithm (2.121 in the above-mentioned document) may be used.
The cryptographic keys may be generated in a process (not shown) during which the public key is generated with the calculation of the public exponent e such that:
During this process, the private key may be generated with the calculation of the number d such that d·e=1 mod λ(n), λ(n) being the lowest common multiple in p−1 and q−1.
The search for the generators a and b as proposed in the prior art, in particular in the above-mentioned document, necessitates the factorization of the integers p−1 and q−1. Now, in cryptographic applications, the integers p and q are generally strong integer numbers, i.e. the integers p−1 and q−1 each have a large divisor (for example of the order of 160 bits). For example, in the FIPS 180-3 and ANSI X9.31 standards p and q are generated such that p−1, p+1, q−1 and q+1 are divisible by a large prime number.
It is therefore somewhat unrealistic to use the prior art methods.
It is proposed here that it is advantageous to determine these integers during the primality test effected during the generation of the integers p and q. It is therefore possible to find the generators a and b knowing that the integers p and q are strong prime numbers.
As already referred to above, the primality test may for example be a probabilistic test (for example of the Miller-Rabin type).
The method described with reference to
In a first step 300, a candidate integer w, verifying w−1=2sr−1 is generated.
An integer c is then selected in the step 301 such that 1≤c≤w−1. A number y=C2
Then, if this number y is equal to w−1 modulo w (test of the step 303), this number is chosen as generator of the multiplicative group Zw* of integers modulo w (0 being excluded). This may therefore be the number α for the multiplicative group Zp* and/or the number b for the multiplicative group Zq*.
An algorithm for generating the generators a and b is given in appendix A. It is based on the Miller-Rabin algorithm. The algorithm illustrates the search for the generator a, the latter being transposable to the search for the generator b.
A variable y is initialized with the value ar mod w. The value a2jr mod w is then calculated iteratively by squaring the variable y in each step j, with 0≤j≤s−1.
If the iterative loop terminates with j=s−1 and y=w−1, then the base a is probably a generator of the multiplicative group Zw* of integers modulo w (0 being excluded).
The algorithm given in appendix A can deliver a plurality of generators but is designed so that it always returns the last one.
The multiplicative group Zp* of integers modulo p (0 being excluded) has a number Φ(Φ(p)) of generators (Φ being the Euler indicator function or totient). The probability for the algorithm to return a generator of Zp* (p being prime) is Φ(Φ(p))/Φ(p), i.e. Φ(p−1)/(p−1). The iterative loop being repeated t times, the probability of finding a generator among the t random executions is t. Φ(p−1)/(p−1).
The generator search algorithm can return “false positives”, i.e. elements of the multiplicative group Zw* of integers modulo w (0 being excluded) that are not in fact generators. However, as soon as α=2 (it must be remembered that a is a divisor of λ(n) and that the search is for messages the order whereof does not divide k·λ(n)/α), these “false” generators can be used anyway to detect the erroneous exponents d′.
In fact, let us assume:
By definition we have:
with mj=min (ej, fj) for j=1 . . . t and m0=min (r, s).
We also have:
with m′i=min (e′i, fi) less than or equal to mi and m′j=min (ei, f′i) less than or equal to mi and i less than or equal to j3.
The effect of the primality test (ged′=g mod n) on such an element g is considered hereinafter.
By virtue of the definition of the erroneous exponent d′, we have: e·d′=1+k·λ(n)/α.
If d′ is different from d (otherwise d′ would be a correct exponent), α does not divide k, therefore α divides λ(n). If α=2, then
and therefore
because the order o(g) of g does not divide λ(n)/α.
In fact, we have
which in the end implies that ged′ is different from g modulo n. This means that the primality test rejects the generated key, which will be considered as erroneous.
In the situation α=2 it is therefore possible to use the generators stemming from false positives of the algorithm described above. In fact, this can be generalized for other values of α, for example, in the set (2, 3, 5, 7).
An algorithm, also based on the Miller-Rabin algorithm, utilizing such values of α is therefore given in appendix B. The algorithm given in appendix B utilizes the following property (property 4.38 in the documents cited above).
If w is an integer greater than or equal to 3, then w is a prime number if and only if there exits an integer satisfying:
(i) aw−1=1 mod w and
(ii) a(w−1)/q≠1 mod w for any prime divisor q of w−1.
The appendix B algorithm is similar to that of appendix A and adds the test of the above condition (ii).
The implicit factorization effected in line 19 and in the test of line 21 is described hereinafter.
The factorization of w−1 on the base T of small prime numbers less than B is an available method known in the prior art, for example in the document Granville, “Smooth numbers: Computational number theory and beyond”, Proc. MSRI Conf. Algorithmic Number Theory: Lattices, Number, Fields, Curves and Cryptography, Berkeley 2000, Cambridge University Press.
For the test of line 21, instead of calculating and testing if a(w−1)/qi≠1 mod w for each divisor qi of w−1 there is rather a test whether a(2
For this same test, it is necessary to calculate qith modular roots for each prime integer qi. This operation is relatively costly in terms of resources.
The algorithm given in appendix C makes it possible to transform a qith modular root calculation into a modular exponentiation by qi. The intermediate value
y0=a2
is calculated in line 2 which makes it possible to calculate more easily the values a(2
which includes only modular exponentiations of y0 by a product of small prime integers.
In order to optimize the calculations when using the appendix C algorithm, the Miller-Rabin algorithm may be modified to calculate and to store the intermediate value y0 to avoid calculating two costly exponentiations, namely
y0=a2
and
y0=a2
A modified algorithm is given in appendix D. This algorithm yields an element g of the group Zw* the partial factorization of which of the order (of the element g) on the base T is the same as the factorization of a generator of Zw*.
To summarize, the primality test used for the generation of the cryptographic keys is modified to make possible the generation of messages of maximum order in addition to the keys that make it possible to optimize the integrity verification. The keys are therefore correctly generated with a lower error rate because this strengthens the integrity tests.
Computer programs for executing methods in accordance with embodiments of the invention can be produced by a person skilled in the art after examining
The
The device moreover includes a communication unit (COM) 43, for example for exchanging data with a device in accordance with other embodiments. Data may be exchanged between the devices using the APDU (Application Protocol Data Unit) protocol as defined in ISO standard 7816 part 4.
The communication unit can therefore include an input/output interface able to exchange data in accordance with this protocol. Data may be exchanged by means of APDU commands and responses to this type of commands.
A device in accordance with embodiments may conform to the ISO standard 7816. It may for example be a smartcard or a secured element.
A device in accordance with embodiments is for example an integrated circuit.
The present invention has been described and illustrated in the present detailed description with reference to the appended figures. The present invention is not limited to the embodiments described, however. Other variants, embodiments and combinations of features may be deduced and implemented by a person skilled in the art after reading the present description and examining the appended figures.
In the claims, the term “include” does not exclude other elements or other steps. The indefinite article “a” or “an” does not exclude the plural. A single processor or a plurality of other units may be used to implement the invention. The various features described and/or claimed may advantageously be combined. Their presence in the description or in different dependent claims does not in fact exclude the possibility of combining them. The reference signs should not be understood as limiting the scope of the invention.
Algorithm 1: Miller-Rabin probabilistic test modified to find a generator for α=2
Input: the integer w under test, a security parameter t
Output: a response “Prime” or “Composite” to the question: “is w prime?”, and a generator g of Zw* if w is prime.
t is a security parameter
a has an order equal to w − 1, keep it in g !
Algorithm 2: Miller-Rabin probabilistic test modified to find a generator for any α
Input: the integer w under test, a security parameter t
Output: a response “Prime” or “Composite” to the question: “is w prime?”, and a generator g of Zw* if w is prime.
t is a security parameter
aw−1 ≡ 1 mod w
a(w−1)/q, ≢ 1 mod w
Leave the For-loop
Algorithm 3: test of generator on base T
Input: the element a under test as generator, the first candidate prime number w under Miller-Rabin test, a base {2, q1, . . . , qm} included in T for partial factorization.
Output: a response “isAGenerator” or “isNotAGenerator” to the question “is a generator of Zw*?”
Algorithm 4: Miller-Rabin probabilistic test optimized to find a generator for any α
Input: the integer w under test, a security parameter t, a base T of prime numbers smaller than B.
Output: a response “Prime” or “Composite” to the question: “is w prime?”, and a generator g of Zw* if w is prime.
t is a security parameter
⇔ aw−1 ≡ 1 mod w
⇔ a(w−1)/q
Leave the For-loop
Number | Date | Country | Kind |
---|---|---|---|
14 51813 | Mar 2014 | FR | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/FR2015/050513 | 3/3/2015 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2015/132524 | 9/11/2015 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
6574611 | Matsuyama | Jun 2003 | B1 |
7113595 | Joye | Sep 2006 | B2 |
9654290 | Battistello | May 2017 | B2 |
20010036267 | Paillier | Nov 2001 | A1 |
20040028223 | Joye | Feb 2004 | A1 |
20050078821 | Jin | Apr 2005 | A1 |
20060050868 | Bockes | Mar 2006 | A1 |
20130208886 | Lee | Aug 2013 | A1 |
20140013102 | Dottax | Jan 2014 | A1 |
20150172052 | Battistello | Jun 2015 | A1 |
Entry |
---|
Evans, Donald L., et al: “FIPS PUB 140-2 Change Notices (Dec. 3, 2002) Security Requirements for Cryptographic Modules Category: Computer Security Subcategory: Cryptography”, Mar. 12, 2002 (Mar. 12, 2002), XP055142285, Retrieved from the Internet: URL:http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf [retrieved on Sep. 24, 2014]. |
Joye, Marc: “Protecting RSA against Fault Attacks: The Embedding Method”, Fault Diagnosis and Tolerance in Cryptography (FDTC), 2009 Workshop on, IEEE, Piscataway, NJ, USA, Sep. 6, 2009 (Sep. 6, 2009), pp. 41-45, XP031627635, ISBN: 978-1-4244-4972-9. |
International Search Report, dated Oct. 20, 2015, from corresponding PCT Application. |
Number | Date | Country | |
---|---|---|---|
20170078089 A1 | Mar 2017 | US |