EP1535424A2 - Procede de chiffrement de donnees en utilisant une fonction probablistique de signature, systeme et composant associes - Google Patents
Procede de chiffrement de donnees en utilisant une fonction probablistique de signature, systeme et composant associesInfo
- Publication number
- EP1535424A2 EP1535424A2 EP03750849A EP03750849A EP1535424A2 EP 1535424 A2 EP1535424 A2 EP 1535424A2 EP 03750849 A EP03750849 A EP 03750849A EP 03750849 A EP03750849 A EP 03750849A EP 1535424 A2 EP1535424 A2 EP 1535424A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- formatting
- function
- key
- result
- message
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 title claims abstract description 24
- 230000006870 function Effects 0.000 claims description 63
- VBMOHECZZWVLFJ-GXTUVTBFSA-N (2s)-2-[[(2s)-6-amino-2-[[(2s)-6-amino-2-[[(2s,3r)-2-[[(2s,3r)-2-[[(2s)-6-amino-2-[[(2s)-2-[[(2s)-6-amino-2-[[(2s)-2-[[(2s)-2-[[(2s)-2,6-diaminohexanoyl]amino]-5-(diaminomethylideneamino)pentanoyl]amino]propanoyl]amino]hexanoyl]amino]propanoyl]amino]hexan Chemical compound NC(N)=NCCC[C@@H](C(O)=O)NC(=O)[C@H](CCCCN)NC(=O)[C@H](CCCCN)NC(=O)[C@H]([C@@H](C)O)NC(=O)[C@H]([C@H](O)C)NC(=O)[C@H](CCCCN)NC(=O)[C@H](C)NC(=O)[C@H](CCCCN)NC(=O)[C@H](C)NC(=O)[C@H](CCCN=C(N)N)NC(=O)[C@@H](N)CCCCN VBMOHECZZWVLFJ-GXTUVTBFSA-N 0.000 claims description 2
- 108010068904 lysyl-arginyl-alanyl-lysyl-alanyl-lysyl-threonyl-threonyl-lysyl-lysyl-arginine Proteins 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 description 3
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/30—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
- H04L9/3006—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters
- H04L9/302—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters involving the integer factorization problem, e.g. RSA or quadratic sieve [QS] schemes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3247—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
- H04L9/3249—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures using RSA or related signature schemes, e.g. Rabin scheme
Definitions
- the invention relates to an encryption method, and an associated cryptographic system, with application in particular in the field of public key cryptography.
- the invention can be implemented in electronic devices such as smart cards.
- a complete public key cryptographic system generally includes an encryption algorithm and a signature algorithm.
- Such a cryptographic system can be implemented for example in a smart card comprising in particular, in an integrated circuit, calculation means programmed to implement the algorithms, and storage means, for storing public keys and / or secret keys necessary for the implementation of the algorithms.
- a known algorithm used in public key cryptographic systems is the RSA algorithm (from Rivest, Shamir and Adleman). It can be used to perform encryption operations and signature operations.
- the RSA algorithm consists in carrying out an exponentiation operation, using a public or private key, of a clear message formatted by an encryption function or a signature function, as the case may be.
- the encrypted message c can then be decrypted in again using the RSA algorithm, with the inverse function f _1 (x, N, d), (N, d) being a private key associated with the public key (N, e).
- the signature can then be verified using the RSA algorithm again, with the inverse function f (x, N ', e'), (N 1 , e ') being a public key associated with the private key (N 1 , of).
- N p * q, N ' ⁇ p' * q '.
- the numbers d, of integers depend on the numbers N, N 'and are also large.
- the numbers e, e 'integers are however often small. For security reasons, the keys ((N, e);
- a signature function ⁇ ' is said to be safe if it is not possible to create a signature s of a message m without knowing the private key, even if signatures if, s2 of messages ml, m2 are known.
- the functions ⁇ 'used in cryptographic systems are constructed to verify this condition.
- PSS Probabilistic Signature Scheme, in French probabilistic signature function
- the PSS function is parameterized by integers k, ko, kl and uses two hash functions: H: ⁇ 0, l ⁇ k "kl ⁇ ⁇ 0, l ⁇ l G: ⁇ 0, l ⁇ kl ⁇ ⁇ 0, l ⁇ "kl
- PSS (m, r) ⁇
- s with r a random parameter associated with the PSS function,
- the concatenation function, ⁇ H (m
- r), s G ( ⁇ ) ⁇ (m
- an encryption function ⁇ is said to be secure if it is not possible to distinguish two encrypted messages cl, c2 obtained from the function ⁇ and two clear messages ml, m2, even if one of the clear messages associated ml or m2 is known.
- the ⁇ functions used in cryptographic systems are constructed to verify this security condition.
- the signature functions ⁇ ′ and the encryption functions ⁇ are not the same.
- the same formatting function is used, both as an encryption function and as a signature function. More precisely, according to the invention, to implement an encryption method, use is made of the PSS function, known elsewhere for implementing a signature method.
- the formatting function is the PSS function.
- the PSS function is a secure function for encryption operations. Indeed, it is shown that the PSS function is safe for encryption operations, in the random oracle model, as defined in D2: M. Bellare and P. Rogaway, Random oracles are practical: a paradigm for designing efficient protocols. Proceedings of the First Annual Conference on Computer Communication Security, ACM, 1993. In addition, currently in the field of cryptography, the concept of security in the random oracle model and the concept of strongest security for real applications.
- the invention also relates to a cryptography system comprising an encryption method and a signature method, both using the PSS function as a formatting function.
- the cryptographic system includes:
- a step of exponentiation of the result of the formatting step using a second key (N 1 , d 1 ) according to the relation s ⁇ (m) of mod N ', s being a signed message, ⁇ (m) being the result of the formatting step, and d 'and N' of the elements of the second key.
- Such a cryptographic system is advantageous compared to known cryptographic systems, insofar as it requires approximately half the resources
- the first key and the second key are respectively a public key of a first pair of keys and a private key of a second pair of keys.
- the first pair of keys and the second pair of keys are identical.
- the same set of keys is used, both to implement the encryption method and the signature method. It is shown in fact that decrypting a message, encrypted according to an encryption method using the PSS function and a given set of keys, does not allow obtaining sufficient information to sign a message (possibly the decrypted message) according to a signature method. using the PSS function and the same set of keys.
- the invention is particularly applicable to the RSA cryptography algorithm, which is the most widely used algorithm to date in the field of cryptography.
- the invention also relates to an electronic component comprising means programmed for the implementation of an encryption method as described above, using the PSS function as a formatting function.
- the programmed means notably comprise a central unit and a program memory.
- the invention also relates to an electronic component comprising means programmed for the implementation of a cryptographic system as described above, comprising an encryption operation or a signature operation, executed alternately.
- the programmed means notably comprise a central unit and a program memory.
- the invention is particularly advantageous for smart card type applications, in which the components used must be as small as possible, and the implementation of the methods is as rapid as possible.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FR0209475 | 2002-07-26 | ||
| FR0209475A FR2842967B1 (fr) | 2002-07-26 | 2002-07-26 | Procede de chiffrement de donnees, systeme cryptographique et composant associes |
| PCT/FR2003/002364 WO2004012372A2 (fr) | 2002-07-26 | 2003-07-25 | Procede de chiffrement de donnees en utilisant une fonction probabilistique de signature, systeme et composant associes |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1535424A2 true EP1535424A2 (fr) | 2005-06-01 |
Family
ID=30011497
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP03750849A Withdrawn EP1535424A2 (fr) | 2002-07-26 | 2003-07-25 | Procede de chiffrement de donnees en utilisant une fonction probablistique de signature, systeme et composant associes |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US20060147039A1 (fr) |
| EP (1) | EP1535424A2 (fr) |
| JP (1) | JP2005534068A (fr) |
| AU (1) | AU2003269063A1 (fr) |
| FR (1) | FR2842967B1 (fr) |
| WO (1) | WO2004012372A2 (fr) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE602005025084D1 (de) | 2004-02-13 | 2011-01-13 | Certicom Corp | Einseitige authentifikation |
-
2002
- 2002-07-26 FR FR0209475A patent/FR2842967B1/fr not_active Expired - Fee Related
-
2003
- 2003-07-25 AU AU2003269063A patent/AU2003269063A1/en not_active Abandoned
- 2003-07-25 WO PCT/FR2003/002364 patent/WO2004012372A2/fr not_active Ceased
- 2003-07-25 US US10/522,420 patent/US20060147039A1/en not_active Abandoned
- 2003-07-25 EP EP03750849A patent/EP1535424A2/fr not_active Withdrawn
- 2003-07-25 JP JP2004523891A patent/JP2005534068A/ja active Pending
Non-Patent Citations (2)
| Title |
|---|
| None * |
| See also references of WO2004012372A3 * |
Also Published As
| Publication number | Publication date |
|---|---|
| FR2842967A1 (fr) | 2004-01-30 |
| WO2004012372A2 (fr) | 2004-02-05 |
| AU2003269063A1 (en) | 2004-02-16 |
| JP2005534068A (ja) | 2005-11-10 |
| AU2003269063A8 (en) | 2004-02-16 |
| FR2842967B1 (fr) | 2004-10-01 |
| US20060147039A1 (en) | 2006-07-06 |
| WO2004012372A3 (fr) | 2004-05-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP1467512B1 (fr) | Procédé de chiffrage utilisant un mappage chaotique et procédé de signature électronique | |
| US6154541A (en) | Method and apparatus for a robust high-speed cryptosystem | |
| Boneh | Twenty years of attacks on the RSA cryptosystem | |
| CN106161034B (zh) | 使用乘法秘密共享的rsa解密 | |
| US11658815B2 (en) | System and method for performing key operations during a multi-party computation process | |
| EP1049289A1 (fr) | Procédé et dispositif de signature électronique | |
| EP1151576B1 (fr) | Procede cryptographique a cles publique et privee | |
| US20130329886A1 (en) | Public Key Cryptography with Reduced Computational Load | |
| KR20000071078A (ko) | 유한 필드상의 이산 대수 암호시스템의 원분 다항식 구조 | |
| US7773746B2 (en) | Encryption system, encryption device, decryption device, program, and integrated circuit | |
| US9356783B2 (en) | Method for ciphering and deciphering, corresponding electronic device and computer program product | |
| US20020157003A1 (en) | Apparatus for secure digital signing of documents | |
| EP3038287A1 (fr) | Fonctions de codage général pour des schémas de cryptage d'exponentiation modulaire | |
| US7248692B2 (en) | Method of and apparatus for determining a key pair and for generating RSA keys | |
| US7986778B2 (en) | Cryptographic method and apparatus | |
| EP1350357B1 (fr) | Procede d'amelioration de la securite de schemas de chiffrement a clef publique | |
| EP1366594A2 (fr) | Schema cryptographique a seuil destine a des systemes d'authentification de message | |
| EP2697930B1 (fr) | Procédé et système de traitement cryptographique d'un message | |
| US10764029B1 (en) | Asymmetric Encryption Algorithm | |
| US7382875B2 (en) | Cryptographic method for distributing load among several entities and devices therefor | |
| US20030165238A1 (en) | A method for encoding long messages for electronic signature schemes based on rsa | |
| EP1535424A2 (fr) | Procede de chiffrement de donnees en utilisant une fonction probablistique de signature, systeme et composant associes | |
| US20020188850A1 (en) | Method for accelerated transmission of electronic signature | |
| US20060251248A1 (en) | Public key cryptographic methods and systems with preprocessing | |
| Lizama-Perez | Non-invertible key exchange protocol |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20050228 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR |
|
| AX | Request for extension of the european patent |
Extension state: AL LT LV MK |
|
| DAX | Request for extension of the european patent (deleted) | ||
| RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: PAILLIER, PASCAL Inventor name: NACCACHE, DAVID Inventor name: JOYE, MARC Inventor name: CORON, JEAN-SEBASTIEN |
|
| 17Q | First examination report despatched |
Effective date: 20070208 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20070821 |