EP4042633A1 - Procédé de dérivation de signature partielle avec vérification partielle - Google Patents
Procédé de dérivation de signature partielle avec vérification partielleInfo
- Publication number
- EP4042633A1 EP4042633A1 EP20796871.0A EP20796871A EP4042633A1 EP 4042633 A1 EP4042633 A1 EP 4042633A1 EP 20796871 A EP20796871 A EP 20796871A EP 4042633 A1 EP4042633 A1 EP 4042633A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- messages
- signature
- verification
- partial signature
- subset
- 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.)
- Pending
Links
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/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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0407—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the identity of one or more communicating identities is hidden
- H04L63/0421—Anonymous communication, i.e. the party's identifiers are hidden from the other party or parties, e.g. using an anonymizer
-
- 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/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/42—Anonymization, e.g. involving pseudonyms
Definitions
- the invention relates to the general field of telecommunications and relates more precisely to the securing of exchanges between communication devices using cryptographic techniques such as electronic signature techniques.
- the electronic signature is a cryptographic tool which makes it possible to authenticate any digital data, thus acting as the equivalent of the traditional handwritten signature.
- This technique is now ubiquitous in our daily life, whether it is when browsing the Internet, since access to any URL in https implies the use of electronic signatures, or when paying at using a bank card. It also constitutes the very basis of anonymous authentication mechanisms, popularized by DAAs (standing for “Direct Anonymous Attestation”), and by EPID (standing for “Enhanced Privacy IDentity”). In most cases, it is not a single piece of data that is certified, but a set of n data, with n> 0, for example the name, date of birth, address, etc., of a person.
- the existing electronic signature solutions can then be grouped into two families: those which produce a signature of constant size, and others whose size depends on the value of n.
- the former are obviously preferable with regard to the size of the signature, but this constant cost hides a major flaw: the signature is valid on all the signed data and can therefore only be verified by transmitting all the data that have been signed.
- One of the aims of the invention is to remedy shortcomings / drawbacks of the state of the art, and / or to make improvements thereto.
- the invention proposes a method of deriving a partial signature for a subset (I) of a set of messages ( ⁇ m_l, ..., m_n ⁇ ), called a subset of messages, said partial signature being intended to prove the validity of a signature of the set of messages for the messages of the subset of messages, said method, implemented by a partial signature derivation entity, comprising:
- a second verification element intended to prove that the first verification element is well formed, and for sending to a verification entity (12) a partial signature specific to the subset of messages, said partial signature comprising a constant number of elements comprising at least the elements of the signature of the set of messages, the first verification element (A) and the second verification element (B), said partial signature being intended to be checked with only messages from the message subset.
- the method describes a signature system of constant size that combines the best of both worlds. Indeed, the proof of the signature can be done in a very efficient way because the proof includes a constant number of elements, the constant being of reasonable size; in fact, it requires four elements of the partial signature.
- This system also makes it possible to check the validity of a signature on a subset of messages without needing to know, and therefore to transmit, the other parts of the message. This scheme can be advantageously used in all use cases requiring authentication, whether anonymous or not.
- the generation of the partial signature comprises an anonymization of the partial signature, said anonymization comprising:
- the method comprises beforehand a generation of a secret key and of an associated public key in a bilinear environment, said environment designating a first group G1, a second group G2 and a third group GT of order first p, as well as a bilinear map e, taking as input an element of the first group Gl, an element of the second group G2 and with values in the third group GT, that is to say g, respectively h, an element of the first group Gl, respectively of the second group G2, said generation comprising:
- the derivation of the partial signature for the subset I of the set ⁇ 1, ..., n ⁇ of messages comprises:
- the calculation of the partial signature includes the calculation of two elements A and B.
- the messages used to calculate the first element A are the messages which are not part of the message subset.
- the second element B uses messages of which one of the indices, i, traverses the set I relating to the subset of messages, while the other index j, relates to the messages which are not part of the subset of messages .
- the signature is formed from the elements of the signature of all the messages, the first element A and the second element B.
- the signing of the set of messages comprises:
- the invention also relates to a method of verifying a partial signature for a subset I of a set of messages ⁇ m_l, ..., m_n ⁇ , called a subset of messages, said partial signature being intended for proving the validity of a signature of the set of messages for the messages of the subset of messages, said method, implemented by a partial signature verification entity, comprising:
- said partial signature comprising a constant number of elements comprising at least the elements of the signature of the set of messages, a first element verification calculated from the messages of the set other than those of the subset of messages and a second verification element intended to prove that the first element is well formed
- the partial signature verification method is suitable for verifying that a partial signature on a subset of messages is valid or not. Partial signature verification is the same whether it is a partial signature or an anonymous partial signature. Thus, whether it is a partial signature or an anonymous partial signature, the same verification process is used. The implementation of the signature scheme is thus simplified and optimized, thus offering better performance.
- the invention also relates to an entity for deriving a partial signature, intended to derive a partial signature for a subset I of a set ⁇ 1, ..., n ⁇ of messages ⁇ m_l, ..., m_n ⁇ , said subset of messages, said partial signature being intended to prove the validity of a signature of the set of messages for the messages of the subset of messages, said partial signature derivation entity, comprising:
- - reception means arranged to receive the set of messages ⁇ m_l, ..., m_n ⁇ and a signature (q, s) of said set of messages, said signature of all of the messages comprising signature elements of the set of messages,
- Means for deriving a second element and sending arranged to derive a second verification element B intended to prove that the first verification element is well formed, and to send a signature verification entity partial a partial signature specific to the subset of messages, said partial signature comprising a constant number of elements comprising at least the elements of the signature of the set of messages, the first verification element and the second verification element, the partial signature being intended to be verified with only the messages of the message subset.
- the invention also relates to a partial signature verification entity, intended to verify a partial signature for a subset I of a set of messages ⁇ m_l, ..., m_n ⁇ , called a subset of messages, said partial signature being intended to prove the validity of a signature of the set of messages for the messages of the subset of messages, said partial signature verification entity, comprising:
- - reception means arranged to receive the subset of messages and a partial signature (q, s, A, B) specific to the subset of messages, said partial signature comprising a constant number of elements comprising at least the elements of the signature of the set of messages, a first verification element A calculated from the messages of the set other than those of the message subset and a second verification element B intended to prove that the first element of verification is well trained,
- first verification means arranged to verify a first equation involving the messages of the subset of messages, the elements of the signature of the set of messages as well as the first verification element, and elements of the public key, and
- second verification means arranged to verify a second equation involving the first verification element, the second verification element and elements of the public key.
- a partial signature derivation and verification system comprising:
- the invention also relates to a use of a partial signature derivation and verification system as described above in an anonymous accreditation system.
- the partial signature derivation method and the partial signature verification method are particularly well suited to anonymous accreditations. Indeed, the need not to reveal certain parts of this data is evident in the field of anonymous accreditations and solved by the proposed scheme.
- the exemplary embodiment relating to anonymous partial signatures can be directly used as an anonymous accreditation system because it also satisfies the strongest intraceability properties, while offering better performance than other state-of-the-art solutions. 'art.
- the invention also relates to a computer program on a data medium and loadable into the memory of a computer, comprising program code instructions intended to control the execution of the steps of the signature derivation method as described above. , when the program is executed on said computer.
- the invention also relates to a data medium in which the program described above is recorded.
- the invention also relates to a computer program on a data medium and loadable into the memory of a computer, comprising program code instructions intended to control the execution of the steps of the partial signature verification method such as described above, when the program is executed on said computer.
- the invention also relates to a data medium in which the program described above is recorded.
- FIG. 1 shows the steps of a signature method, according to an exemplary embodiment
- FIG. 2 is a schematic representation of an entity for deriving a partial signature capable of implementing the steps of the method for deriving a partial signature for a subset of messages, according to an exemplary embodiment
- Figure 3 is a schematic representation of a verification entity of a partial signature capable of implementing the steps of the method of verifying a partial signature for a subset of messages, according to an exemplary embodiment.
- the signature scheme described here operates in a bilinear environment which designates three groups, usually denoted G1, G2 and GT, of prime order p, as well as a bilinear application e called “bilinear coupling” taking as input an element of the group G1 and an element of group G2 and valued in group GT.
- G1, G2 and GT groups
- p prime order
- G1 and G2 bilinear application e called “bilinear coupling” taking as input an element of the group G1 and an element of group G2 and valued in group GT.
- This type of environment has become classic in cryptography and can be implemented very efficiently. It should be noted that the roles of G1 and G2 are perfectly interchangeable.
- the signature scheme is based on a system that includes several entities:
- the signatory entity 10 is a computer device which comprises code instructions for implementing those of the steps of the signature derivation method implemented by the signatory entity,
- the signature derivation entity 11 is a computer device which comprises code instructions for implementing those of the steps of the signature derivation method implemented by the partial signature derivation entity 11,
- the partial signature verification entity 12 is a computer device which comprises code instructions for implementing those of the steps of the signature derivation method implemented by the partial signature verification entity 12. Note that the same entity can combine several roles. For example, a signing entity can also act as a partial signature derivation entity. Likewise, a signatory entity may also be required to play the role of a partial signature verification entity.
- n denotes the maximum number of data that can be signed at a time.
- n the maximum number of data that can be signed at a time.
- m_l the maximum number of data that can be signed at a time.
- m_n ⁇ the maximum number of data that can be signed at a time.
- the signature scheme described here makes it possible to very effectively verify the validity of a signature on any subset of messages.
- the signing entity 10 In a prior key generation step E10, the signing entity 10 generates, for the signature scheme, a pair of secret / public keys Ks / Kp.
- the generation of keys can be implemented by a dedicated entity, distinct from the signing entity 10, the keys, and in particular the secret key then being transmitted to the signing entity 10 of securely, according to known methods not presented here.
- g h a random element of group Gl, respectively of group G2
- the secret key Ks of the signatory in the signature system consists of the random integers (x, y_l, ..., y_n).
- the public key Kp is made up of the elements X, Y_i, Z_ ⁇ i, j ⁇ , and H_i.
- Kp (X, Y_i, Z_ ⁇ i, j ⁇ , H_i)
- the signature of the set of n messages is then (q, s).
- the signing entity 10 can also sign messages of size n ', with n' ⁇ n with this same pair of keys, that is to say, without regenerating a pair of keys.
- the message of size n 'to be signed is completed with ‘0' until a message of size n is obtained, and the signing entity 10 then uses its pair of keys Ks / Kp to sign it.
- the signing entity 10 sends the signature (q, s) of the set of n messages to the partial signature derivation entity 11 as well as the set (m_l,. .., m_n ⁇ .
- a partial signature derivation step E12 implemented to prove the validity of the signature (q, s) on a subset of messages mi for i belonging to a subset I of the set (1,. .., n ⁇ of messages
- the partial signature derivation entity 11 receives, in a reception sub-step E12, the signature (q, s) on the set of messages (m_l, ..., m_n ⁇ .
- the partial signature derivation entity 11 calculates, or derives, in a step El 3 for deriving a first element, a first verification element A which aggregates all the messages mj whose index j is in (1,. .., n ⁇ but not in the subset I.
- the appropriate notation is (1, ..., n ⁇ ⁇ I.
- the first check element A thus relates in a way to messages which do not interest l signatory entity 10, more precisely on messages which are not part of those for which it wants to prove the validity of the signature (q, s).
- the partial signature derivation entity 11 calculates:
- A ⁇ _ ⁇ j in (1, ..., n ⁇ ⁇ I ⁇ Y _j ⁇ ⁇ m _j ⁇
- the partial signature is then (q, s, A).
- This signature is specific to m_i messages, with i in the set I, i.e. it is intended to be used to verify the validity of the signature of this sub-set mi of messages on the basis of the signature of the n messages (q, s) and with only the messages of the sub-set of messages.
- the partial signature derivation entity 11 calculates, or derives, a second verification element B.
- This second verification element B is intended to prove that the first verification element A is valid, i.e. it is well formed.
- the second verification element B makes it possible to show that the first verification element A, calculated from the hidden messages, is well formed, i.e. it cannot be used to cheat on the value messages mi, for i in I, which are presented to the partial signature verification entity 12.
- the partial signature derivation entity 11 calculates:
- the partial signature is then (q, s, A, B).
- the partial signature (q, s, A, B) and the subset of messages m i, with i in I, are then sent at the end of step E14 to the partial signature verification entity 12.
- the partial signature is of constant size and comprises few elements, in this case four elements. .
- the verification entity 12 therefore does not need to know the set of messages ⁇ m_l, ..., m_n ⁇ or of the messages which would be linked by construction to messages of the subset of messages, such as for l age, date of birth.
- the partial signature verification entity 12 receives from the signature derivation entity 11 the subset of messages ⁇ m_i ⁇ , with i in I, and the partial signature (q, s, A, B).
- e (B, h) e ( ⁇ _ ⁇ in I, j in ⁇ 1, ..., n ⁇ ⁇ I ⁇ ( g ⁇ ⁇ y_j.y _j ⁇ ) ⁇ m _j, h)
- This second equation is intended to ensure that the first verification element A, which groups together all the hidden messages, that is to say the messages which are not part of the subset of messages to be signed, is well formed.
- “well-formed” is meant here that the first verification element A cannot be used to cheat on the value of the messages m _ i, for i in I, which are presented for verification.
- the second verification element B is none other than g ⁇ P.
- the partial signature derivation entity 12 is forced to reconstitute the polynomial P.
- the polynomial P contains square monomials of the form ry ⁇ 2_i which cannot be reconstructed from the elements Z_ ⁇ i, j ⁇ of the key public, which only exist with the condition i ⁇ j.
- the partial signature derivation entity 11 is honest, all the monomials necessary for the reconstruction of the polynomial P are provided in the public key.
- the partial signature verification entity 12 is unable to reconstruct the polynomial P.
- the verification entity 12 transmits the result to any entity requesting this verification
- the first and second steps E1 3 and 14 of signature derivation are slightly modified so as to anonymize the signature scheme described in relation to FIG. 1. Indeed, with the diagram described above, each time a partial signature derivation entity uses its signature to authenticate itself, it presents the same signature, which makes it possible to trace it.
- the elements of the signature (q, s) are anonymized by means of random scalars.
- the partial signature derivation entity 11 calculates the first verification element A as follows:
- A (g ⁇ t). ( ⁇ _ ⁇ j in ⁇ 1, ..., n ⁇ ⁇ 1 ⁇ Y_j ⁇ ⁇ m_j ⁇ )
- the entity 11 for deriving the partial signature calculates the second verification element B as follows:
- the two elements A and B thus calculated depend on one of the random scalars. They are thus also anonymized.
- the entity 11 for deriving the partial signature sends to the verification entity 12 the new partial signature (q ', s', A, B) as well as the messages m_i , with i in I.
- the partial signature derivation entity 11 each time the partial signature derivation entity 11 derives a partial signature on the same subset of messages for the purpose of authenticating itself, then the derived partial signature is different.
- the partial signature is thus anonymous and it is then impossible to trace the partial signature derivation entity 11 during its various authentications.
- the new partial signature or anonymous partial signature (q ', s', A, B) is verified by the signature verification entity 12 in the same way as in the first exemplary embodiment, that is to say - say that it is treated in the same way as a non-anonymous partial signature. More precisely, this verification takes as input the subset of messages ⁇ m_i ⁇ , with i in I, the anonymous partial signature (q ', s', A, B) and verifies the same two equalities (1) and (2 ) described previously.
- the implementation of the partial signature derivation is facilitated since depending on whether the partial signature is anonymous or not, the implementation of the verification of the partial signature is identical.
- This embodiment is particularly suitable for use in anonymous certificates or accreditations.
- An anonymous certificate makes it possible to prove a property or a right linked to its holder, without revealing the identity of the latter. It protects the privacy of the anonymous accreditation holder by providing the property of anonymity and here non-traceability. It takes the form here of a cryptographic datum: the partial signature, which can be shown by its holder, here the partial signature derivation entity 11, to an organization, here the partial signature verification entity 12, for prove a property linked to his identity.
- the partial signature derivation entity 11 is computer equipment, such as a computer.
- the partial signature derivation entity 11 comprises:
- a processing unit or processor 30, or “CPU” (standing for “Central Processing Unit”), intended to load instructions into memory, to execute them, to carry out operations;
- the storage memory 32 is designed to store a partial signature derivation software module which comprises code instructions for implementing the steps of the partial signature derivation method as described above and which are implemented by the partial signature derivation entity 11.
- the storage memory 32 is also designed to store the public key Kp of the signature scheme in a secure area.
- the partial signature derivation entity 11 also includes:
- a reception module 33 designed to receive the set (m_l, ..., m_n ⁇ of messages and a signature of said set of messages.
- the signature of all the messages comprises signature elements, denoted (q, s) of the set of messages.
- the reception module 33 is designed to implement step E12 of the partial signature derivation method, a module 34 for deriving a first verification element, arranged to derive a first verification element A calculated from the messages of the set other than those of the subset of messages,
- a module 35 for deriving a second verification and sending element arranged to derive a second verification element B intended to prove that the first verification element A is well formed and to send to a verification entity of a partial signature a partial signature specific to the subset of messages, said partial signature comprising a constant number of elements comprising at least the elements of the signature of the set of messages, the first verification element A, and the second element verification B.
- the partial signature is intended to be verified with only the messages of the message subset.
- the derivation and sending module 34 is designed to implement steps E13 and E14 of the partial signature derivation method as described above.
- the reception module 33, the module 34 for deriving a first verification element and the module 35 for deriving a second verification and sending element are preferably software modules comprising software instructions for implementing those. steps of the partial signature derivation method implemented by the partial signature derivation entity.
- the partial signature derivation entity 11 comprises a module (not shown in FIG. 2) for deriving an anonymous partial signature.
- This module is designed to generate random scalars and to calculate new elements of the signature.
- the module 34 for deriving the first verification element is arranged to calculate the first element A as follows:
- A g ⁇ t. ⁇ _ ⁇ j in (1, ..., n ⁇ ⁇ 1 ⁇ Y _j ⁇ ⁇ m _j ⁇ .
- the derivation module 35 of the second verification and sending element is arranged to calculate the second verification element B as follows:
- the first and second verification elements A and B are thus anonymized by means of one of the random scalars.
- the new partial signature is noted (q ', s', A, B).
- the module 35 for deriving the second verification and sending element is also arranged to send the new partial signature (q ', s', A, B) to the partial signature verification entity 12. .
- the invention therefore also relates to:
- the partial signature verification entity 12 is computer equipment, such as a computer.
- the partial signature verification entity 12 comprises:
- processor 40 intended to load instructions into memory, to execute them, to carry out operations
- the storage memory 42 is arranged to store a partial signature verification software module which comprises code instructions for implementing the steps of the partial signature derivation method as described above and which are implemented by the entity 12 for verifying the signature.
- partial signature The storage memory 42 is also designed to store the public key Kp of the signature scheme.
- the partial signature verification entity 11 also includes:
- a reception module 43 designed to receive the subset of messages and the partial signature (q, s, A, B) of the partial signature derivation entity 11.
- the receiving module 43 is designed to implement step E15 of receiving the partial signature derivation method as described above,
- a first verification module 44 designed to verify a first equation involving the messages of the subset of messages, the elements of the signature of the set of messages as well as the first verification element and elements of the public key.
- the first verification module 44 is arranged to implement step E1 6 of verifying a first equation of the partial signature derivation method as described above, and
- a second verification module 45 arranged to verify a second equation involving the first element of verification of the partial signature, the second element of verification of the partial signature, and elements of the public key.
- the second verification module 45 is designed to implement step E117 for verifying a second equation of the partial signature derivation method as described above.
- the reception module 43, the first verification module 44 and the second verification module 45 are preferably software modules comprising software instructions for implementing the steps of the partial signature derivation method described above and implemented by the partial signature verification entity 12.
- the invention therefore also relates to:
- a computer program comprising instructions for implementing the steps of the partial signature derivation method as described above and which are implemented by the entity 12 for verifying a partial signature when this program is executed by a processor of the partial signature verification device,
- a partial signature derivation and verification system comprising:
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FR1911300A FR3102023B1 (fr) | 2019-10-11 | 2019-10-11 | Procédé de dérivation de signature partielle avec vérification partielle |
| PCT/FR2020/051748 WO2021069827A1 (fr) | 2019-10-11 | 2020-10-06 | Procédé de dérivation de signature partielle avec vérification partielle |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4042633A1 true EP4042633A1 (fr) | 2022-08-17 |
Family
ID=70295176
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP20796871.0A Pending EP4042633A1 (fr) | 2019-10-11 | 2020-10-06 | Procédé de dérivation de signature partielle avec vérification partielle |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20230040203A1 (fr) |
| EP (1) | EP4042633A1 (fr) |
| CN (1) | CN114762289B (fr) |
| FR (1) | FR3102023B1 (fr) |
| WO (1) | WO2021069827A1 (fr) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11424939B1 (en) * | 2020-03-31 | 2022-08-23 | Amazon Technologies, Inc. | Privacy preserving attestation |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2000049768A1 (fr) * | 1999-02-17 | 2000-08-24 | Thomas Mittelholzer | Partage de signature pour protection de cles privees |
| JP3659178B2 (ja) * | 2001-02-22 | 2005-06-15 | 日本電信電話株式会社 | 分散ディジタル署名作成方法及び装置及び分散ディジタル署名付ディジタル文書作成方法及び装置及び分散ディジタル署名作成プログラム及び分散ディジタル署名作成プログラムを格納した記憶媒体 |
| US7093133B2 (en) * | 2001-12-20 | 2006-08-15 | Hewlett-Packard Development Company, L.P. | Group signature generation system using multiple primes |
| CN101453332A (zh) * | 2002-04-15 | 2009-06-10 | 株式会社Ntt都科摩 | 利用双线性映射的签名方案 |
| JP4477616B2 (ja) * | 2006-10-19 | 2010-06-09 | 株式会社日立製作所 | 署名システム及び署名方法 |
| JP4477678B2 (ja) * | 2008-01-21 | 2010-06-09 | 富士通株式会社 | 電子署名方式、電子署名プログラムおよび電子署名装置 |
| US9530010B2 (en) * | 2013-11-07 | 2016-12-27 | Fujitsu Limited | Energy usage data management |
| EP2905922A1 (fr) * | 2014-02-10 | 2015-08-12 | Thomson Licensing | Procédé de signature fournissant une signature partielle associée à un message, procédé de signature à seuil, procédé de vérification de signature, et programme et appareils correspondants |
| CN106209365B (zh) * | 2016-09-18 | 2020-06-23 | 西安电子科技大学 | 云环境下利用备份数据在用户撤销时重签名的方法 |
| EP3709561A1 (fr) * | 2019-03-14 | 2020-09-16 | Thales Dis France SA | Procédé permettant de générer une signature numérique d'un message d'entrée |
-
2019
- 2019-10-11 FR FR1911300A patent/FR3102023B1/fr active Active
-
2020
- 2020-10-06 CN CN202080083136.7A patent/CN114762289B/zh active Active
- 2020-10-06 WO PCT/FR2020/051748 patent/WO2021069827A1/fr not_active Ceased
- 2020-10-06 US US17/768,114 patent/US20230040203A1/en active Pending
- 2020-10-06 EP EP20796871.0A patent/EP4042633A1/fr active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| US20230040203A1 (en) | 2023-02-09 |
| CN114762289A (zh) | 2022-07-15 |
| CN114762289B (zh) | 2024-11-12 |
| FR3102023B1 (fr) | 2023-03-24 |
| WO2021069827A1 (fr) | 2021-04-15 |
| FR3102023A1 (fr) | 2021-04-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Luong et al. | Privacy-preserving identity management system on blockchain using Zk-SNARK | |
| CN114946152B (zh) | 用于在传输层安全和其它上下文中验证数据的分散式技术 | |
| US20230298015A1 (en) | Systems and methods for verification of protected private information | |
| DK3268914T3 (en) | DETERMINING A COMMON SECRET FOR SECURE EXCHANGE OF INFORMATION AND Hierarchical, Deterministic cryptographic keys | |
| EP3948565B1 (fr) | Système et procédé pour fournir une validation anonyme d'une requête parmi une pluralité de noeuds dans un réseau | |
| US20150207621A1 (en) | Method for creating asymmetrical cryptographic key pairs | |
| CN113434555B (zh) | 一种基于可搜索加密技术的数据查询方法和装置 | |
| US11736481B2 (en) | Friction-less identity proofing during employee self-service registration | |
| CN114747172B (zh) | 加密链接身份 | |
| WO2022216317A1 (fr) | Appareil, systèmes et procédés de stockage de données de profil d'utilisateur pour une base de données répartie en vue d'une vérification anonyme | |
| CN107070896A (zh) | 一种安全高效的区块链客户化登录方法及安全加固系统 | |
| FR3049089A1 (fr) | Procede permettant de gerer les validations des messages relatifs a une chaine de messages de facon unitaire a travers un reseau de validation decentralise | |
| US11263063B1 (en) | Methods and systems for device-specific event handler generation | |
| US20230010339A1 (en) | Methods and systems for device-specific event handler generation | |
| EP4042633A1 (fr) | Procédé de dérivation de signature partielle avec vérification partielle | |
| JP7824947B2 (ja) | 鍵導出方法 | |
| Dai et al. | Crsa: A cryptocurrency recovery scheme based on hidden assistance relationships | |
| WO2025170644A9 (fr) | Mélange de données décentralisé pour paiements par chaîne de blocs anonymes et confidentiels, permutation de pièces de monnaie incognito et techniques de vote pondérées cachées | |
| EP4078893A1 (fr) | Procédé et dispositif de contrôle d'accès anonyme à une plateforme collaborative d'anonymisation | |
| EP4315741A1 (fr) | Gestion de droits d'accès à des fichiers numériques avec possible délégation des droits | |
| CN113990399A (zh) | 保护隐私安全的基因数据分享方法和装置 | |
| CN113746621A (zh) | 一种基于区块链技术的多链架构信息共享系统 | |
| Lin | Cryptographic Privacy Protection in Blockchain: Analysis of Strategies and Future Directions | |
| CN121037138B (zh) | 一种身份认证授权方法及系统 | |
| CN110943846A (zh) | 新型基于环签名技术的异构身份联盟用户信誉值传递方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| 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 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20220427 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| RAP3 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: ORANGE |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20251202 |