The present invention concerns a cryptographic system, comprising an encryption and decryption system and a key escrow system, and the associated equipment and devices.
It is particularly intended to be used in electronic systems of the type comprising chip cards, PCMCIA cards, badges, contactless cards or any other portable equipment.
The majority of public key cryptography systems (also referred to as asymmetric cryptography)
The RSA system apart, there are very few practical public key encryption methods and systems. There is, however, another system, less well-known and relatively little used: this is the El-Gamal system, known by the title <<A public-key cryptosystem and a signature scheme based on discrete logarithms>> and published in the journal IEEE Transactions on Information Theory, vol. IT-31, no. 4, 1985, pp. 469-472.
An RSA or El-Gamal cryptogram is in fact a large number represented in a computer by strings of binary or hexadecimal digits. The cryptogram is calculated with the help of a software calculation resource (a program) and/or a hardware calculation resource (an electronic circuit) using a series of calculation rules (the encryption algorithm) having to be applied at the time of processing a set of parameters accessible to all in order to hide the content of the processed data. In an analogous manner, the cryptogram is decrypted with the help of a software or hardware calculation resource using a series of calculation rules (the decryption algorithm) applied (by the receiver of the cryptogram) to a set of secret and public parameters and the cryptogram.
The encryption system or method makes use of a public key in order to produce the cryptogram. The decryption method uses a private key which corresponds to the secret key without, however, being identical to it. A user of an item of portable electronic equipment, for example a chip card, possesses a pair of keys (referred to as a public key and a secret key). It is assumed that the public keys are known to all users whereas the secret keys are never disclosed. Any person has the ability to encrypt a message for a user by using the public key of the latter, but cryptograms cannot be decrypted other than by using the secret key of the user.
By way of illustration, the operation of the well-known RSA algorithm will be described below.
The parameters of the RSA algorithm are:
The exponent e, referred to as the <<encryption exponent>>, is accessible to all whereas the <<decryption exponent>> d must remain secret.
In order to encrypt the message m, the sender calculates the cryptogram c=me mod n and the receiver or checking device decrypts c by calculating m=cd mod n.
As regards the operation of the El-Gamal algorithm, this is a little more complex and is of no particular interest for understanding the present invention.
The present invention concerns a cryptographic system comprising an alternative public key encryption/decryption system which presents an alternative to the RSA method and to the El-Gamal method and a key escrow system.
According to the invention, provision is made that the cryptographic system combining the so-called discrete logarithm and factorization principles, comprises, among other things, public keys and a secret key, and is characterised in that the said public keys comprise, at least:
More precisely, the invention relates to a cryptographic system comprising at least an encryption/decryption system, characterised in that the encryption of a message m, m<AB, consists of the operation:
c=gm mod n
where c denotes the cryptogram (encrypted message).
Preferentially, the cryptographic system according to the invention is characterised in that the integrity of m can be provided by the encryption of m|h(m) (h denoting a hashing function and | denoting concatenation), or by the encryption of DES(key, m), <<key>> being a key accessible to all.
An object of the present invention is also the description of an escrow system. According to the invention, the said secret key of the decrypter or of the escrow centre is the number φ(n) and the operation of decryption or of recovering the identity of a user consists of the following steps:
According to a variant embodiment, the said decrypter speeds up the calculation of the quantities y[i] by calculating:
According to another variant embodiment of the invention, the decrypter pre-calculates and saves, once and for all, the table of values gjφ(n)/p[i] mod n for 1≦i≦k and 1≦j≦p[i] or,
more specifically, a truncation or a hashing of these values (denoted h) having the following property:
h(gjφ(n)/p[i] mod n)≠h(gj′φ(n)/p[i] mod n) if j≠j′.
In this way, this avoids on the one hand the recalculation for each i of the quantities gjφ(n)/p[i] mod n, and on the other hand the storage of values which are too large.
According to another preferential embodiment of the invention, the decrypter speeds up its calculations by separately decrypting the message modulo p and then modulo q, and constructing the modulo results with the help of the Chinese remainder theorem in order to find m again.
The escrow system is implemented by the following operational steps:
Another escrow system proposed is based on the so-called Diffie-Hellman key exchange mechanism where a number c, obtained by raising g to a random power a modulo n by one of the parties, is intercepted by the said escrow authority:
c=ga mod n
the said escrow authority finds a again in the following manner:
According to another embodiment of the invention, the RSA modulus n is the product of three factors:
n=(ApA+1)×(BpB+1)×(CpC+1)
in which PA, PB, PC are prime numbers greater in size than 320 bits,
This embodiment is of interest for speeding up the performance of the decryption. The decrypter, in order to speed up its calculations, performs the operations mod p mod q mod r. If n has 640 bits, splitting it into three factors makes the size of the factors smaller.
The present invention is intended to be disposed preferentially in items of encryption, decryption and key escrow equipment which are for example computers, chip cards, PCMCIA cards, badges, contactless cards or any other portable equipment.
The present invention also relates to a device comprising a cryptographic system, characterised in that it comprises an encryption system and/or a decryption system and/or a key escrow system, the said systems communicating with one another by an exchange of electronic signals or by means of an exchange of radio waves or infrared signals.
So as to better understand the invention, it is necessary to make the following comments.
The encryption method of the invention is broken down into three distinct phases:
Subsequently, the following (typographical) conventions will be used:
First of all, and for a good understanding of the invention, it is necessary to describe the generation of the keys.
In order to generate the keys, the receiver of the cryptograms chooses at random two groups GA and GB of around k/2 small distinct primes p[i] (k being a system parameter of the order of 10 to 120) and forms the following two numbers (of approximately equal size):
For security reasons it seems appropriate to fix GA and GB such that:
The inventive method proves to be reliable (although with a somewhat more complex description) even if condition 2 is not satisfied. The method also remains reliable if condition 1 is not satisfied, but the key generation and decryption algorithms must be modified in consequence, and become notably more complex. Also, the p[i]s can be non-prime while being mutually prime (for example, integer powers of prime numbers of two or three bytes).
For the simplicity of the description, the i-th odd prime number will be denoted p[i], for example: p[1]=3, p[2]=5, p[3]=7, . . . .
It will be assumed subsequently that A is simply formed from the product of the p[i]s for i from 1 to k/2, and B from the product of the p[i]s for i from k/2+1 to k. However, this choice is not the best possible, and it must be interpreted only as a notational convention.
Next, the receiver of the cryptograms generates two large primes (typically of the order of 200 to 512 bits) denoted pA and pB such that p=ApA+1 and q=BpB+1 are RSA primes (RSA primes are such that, once multiplied, the product n=pq must be difficult to factorize).
In order to provide security, it appears preferable to impose minimum sizes on the different parameters:
The procedure for generating such primes does not fall within the scope of the present invention and proves to be self-evident for persons skilled in the art.
Finally, the receiver of the message generates and publishes an element g of order φ(n)/4.
It is imperative that such a g verifies the following condition:
g can be calculated with the help of one of the following methods:
*First Method of Calculating g (Fast):
The receiver of the message generates two integers:
As above, the generation of gp is in practice equivalent to the creation of a number which is not a p[i]-th power for all i less than k/2; similarly for gq with the obvious modifications:
It is shown (the detail of such a proof is not necessary for understanding the present invention) that each step of the algorithm determines an element which is not a p[j]-th power for j less than or equal to i.
*Second Method of Calculating g (Simple)
An alternative approach consists of choosing g randomly and testing that such a g is not a p[j]-th power modulo n. A precise calculation shows that (on average) such a g will be found at the end of ln(k) random draws (that is, for k=120, around one chance in five).
So as to understand the invention well, it is now necessary to describe the generation of the cryptogram.
The cryptogram c of a message less than the product AB is calculated by the formula:
c=gm mod n.
The description of the invention now turns towards a description of the decryption of the cryptogram.
In order to find m again, the decrypter performs the following operations:
Let m[i]=m mod p[i] and m′=(m−m[i])/p[i].
By substitution, it is easy to see that:
The decryption algorithm can be improved in various ways:
Typically, it is possible to pre-calculate and table the values gjφ(n)/p[i] mod n for all values of the variables i and j necessary for the decryption to take place. In addition, such a table can be truncated or hashed provided that the method of truncation or hashing (denoted h) ensures that:
h[gjφ(n)/p[i] mod n]≠h[gj′φ(n)/p[i] mod n] if j≠j′
With such an embodiment, it proves possible to decrypt messages of 20 bytes with k=30 (the product AB then gives 160 bits, a modulus n of 80 bytes and a table of 4 kilobytes).
As mentioned in the <<key generation>> part, it may be more advantageous to choose 16 primes of 10 bits, instead of the 30 primes p[i] (k is then equal to 16). As there are 75 such primes, there are around 252.9 possible choices. It is not necessary to publish the primes chosen, although this does not add any additional security.
It is even possible to choose mutually prime numbers; for example, powers of prime numbers, which further increases the range of choice of these parameters.
A second embodiment makes it possible to speed up the decryption by calculating, as soon as the cryptogram is received, the quantity:
z=cr mod n, where r=pApB
The quantities y[i] can then be calculated more easily by taking the following calculation short cut:
i[i]=zAB/p[i] mod n
thus taking advantage of the difference in size between AB/p[i] and φ(n)/p[i] which speeds up the exponentiation.
A third embodiment makes it possible to speed up the decryption by separately decrypting the message modulo p and then modulo q (p and q being half the size of n, the decryption will be twice as fast) and composing the results modulo φ(n).
This alternative decryption method is described thus:
Let m[i]=m mod p[i] and m′=(m−m[i])/p[i].
By substitution, it is easy to see that:
It may prove necessary to protect the message m against manipulation by encrypting, by means of the method proposed in the present invention, f(key, m) in which f is a symmetric encryption function (for example the DES algorithm) of which the parameter <<key>> is accessible to all. Alternatively, the encryption method may verify that the message m obtained is correct such that its cipher is c. Another way of protecting m may be the encryption, by the method proposed, of m|hash(m), (that is to say c=gm|hash(m) mod n) where hash(m) is a hashing of the message m, and | represents concatenation (in this case, the decryption verifies the integrity of the message obtained by calculating its hash).
It is possible to extend the encryption system described above to the case where the modulus n is no longer composed of two, but of three, factors. This will then give:
n=pqr
with p=ApA+1, q=BpB+1, r=CpP+1, PA, PB, PC are three large primes (of 200 to 512 bits), and A, B, C are each the product of small distinct odd primes, coming from sets GA, GB, GC.
The modifications to be made are self-evident to persons skilled in the art.
Furthermore, it appears possible to slightly relax condition 2 of the preceding descriptive part on the generation of keys (which is set out here: <<certain p(i)s do not appear in GA∪GB∪GC>>). In this way, a set of parameters where n has 640 bits, the product ABC has 160 bits, and each of the p[i]s correlatively has 160 bits, provides appropriate security.
The second object of the present invention is to describe a key escrow system improving the method described by Y. Desmedt in <<Securing the traceability of ciphertexts—Towards a secure software key escrow system>> (Proceedings of Eurocrypt '95, Lecture Notes in Computer Science 921) and supplemented by the observations expressed by L. Knudsen and T. Pedersen in the article <<On the difficulty of software key escrow>> (Proceedings of Eurocrypt '96, Lecture Notes in Computer Science 1070).
In order to improve notably the key escrow function proposed by Y. Desmedt, a variant of the encryption method will be considered:
Let ID, the identity of each user, be coded in binary:
ID=Σ2i-1ID[i]
where ID[i] are the bits of the identity of a user of the key escrow system (the sum being taken for i from 1 to k) and let e(ID)=Πp[i]ID[i] (the product being taken for i from 1 to k).
Finally let c=ge(ID)u mod n where u is a large random prime.
c is given to the user as the exponentiation base for El-Gamal encryption. The user derives, from c, his El-Gamal public key by choosing a random number x and raising c to the power x modulo n.
In order to trace the user, the said key escrow centre extracts, from the El-Gamal cryptogram of the user, the part:
v=cr mod n
where r is the encryption random number chosen by the user.
Knowing φ(n), the said centre finds the bits ID[i] by means of the following algorithm:
The correction mechanism can be omitted; the algorithm making it possible to trace the user must then undergo modifications self-evident to persons skilled in the art, and use a number of quantities analogous to cr mod n, corresponding to a number of executions of the El-Gamal encryption algorithm.
The third object of the present invention is to present a second key escrow system based on the so-called Diffie-Hellman key exchange mechanism, a mechanism patented under the reference U.S. Pat. No. 4,200,770.
In such a system, a number c, obtained by raising g to a random power a modulo n by one of the parties, is intercepted by the escrow authority.
c=ga mod n
The said escrow authority finds a again in the following manner:
The embodiment of the invention will be better understood from a reading of the description and the drawings which follow; in the accompanying drawings:
FIG. 1 depicts the flow diagram of an encryption system using the system proposed by the present invention,
FIG. 2 depicts the flow diagram of a decryption system using the system proposed by the present invention,
FIG. 3 depicts the data transmitted between the encryption system and the decryption system during the secure transmission of a message m.
According to the proposed invention, each item of encryption equipment (typically a computer or a chip card), is composed of a processing unit (CPU), a communication interface, a random access memory (RAM) and/or a non-writable memory (ROM) and/or a writable memory (generally re-writable) (a hard disk, diskette, EPROM or EEPROM).
The CPU and/or the ROM of the encryption equipment contain calculation resources or programs corresponding to the cryptogram generation rules (multiplication, squaring and modular reduction). Certain of these operations may be grouped together (for example, the modular reduction may be directly integrated into the multiplication).
Just as for the implementation of the RSA, the RAM typically contains the message m to which is applied the encryption and the calculation rules for generating the cryptogram. The disks and the E(E)PROM contain at least the parameters n and g generated and used as specified in the description which follows.
The CPU controls, via the address and data buses, the communication interface and the memory read and write operations.
Each item of decryption equipment (identical to the key escrow equipment) is necessarily protected from the outside world by physical or software protection. This protection should be sufficient to prevent any unauthorized entity from obtaining the secret key composed of secret factors of n. The techniques most used nowadays in this regard are integration of the chip in a security module and equipping of the chips with devices capable of detecting variations in temperature or light, as well as abnormal voltages and clock frequencies. Particular design techniques such as mixing up of the memory access are also used.
According to the proposed invention, the decryption equipment is composed at minimum of a processing unit (CPU) and memory resources (RAM, ROM, EEPROM or disks).
The CPU controls, via the address and data buses, the communication interface and the memory read and write operations. The RAM, EEPROM or disks contain the parameter φ(n) or, at least, the factors of φ(n).
The CPU and/or the ROM of the decryption equipment contain calculation resources or programs making it possible to implement the various steps of the decryption process described previously (multiplication, exponentiation and modular reduction). Certain of these operations may be grouped together (for example, the modular reduction may be directly integrated into the multiplication).
Within the general scope of the proposed invention, an encryption of the message m is implemented by exchanging, between the card, the signature equipment and the verification equipment, at least the data c.
| Number | Date | Country | Kind |
|---|---|---|---|
| WO98/37662 | Feb 1998 | US | national |
| 97/02244 | Feb 1997 | FR | national |
| Number | Date | Country | |
|---|---|---|---|
| Parent | 09377666 | Aug 1999 | US |
| Child | 10817453 | Apr 2004 | US |