1. Field of the Invention
The present invention generally relates to electronic circuits and, more specifically, to the protection of data contained in an integrated circuit against an extraction thereof, after an analysis of the circuit power consumption during calculations involving the data. The present invention more specifically relates to the protection of modular exponentiation algorithms. Such algorithms are used, for example, in smart cards or secure components for ciphering, signing, or putting in common data by means of a secret quantity of the chip, for example, in a DSA, RSA, or Diffie-Hellman algorithm).
2. Discussion of the Related Art
Among possible attacks performed by persons attempting to fraudulently obtain confidential data from chip 1, the present invention applies to so-called simple or differential power analysis attacks (SPA or DPA). Such attacks comprise the measurement of the power consumption of the integrated circuit during the execution of algorithms handling keys or “secret” quantities that the hacker attempts to discover, this power consumption being different according to the respective states of the bits of the involved data. Power analysis attacks are based on the exploitation of results provided by the chip based on assumptions made on the different bits of the key. Such attacks are generally iterative to successively discover the different bits of a secret quantity.
To perform this calculation, it is necessary to transit through intermediary results calculated by successive multiplications. It is spoken of a square-multiply method. In the shown example, a single register containing result R is used.
A quantity Rn contained in a single register is initialized (block 21, Rn=1) as being equal to unity. The same register will contain, at the end of an algorithm, final result R0. A counter i is then initialized as being equal to n−1 (block 22). The index i of the counter corresponds to the successive ranks of the n bits of secret quantity d, which may be written as:
The initialization of index counter i amounts to initializing a loop down to i=0 (block 23), within which successive multiplications will be performed according to the state of current bit di of quantity d.
In a first step (block 24) of the loop, an intermediary result Ri is calculated by squaring up (multiplying by itself) the content of the single register modulo P. Intermediary result Ri=(Ri+1)2 mod P replace the value contained in the result register.
Then, a test (block 25, di=1 ?) of the state of the current bit of quantity d (exponent of the exponentiation) is performed. If this state is 1 (output Y of block 25), the result of the preceding operation is multiplied by message M modulo P (block 26, Ri=Ri*M mod P). The result of this second multiplication is always stored in the same register. If bit di is at state zero (output N of block 25), the operation of block 26 is not executed.
As long as the loop has not ended (output N of block 23), counter i is decremented (block 27, i=i−1) and it is returned to the input of block 24.
At the end of the loop (output Y of block 23), the result register contains quantity R0.
A disadvantage of the method of
The present invention aims at overcoming all or part of the disadvantages of integrated circuits handling quantities considered as confidential in modular exponentiation calculations.
The present invention more specifically aims at protecting the quantities considered as confidential against possible frauds by analysis of the power consumption of the integrated circuit executing a modular exponentiation algorithm taking the confidential quantity as an exponent.
To achieve all or part of these objects, as well as others, the present invention provides a method for protecting a digital quantity contained in an integrated circuit over a first number of bits, in a calculation of modular exponentiation of data by said digital quantity, comprising:
selecting at least a second number ranging between unity and the first number minus two;
dividing the digital quantity into at least two portions, a first portion comprising, from the bit of rank zero, a number of bits equal to the second number, a second portion comprising the remaining bits;
for each portion of the quantity, calculating a first modular exponentiation of the data by the concerned portion and a second modular exponentiation of the result of the first one by number 2 raised to the power of the rank of the first bit of the concerned portion; and
calculating the product of the results of the second modular exponentiations.
According to an embodiment of the present invention, the second number is selected randomly.
According to an embodiment of the present invention, a new random selection is performed on each new execution of the algorithm.
According to an embodiment of the present invention, the two modular exponentiations are inverted.
According to an embodiment of the present invention, the second portion is divided into at least two portions based on at least a third number, preferably selected randomly, between the second number plus one and said first number minus two, the steps of calculation of the first and second modular exponentiations and of the product of the results of the second modular exponentiations being applied to each of the portions.
According to an embodiment of the present invention, k increasing numbers jx are selected between unity and said first number minus two, the modular exponentiation calculation of the data noted M by the quantity noted d being obtained by the application of the following formula:
where x designates the rank of number jx in the k increasing numbers, with j0=0 and jk=n−1 where n represents the first number, dx designates the portion of rank x of said quantity, P designates the modulo, and di designates the bit of rank i of the quantity.
According to an embodiment of the present invention, the calculation is comprised in an algorithm selected from among the DSA, RSA, and Diffie-Hellman algorithms.
The present invention also provides an integrated circuit.
The present invention also provides a smart card.
The foregoing and other objects, features, and advantages of the present invention will be discussed in detail in the following non-limiting description of specific embodiments in connection with the accompanying drawings.
For clarity, only those method steps and circuit elements which are useful to the understanding of the present invention have been shown in the drawings and will be described hereafter. In particular, the details constitutive of the central processing unit and especially the operators used to calculate a modular exponentiation have not been discussed in detail, the present invention being compatible with any conventional microprocessor exploiting stored data. Further, the exploitation that is made upstream or downstream of the modular exponentiation algorithm processed by the present invention, of the message, and/or of the secret quantities has not been described in detail, the present invention being here again compatible with any conventional modular exponentiation algorithm.
A feature of an embodiment of the present invention is to divide the calculation of the modular exponentiation into several calculations on portions of the secret quantity (any digital quantity). In other words, the invention provides dividing the secret quantity into several portions and applying these portions to successive modular exponentiation steps.
Another feature of an embodiment of the present invention is to randomly select the bit ranges of the secret quantities, preferably, by changing the secret quantity portions on each new execution of the modular exponentiation.
In
It is started (block 31,
Number j is used to divide secret quantity d into two portions. A first portion d(j−1,0) contains the bits of ranks 0 to j−1 of quantity d. A second portion d(j,n−1) contains the bits of rank j to n−1.
A first modular exponentiation of message M by first portion d(j−1,0) of the secret quantity, modulo P, is calculated (block 32, R1=Md(j−1,0)mod P. The same notations as those defined previously are used, that is, P represents a number over p bits and M the data message to be submitted to the modular exponentiation by secret quantity d, M being coded over at most p bits. The calculation of first result R1 is performed, for example, by the implementation of a conventional method of the type illustrated in
Message M is, in parallel or successively, submitted (block 33, R2=Md(n−1,j) mod P) to another modular exponentiation calculation by second portion d(n−1, j) of the secret quantity. A second intermediary result R2 stored, for example, in a register separate from result R1, is obtained. This second modular exponentiation is, for example, also performed by implementing a conventional algorithm of the type discussed in relation with
Then (block 34, R2′=R22
Finally, the final result of the modular exponentiation is obtained by multiplying the first and third intermediary results (block 35, R=R1*R2′=Md mod P).
In
Taking as an example the modular exponentiation of number 3 (M=3) by exponent 10 (d=10) over 4 bits with a modulo 11, the intermediary results obtained for j=2 are the following:
d(1,0)=10=2 and d(3,2)=10=2 (over 4 bits, 10 is written as 1010);
R1=32 mod 11;
R2=32 mod 11;
R2′=(32)4 mod 11, that is, R2′=38 mod 11=5.
Final result R can be written as:
R=32*38 mod 11=9*5 mod 11=1, or:
R=32+8 mod 11=310 mod 11=1.
As a variation, steps 33 and 34 are inverted, that is, the second intermediary result is a modular exponentiation of message M by 2j, the third intermediary result being a modular exponentiation of the second result by the second portion d(n−1, j) of the key.
Preferably, number j is changed on each modular exponentiation calculation. This prevents a possible hacker from being able to discover secret quantity d by an iterative power analysis of the integrated circuit since the portions of the processed secret quantity change each time.
As compared with a conventional modular exponentiation execution, the present invention uses using additional registers to store the intermediary results. The number of additional registers is at least one to store the first modular exponentiation result R1 while waiting for the second and third intermediary results to be calculated. Third result R2′ may reuse the register having stored second result R2.
According to another embodiment, quantity d is divided into more than two portions. This amounts to considering k increasing numbers jx (x ranging between 1 and k) with k greater than or equal to 3, ji=0 and jk=n−1, so that quantity d can be expressed as:
The implementation of the method of the present invention can then be expressed as:
Of course, the present invention is likely to have various alterations, improvements, and modifications which will readily occur to those skilled in the art. In particular, the practical implementation of the present invention is within the abilities of those skilled in the art based on the functional description given hereabove by using tools conventional per se.
Such alterations, modifications, and improvements are intended to be part of this disclosure, and are intended to be within the spirit and scope of the invention. Accordingly, the foregoing description is by way of example only and is not intended as limiting. The invention is limited only as defined in the following claims and the equivalents thereto.
Number | Date | Country | Kind |
---|---|---|---|
05 51649 | Jun 2005 | FR | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/FR2006/050562 | 6/14/2006 | WO | 00 | 12/18/2009 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2006/134306 | 12/21/2006 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5991415 | Shamir | Nov 1999 | A |
6064740 | Curiger et al. | May 2000 | A |
6298135 | Messerges et al. | Oct 2001 | B1 |
6973190 | Goubin | Dec 2005 | B1 |
7248700 | Seifert et al. | Jul 2007 | B2 |
20020186846 | Nyberg et al. | Dec 2002 | A1 |
20030044014 | Liardet et al. | Mar 2003 | A1 |
20030053621 | Benoit | Mar 2003 | A1 |
20040125950 | Yen et al. | Jul 2004 | A1 |
20050283514 | McIvor et al. | Dec 2005 | A1 |
20060023878 | Son | Feb 2006 | A1 |
20060034454 | Damgaard et al. | Feb 2006 | A1 |
20060034457 | Damgaard et al. | Feb 2006 | A1 |
20060083370 | Hwang | Apr 2006 | A1 |
20080025502 | Kounavis et al. | Jan 2008 | A1 |
20080104400 | Kocher et al. | May 2008 | A1 |
20090262943 | Damgaard et al. | Oct 2009 | A1 |
Number | Date | Country | |
---|---|---|---|
20100208883 A1 | Aug 2010 | US |