EP4276802A1 - Secure page rank calculation system, method therefor, secure calculation device, and program - Google Patents

Secure page rank calculation system, method therefor, secure calculation device, and program Download PDF

Info

Publication number
EP4276802A1
EP4276802A1 EP21925616.1A EP21925616A EP4276802A1 EP 4276802 A1 EP4276802 A1 EP 4276802A1 EP 21925616 A EP21925616 A EP 21925616A EP 4276802 A1 EP4276802 A1 EP 4276802A1
Authority
EP
European Patent Office
Prior art keywords
transaction
pagerank
secure
computation
ciphertext
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.)
Granted
Application number
EP21925616.1A
Other languages
German (de)
French (fr)
Other versions
EP4276802B1 (en
EP4276802A4 (en
Inventor
Satoshi Takahashi
Tetsushi MORITA
Osamu TAKINO
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Inc USA
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Publication of EP4276802A1 publication Critical patent/EP4276802A1/en
Publication of EP4276802A4 publication Critical patent/EP4276802A4/en
Application granted granted Critical
Publication of EP4276802B1 publication Critical patent/EP4276802B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09CCIPHERING OR DECIPHERING APPARATUS FOR CRYPTOGRAPHIC OR OTHER PURPOSES INVOLVING THE NEED FOR SECRECY
    • G09C1/00Apparatus or methods whereby a given sequence of signs, e.g. an intelligible text, is transformed into an unintelligible sequence of signs by transposing the signs or groups of signs or by replacing them by others according to a predetermined system
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/008Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols involving homomorphic encryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/46Secure multiparty computation, e.g. millionaire problem

Definitions

  • the present invention relates to a secure computation technique and, more particularly, to a technique of securely calculating PageRank for the purpose of computing reliability.
  • PageRank is a mechanism for determining an importance of a Web page by using link relationships of the Web page or the like (refer to NPL 1). By applying the mechanism, it is also possible to calculate PageRank from transaction data such as a commercial flow between enterprises and utilize the PageRank as an index of reliability of each enterprise (refer to NPL 2) .
  • an objective of the present invention is to use transaction data held by a plurality of data sources as input and calculate PageRank with high accuracy while keeping the transaction data of each data source secret.
  • a secure PageRank computation system is a secure PageRank computation system including a plurality of secure computation apparatuses, each secure computation apparatus comprises: a PageRank storage which stores a ciphertext of PageRank of a plurality of transaction entities; a transaction rate receiving unit which receives a ciphertext of a transaction rate from each of a plurality of data sources; and a PageRank calculating unit which securely calculates, using a ciphertext of a transaction rate related to a computational objective transaction entity and a ciphertext of PageRank of a transaction counterpart that is a transaction entity having performed a transaction with the computational objective transaction entity, a ciphertext to become PageRank of the computational objective transaction entity when the ciphertext is decrypted, wherein the transaction rate represents, for each combination of transaction entities, a ratio of a transaction performed by the combination of transaction entities to an entire transaction history held by the data sources.
  • PageRank can be calculated with high accuracy while keeping the transaction data of each data source secret.
  • An embodiment of the present invention is a secure PageRank computation system and method which use a ciphertext of transaction data input from a plurality of data sources to generate PageRank while keeping the transaction data secret.
  • PageRank On measuring reliability of enterprises using PageRank, if PageRank is to be calculated solely based on one data source, there is a possibility that even an unreliable enterprise in fact may be determined to have high reliability. In consideration thereof, calculating PageRank using a plurality of data sources is expected to increase accuracy of reliability of the PageRank.
  • generating PageRank using a plurality of data sources requires innovative technical approaches for preventing information held in each data source from being leaked to other data sources.
  • accumulated data itself is the value of the entities, and it is difficult for such entities to readily provide other entities with such data.
  • the secure PageRank computation system solves the problem described above by securely calculating a PageRank formula with a plurality of data sources as inputs to obtain PageRank while keeping the input data from each data source secret.
  • a secure PageRank computation system 100 includes N ( ⁇ 2)data source apparatuses 1 1 , ⁇ , 1 N and K ( ⁇ 1)secure computation apparatuses 2 1 , ⁇ , 2 K .
  • the data source apparatuses 1 1 , ⁇ , 1 N , and the secure computation apparatuses 2 1 , ⁇ , 2 K are, respectively, connected to a communication network 9.
  • the communication network 9 is a communication network adopting a circuit switching scheme or a packet switching scheme configured such that connected apparatuses can communicate with each other and, for example, the Internet, a LAN (Local Area Network), or a WAN (Wide Area Network) can be used.
  • Any one of the data source apparatuses 1 1 , ⁇ , 1 N plays a role of requesting computation of PageRank (hereinafter, also referred to as a "computation request apparatus").
  • any one of the data source apparatuses 1 1 , ⁇ , 1 N which is not the computation request apparatus plays a role of registering an initial value of PageRank (hereinafter, also referred to as an "initialization apparatus").
  • a secure computation apparatus 2 k (k 6 ⁇ 1, ⁇ , K ⁇ ) uses a secure computation method based on secret sharing such as Shamir's secret sharing or replicated secret sharing to calculate PageRank while cooperating with other secure computation apparatuses 2 k' (k' ⁇ ⁇ 1, ⁇ , K ⁇ and k ⁇ k ' ).
  • the secure computation apparatus 2 calculates PageRank using a secure computation method based on an encryption method such as homomorphic encryption.
  • a data source apparatus which is also a computation request apparatus further includes a PageRank decoding unit 14 and a convergence determining unit 15 represented by dashed-dotted lines in Fig. 2 .
  • a data source apparatus which is also an initialization apparatus further includes a PageRank initial value registering unit 11 represented by a dashed line in Fig. 2 .
  • the secure PageRank computation method is realized as the data source apparatuses 1 1 , ⁇ , 1 N and the secure computation apparatuses 2 1 , ⁇ , 2 K perform processing of each step shown in Fig. 4 together.
  • the data source apparatus 1 n and the secure computation apparatus 2 k are, for example, special apparatuses constructed by loading a special program to a known or dedicated computer having a central processing unit (CPU), a main storage apparatus (RAM: Random Access Memory), and the like.
  • the data source apparatus 1 n and the secure computation apparatus 2 k execute each step of processing under the control of the central processing unit.
  • Data input to the data source apparatus 1 n and the secure computation apparatus 2 k and data obtained by the various steps of processing are, for example, stored on the main storage apparatus, and the data stored on the main storage apparatus is loaded to the central processing unit as needed to be utilized in other steps of processing.
  • each processing unit of the data source apparatus 1 n and the secure computation apparatus 2 k may be constituted by hardware such as an integrated circuit.
  • Each storage included in the data source apparatus 1 n and the secure computation apparatus 2 k may be constituted by, for example, a main storage apparatus such as a RAM (Random Access Memory), an auxiliary storage apparatus constituted by a hard disk, an optical disk, or a semiconductor memory element such as a flash memory, or middleware such as a relational database or a key-value store.
  • a main storage apparatus such as a RAM (Random Access Memory)
  • an auxiliary storage apparatus constituted by a hard disk, an optical disk, or a semiconductor memory element such as a flash memory
  • middleware such as a relational database or a key-value store.
  • FIG. 4 A processing procedure of the secure PageRank computation method that is executed by the secure PageRank computation system 100 according to the embodiment will be described with reference to Fig. 4 .
  • the secure PageRank computation system 100 includes two data source apparatuses 1 1 and 1 2 , the data source apparatus 1 1 is a computation request apparatus, and the data source apparatus 1 2 is an initialization apparatus.
  • the transaction history storage 10 of each data source apparatus 1 n stores a transaction history representing the contents of a transaction performed between two transaction entities handled by the data source apparatus 1 n .
  • the PageRank initial value registering unit 11 encrypts the initial value of the PageRank PR i of each transaction entity i and transmits a ciphertext [PR i ] thereof to each of the secure computation apparatuses 2 1 , ⁇ , 2 K .
  • [ ⁇ ] represents a ciphertext of a value ⁇
  • [ ⁇ ] represents a shared value of the value ⁇ .
  • the shared value [PR i ] of the initial value of the PageRank PR i of each transaction entity i is distributed to each of the secure computation apparatuses 2 1 , ⁇ , 2 K so that one secure computation apparatus 2 k holds one share [PR i ] k .
  • each secure computation apparatus 2 k stores the ciphertext [PR i ] of the initial value of the PageRank PR i of each transaction entity i received from the data source apparatus 1 2 in the PageRank storage 20.
  • step S12 the transaction rate calculating unit 12 of each data source apparatus 1 n calculates, from the transaction history stored in the transaction history storage 10, a transaction rate k n j ⁇ i for each combination (i, j) of transaction entities (j E V i , where V i denotes a set of transaction counterparts which are transaction entities who have performed a transaction with the transaction entity i).
  • k n j ⁇ i represents a transaction rate related to the transaction entity i and a transaction counterpart j held by an n-th data source apparatus 1 n .
  • the transaction rate represents a ration of a transaction performed in a combination of certain transaction entities among the entire transaction history.
  • a value obtained by dividing a total sum of transfer amounts handled by the bank from a certain enterprise to other enterprises by the total sum of transfer amounts recorded in the transaction history is a transaction rate from the certain enterprise to the other enterprises.
  • the transaction rate is calculated for all combinations of transaction entities recorded in the transaction history.
  • the transaction rate calculating unit 12 outputs the calculated transaction rate k n j ⁇ i to the transaction rate transmitting unit 13.
  • step S13 the transaction rate transmitting unit 13 of each data source apparatus 1 n encrypts a product ⁇ n k n j ⁇ i of the input transaction rate k n j ⁇ i and a predetermined weight ⁇ n and transmits a ciphertext [ ⁇ n k n j ⁇ i ] thereof to each of the secure computation apparatuses 2,_, ⁇ , 2 K .
  • a shared value [ ⁇ n k n j ⁇ i ] of the transaction rate is distributed to each of the secure computation apparatuses 2 1 , ⁇ , 2 K so that one secure computation apparatus 2 k holds one share [ ⁇ n k n j ⁇ i ] k .
  • step S21 the transaction rate receiving unit 21 of each secure computation apparatus 2 k receives ciphertexts [ ⁇ 1 k 1 j ⁇ i ], ⁇ , [ ⁇ N k N j ⁇ i ] of the transaction rate from each of the data source apparatuses 1 1 , ⁇ , 1 N .
  • step S22 the PageRank calculating unit 22 of each secure computation apparatus 2 k securely calculates a ciphertext [PR i ] that becomes, when decrypted, the PageRank PR i of the transaction entity i, which is an objective of computation, using the ciphertexts [ ⁇ 1 k 1 j ⁇ i ], ⁇ , [ ⁇ N k N j ⁇ i ] of the transaction rate related to the transaction entity i (C ⁇ 1, ⁇ , I ⁇ ) and a ciphertext [PR j] of PageRank PR j of a transaction counterpart j (j ⁇ V i ) who has performed a transaction with the transaction entity i.
  • the PageRank calculating unit 2 outputs the ciphertext [PR i ] of the PageRank PR i of the transaction entity i to the PageRank transmitting unit 23.
  • the PageRank calculating unit 22 calculates the following formula to obtain the ciphertext [PR i ] of the PageRank PR i of the transaction entity i.
  • PR i ⁇ j ⁇ V i PR j ⁇ ⁇ 1 k j ⁇ i 1 + ⁇ 2 k j ⁇ i 2 + ⁇ + ⁇ N k j ⁇ i N
  • step S23 the PageRank transmitting unit 23 of each secure computation apparatus 2 k transmits the input ciphertext [PR i ] of the PageRank PR i of the transaction entity i to a data source apparatus 1 1 serving as a computation request apparatus.
  • step S14 the PageRank decoding unit 14 of the data source apparatus 1 1 decodes the ciphertext [PR i ] of the PageRank PR i of the transaction entity i received from each of the secure computation apparatuses 2 1 , ⁇ , 2 K and obtains the PageRank PR i of the transaction entity i.
  • step S15 the convergence determining unit 15 of the data source apparatus 1 1 determines whether or not the PageRank PR i of the transaction entity i has converged.
  • the determination as to whether or not convergence has occurred may be made by comparing a difference between the PageRank before the computation and the PageRank after the computation with a predetermined threshold.
  • the convergence determining unit 15 determines that the PageRanks of all the computational objective transaction entities have converged, the processing is completed.
  • the calculated PageRank PR i is encrypted and a ciphertext [PR i ] thereof is transmitted to each of the secure computation apparatuses 2 1 , ⁇ , 2 K .
  • step S24 when the PageRank updating unit 25 of each secure computation apparatus 2 k receives the ciphertext [PR i ] of the calculated PageRank PR i from the data source apparatus 1 1 serving as a computation request apparatus, the PageRank updating unit 25 updates the ciphertext [PR i ] of the PageRank PR i stored in the PageRank storage 10 with the ciphertext of the PageRank. Subsequently, the processing returns to step S22. Accordingly, the computation of PageRank and the convergence determination are executed once again.
  • the secure PageRank computation system 100 is configured such that any one of the plurality of data source apparatuses 1 n plays a role of a computation request apparatus.
  • a computation request apparatus may be configured as a single apparatus other than the data source apparatuses 1 n .
  • the secure PageRank computation system 100 further includes the computation request apparatus 3 represented by a dashed line in Fig. 1 .
  • the computation request apparatus 3 includes the PageRank decoding unit 14 and the convergence determining unit 15 formerly included in the data source apparatus 1 1 served as a computation request apparatus in the secure PageRank computation system 100 according to the embodiment.
  • the secure PageRank computation system solely differs from the secure PageRank computation system according to the embodiment in that a destination to which the PageRank transmitting unit 23 of each of the secure computation apparatuses 2 1 , ⁇ , 2 K transmits the ciphertext of the calculated PageRank is the computation request apparatus 3 instead of the data source apparatus 1 1 served as a computation request apparatus.
  • the secure PageRank computation system 100 is configured such that a weight ⁇ n is set to the data source apparatus 1 n in advance and the transaction rate transmitting unit 13 calculates a product of a transaction rate k n j ⁇ i and the weight ⁇ n .
  • weights ⁇ 1 , ⁇ , ⁇ N may be set to the secure computation apparatuses 2 1 , ⁇ , 2 K in advance instead of the data source apparatus 1 n .
  • the transaction rate transmitting unit 13 of the data source apparatus 1 n transmits a ciphertext [k n j ⁇ i ] of the transaction rate k n j ⁇ i to each of the secure computation apparatuses 2 1 , ⁇ , 2 K .
  • the PageRank calculating unit 22 of each of the secure computation apparatuses 2 1 , ⁇ , 2 K securely calculates a PageRank formula after multiplying the ciphertext [k n j ⁇ i ] of the transaction rate k n j ⁇ i received from the data source apparatus 1 n by the weight ⁇ n by a secure computation.
  • the secure PageRank computation system 100 is configured such that, when the convergence determining unit 15 of the data source apparatus 1 1 serving as a computation request apparatus determines that PageRank of any of the computational objective transaction entity has not converged, a ciphertext [PR i ] of a calculated PageRank PR i is transmitted to each of the secure computation apparatuses 2 1 , ⁇ , 2 K , and the PageRank updating unit 25 of each of the secure computation apparatuses 2 k updates the ciphertext [PR i ] of the PageRank PR i stored in the PageRank storage 10 with the ciphertext [PR i ] of the received PageRank PR i .
  • a configuration may be adopted in which, when the convergence determining unit 15 of the data source apparatus 1 1 determines that PageRank of any of the computational objective transaction entity has not converged, only a signal instructing a continuation of computation is transmitted to each of the secure computation apparatuses 2 1 , ⁇ , 2 K , and the PageRank updating unit 25 of each secure computation apparatus 2 k updates, when receiving the signal instructing the continuation of computation, the ciphertext [PR i ] of the PageRank PR i stored in the PageRank storage 10 with the ciphertext [PR i ] of the PageRank PR i calculated by the PageRank calculating unit 22.
  • the first example is an example in which the secure PageRank computation system according to the embodiment is applied to credit determination at a bank.
  • the secure PageRank computation system according to the first example is made up of a bank A, a bank B, and a secure computation system.
  • the secure computation system includes a plurality of secure computation apparatuses.
  • the bank A and the bank B respectively hold transaction histories between their own client enterprises.
  • enterprises ⁇ , ⁇ , ⁇ , ⁇ , and ⁇ are client enterprises of each bank.
  • an arrow connecting the enterprises represents a bank transfer (transaction).
  • An amount of money described in the vicinity of an arrow is an amount of money transferred.
  • the bank A and B correspond to data source apparatuses.
  • the bank A requests the secure computation system to calculate PageRank of a client enterprise for credit determination.
  • the bank A corresponds to a computation requesting apparatus.
  • the bank B registers an initial value of the PageRank of each enterprise to the secure computation system (step 0).
  • the bank B corresponds to an initializing apparatus.
  • the bank B randomly generates the initial value of the PageRank, encrypts the random value by secret sharing, and registers a shared value to the secure computation system.
  • the reason why the bank B which does not make a computation request registers the initial value of the PageRank is to prevent transaction-related information held by the bank B from leaking to the bank A which makes a computation request.
  • the bank A and the bank B aggregate the amount of money transferred for each combination of enterprises from the transaction history held by themselves, and obtain a rate occupied in the entire transaction history (hereinafter referred to as a "transfer amount ratio").
  • the bank A and the bank B encrypt the obtained transfer amount ratio by secret sharing, and register a shared value to the secure computation system (step 1).
  • the bank B may execute step 0 and step 1 at the same time, namely, the bank B may register the shared value of the transfer amount ratio and the shared value of the initial value of the PageRank to the secure computation system at the same time.
  • the secure computation system In response to a computation request from the bank A, the secure computation system securely calculates PageRank for each enterprise by using the registered shared value of the transfer amount ratio and the registered shared value of the PageRank (step 2). The secure computation system transmits the calculated shared value of the PageRank of each enterprise to the bank A having made the computation request.
  • the bank A restores the shared value of the PageRank of each enterprise received from the secure computation system and obtains plaintext PageRank. In addition, the bank A determines whether or not the obtained PageRanks have converged. When the bank A determines that the PageRank of each enterprise has not converged, the bank A transmits the shared value of the PageRank to the secure computation system. The secure computation system updates the stored shared value of the PageRank of each enterprise with the received shared value of the PageRank of each enterprise (step 3), and calculates the PageRank once again (step 2). When it is determined that the PageRank of each enterprise has converged, the bank A uses the converged PageRank to determine the credit of the enterprise.
  • the second example is an example which applies the secure PageRank computation system according to the first modification to provide a credit result for an external organization.
  • the external organization requests computation of PageRank in order to perform credit determination when performing a new transaction with an enterprise included in the transaction history of each bank.
  • the secure PageRank computation system according to the second example includes an external organization X in addition to the bank A, the bank B and the secure computation system.
  • the secure computation system transmits a calculated shared value of PageRank to the external organization X and the external organization X determines convergence of the PageRank (step 3).
  • the external organization X uses the converged PageRank to perform credit determination of the enterprise.
  • Other steps of processing are similar to those performed in the first example.
  • the program describing the processing contents can be recorded on a computer-readable recording medium.
  • Examples of the computer-readable recording medium include non-transitory recording media such as a magnetic recording apparatus or an optical disk.
  • the program is distributed by, for example, sales, transfer, or rent of a portable recording medium such as a DVD or a CD-ROM on which the program is recorded.
  • the program may be distributed by storing the program in advance in a storage apparatus of a server computer and transferring the program from the server computer to another computer via a network.
  • a computer executing such a program first temporarily stores, for example, the program recorded on a portable recording medium or the program transferred from a server computer in its own auxiliary storage 1050 which is a non-temporary storage apparatus.
  • the computer loads the program stored in its own auxiliary recording unit 1050 which is a non-temporary storage apparatus into a memory 1020 which is a temporary storage apparatus, and executes processing in accordance with the loaded program.
  • the computer may directly load the program from the portable recording medium and execute processing in accordance with the program and, furthermore, every time the program is transferred from the server computer to the computer, the computer may sequentially execute processing in accordance with the received program.
  • a configuration may be adopted in which the processing described above is executed by a so-called ASP (Application Service Provider)-type service in which the program is not transferred from a server computer to the computer and processing functions are solely realized by an execution instruction and acquisition of a result of the program.
  • ASP Application Service Provider
  • the program described herein includes information which is supplied for processing by an electronic computer and which is equivalent to a program (data or the like which is not a direct command to the computer but has a property of specifying processing to be carried out by the computer).
  • the apparatus is configured by executing a predetermined program on a computer in the above description, at least a part of the processing contents may be implemented by hardware.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Storage Device Security (AREA)
  • Debugging And Monitoring (AREA)

Abstract

To calculate PageRank with high accuracy using transaction data held by a plurality of data sources as input and keeping the transaction data of each data source secret. A data source apparatus (1) calculates a transaction rate for each combination of transaction entities (S12). The data source apparatus (1) encrypts the transaction rate and transmits the encrypted transaction rate to each secure computation apparatus (2) (S13). Each secure computation apparatus (2) receives a ciphertext of the transaction rate from a plurality of data source apparatuses (1) (S21). The secure computation apparatus (2) securely calculates a ciphertext which becomes, when decrypted, PageRank of the computational objective transaction entity by using the ciphertext of the transaction rate related to the computational objective transaction entity and the ciphertext of the PageRank of a transaction counterpart (S22).

Description

    [TECHNICAL FIELD]
  • The present invention relates to a secure computation technique and, more particularly, to a technique of securely calculating PageRank for the purpose of computing reliability.
  • [BACKGROUND ART]
  • PageRank is a mechanism for determining an importance of a Web page by using link relationships of the Web page or the like (refer to NPL 1). By applying the mechanism, it is also possible to calculate PageRank from transaction data such as a commercial flow between enterprises and utilize the PageRank as an index of reliability of each enterprise (refer to NPL 2) .
  • [PRIOR ART LITERATURE] [NON-PATENT LITERATURE]
  • [SUMMARY OF THE INVENTION] [PROBLEMS TO BE SOLVED BY THE INVENTION]
  • However, since a plurality of data distribution platform operators store transaction data between enterprises on their own in recent years, calculating PageRank from a single data source may possibly create a bias in information. On the other hand, since such transaction data includes confidential information of each enterprise, there is a problem that security issues such as data leakage occur when a plurality of data sources are simply integrated.
  • In view of such a technical problem, an objective of the present invention is to use transaction data held by a plurality of data sources as input and calculate PageRank with high accuracy while keeping the transaction data of each data source secret.
  • [MEANS TO SOLVE THE PROBLEMS]
  • A secure PageRank computation system according to an aspect of the present invention is a secure PageRank computation system including a plurality of secure computation apparatuses, each secure computation apparatus comprises: a PageRank storage which stores a ciphertext of PageRank of a plurality of transaction entities; a transaction rate receiving unit which receives a ciphertext of a transaction rate from each of a plurality of data sources; and a PageRank calculating unit which securely calculates, using a ciphertext of a transaction rate related to a computational objective transaction entity and a ciphertext of PageRank of a transaction counterpart that is a transaction entity having performed a transaction with the computational objective transaction entity, a ciphertext to become PageRank of the computational objective transaction entity when the ciphertext is decrypted, wherein the transaction rate represents, for each combination of transaction entities, a ratio of a transaction performed by the combination of transaction entities to an entire transaction history held by the data sources.
  • [EFFECTS OF THE INVENTION]
  • According to the present invention, using transaction data held by a plurality of data sources as input, PageRank can be calculated with high accuracy while keeping the transaction data of each data source secret.
  • [BRIEF DESCRIPTION OF THE DRAWINGS]
    • [Fig. 1]
      Fig. 1 is a diagram illustrating a functional configuration of a secure PageRank computation system.
    • [Fig. 2]
      Fig. 2 is a diagram illustrating a functional configuration of a data source apparatus.
    • [Fig. 3]
      Fig. 3 is a diagram illustrating a functional configuration of a secure computation apparatus.
    • [Fig. 4]
      Fig. 4 is a diagram illustrating a processing procedure of a secure PageRank computation method.
    • [Fig. 5]
      Fig. 5 is a diagram for describing a first example.
    • [Fig. 6]
      Fig. 6 is a diagram for describing a second example.
    • [Fig. 7]
      Fig. 7 is a diagram illustrating a functional configuration of a computer.
    [DETAILED DESCRIPTION OF THE EMBODIMENTS]
  • Hereinafter, embodiments of the present invention will be described in detail. Note that the same reference numerals are given to constituent units that have same functions in the drawings and repetitive descriptions thereof will be omitted.
  • [EMBODIMENT]
  • An embodiment of the present invention is a secure PageRank computation system and method which use a ciphertext of transaction data input from a plurality of data sources to generate PageRank while keeping the transaction data secret.
  • On measuring reliability of enterprises using PageRank, if PageRank is to be calculated solely based on one data source, there is a possibility that even an unreliable enterprise in fact may be determined to have high reliability. In consideration thereof, calculating PageRank using a plurality of data sources is expected to increase accuracy of reliability of the PageRank. However, generating PageRank using a plurality of data sources requires innovative technical approaches for preventing information held in each data source from being leaked to other data sources. In particular, for entities aimed at collecting and utilizing data such as a data distribution platform, accumulated data itself is the value of the entities, and it is difficult for such entities to readily provide other entities with such data.
  • Therefore, the secure PageRank computation system according to the embodiment solves the problem described above by securely calculating a PageRank formula with a plurality of data sources as inputs to obtain PageRank while keeping the input data from each data source secret.
  • As shown in Fig. 1, a secure PageRank computation system 100 according to the embodiment includes N (≥ 2) data source apparatuses 11, ···, 1N and K (≥ 1) secure computation apparatuses 21, ···, 2K. The data source apparatuses 11, ···, 1N, and the secure computation apparatuses 21, ···, 2K are, respectively, connected to a communication network 9. The communication network 9 is a communication network adopting a circuit switching scheme or a packet switching scheme configured such that connected apparatuses can communicate with each other and, for example, the Internet, a LAN (Local Area Network), or a WAN (Wide Area Network) can be used.
  • Any one of the data source apparatuses 11, ···, 1N plays a role of requesting computation of PageRank (hereinafter, also referred to as a "computation request apparatus"). In addition, any one of the data source apparatuses 11, ···, 1N which is not the computation request apparatus plays a role of registering an initial value of PageRank (hereinafter, also referred to as an "initialization apparatus").
  • When there are a plurality of secure computation apparatuses 2 (in other words, when K ≥ 2), a secure computation apparatus 2k (k 6 {1, ···, K}) uses a secure computation method based on secret sharing such as Shamir's secret sharing or replicated secret sharing to calculate PageRank while cooperating with other secure computation apparatuses 2k' (k' ∈ {1, ···, K} and k ≠ k'). When there is one secure computation apparatus 2 (in other words, when K = 1), the secure computation apparatus 2 calculates PageRank using a secure computation method based on an encryption method such as homomorphic encryption.
  • For example, as shown in Fig. 2, the data source apparatus 1n (n = 1, ···, N) includes a transaction history storage 10, a transaction rate calculating unit 12, and a transaction rate transmitting unit 13. A data source apparatus which is also a computation request apparatus further includes a PageRank decoding unit 14 and a convergence determining unit 15 represented by dashed-dotted lines in Fig. 2. A data source apparatus which is also an initialization apparatus further includes a PageRank initial value registering unit 11 represented by a dashed line in Fig. 2. A secure computation apparatus 2k (k = 1, ···, K) includes, as shown in Fig. 3 for example, a PageRank storage 20, a transaction rate receiving unit 21, a PageRank calculating unit 22, a PageRank transmitting unit 23, and a PageRank updating unit 24. The secure PageRank computation method according to the embodiment is realized as the data source apparatuses 11, ···, 1N and the secure computation apparatuses 21, ···, 2K perform processing of each step shown in Fig. 4 together.
  • The data source apparatus 1n and the secure computation apparatus 2k are, for example, special apparatuses constructed by loading a special program to a known or dedicated computer having a central processing unit (CPU), a main storage apparatus (RAM: Random Access Memory), and the like. For example, the data source apparatus 1n and the secure computation apparatus 2k execute each step of processing under the control of the central processing unit. Data input to the data source apparatus 1n and the secure computation apparatus 2k and data obtained by the various steps of processing are, for example, stored on the main storage apparatus, and the data stored on the main storage apparatus is loaded to the central processing unit as needed to be utilized in other steps of processing. At least a part of each processing unit of the data source apparatus 1n and the secure computation apparatus 2k may be constituted by hardware such as an integrated circuit. Each storage included in the data source apparatus 1n and the secure computation apparatus 2k may be constituted by, for example, a main storage apparatus such as a RAM (Random Access Memory), an auxiliary storage apparatus constituted by a hard disk, an optical disk, or a semiconductor memory element such as a flash memory, or middleware such as a relational database or a key-value store.
  • A processing procedure of the secure PageRank computation method that is executed by the secure PageRank computation system 100 according to the embodiment will be described with reference to Fig. 4. In the example shown in Fig. 4, it is assumed that the secure PageRank computation system 100 includes two data source apparatuses 11 and 12, the data source apparatus 11 is a computation request apparatus, and the data source apparatus 12 is an initialization apparatus.
  • The transaction history storage 10 of each data source apparatus 1n stores a transaction history representing the contents of a transaction performed between two transaction entities handled by the data source apparatus 1n.
  • In step S11, the PageRank initial value registering unit 11 of the data source apparatus 12 randomly generates an initial value of PageRank PRi of each transaction entity i (i = 1, ···, I, where I denotes a total number of transaction entities) included in the transaction history stored in the transaction history storage 10. Next, the PageRank initial value registering unit 11 encrypts the initial value of the PageRank PRi of each transaction entity i and transmits a ciphertext [PRi] thereof to each of the secure computation apparatuses 21, ···, 2K. Note that [·] represents a ciphertext of a value ·, and when encryption is performed by secret sharing, [·] represents a shared value of the value ·. When encryption is performed by secret sharing, the shared value [PRi] of the initial value of the PageRank PRi of each transaction entity i is distributed to each of the secure computation apparatuses 21, ···, 2K so that one secure computation apparatus 2k holds one share [PRi]k.
  • In step S20, each secure computation apparatus 2k stores the ciphertext [PRi] of the initial value of the PageRank PRi of each transaction entity i received from the data source apparatus 12 in the PageRank storage 20.
  • In step S12, the transaction rate calculating unit 12 of each data source apparatus 1n calculates, from the transaction history stored in the transaction history storage 10, a transaction rate kn j→i for each combination (i, j) of transaction entities (j E Vi, where Vi denotes a set of transaction counterparts which are transaction entities who have performed a transaction with the transaction entity i). Note that kn j→i represents a transaction rate related to the transaction entity i and a transaction counterpart j held by an n-th data source apparatus 1n. The transaction rate represents a ration of a transaction performed in a combination of certain transaction entities among the entire transaction history. For example, when a data source is a bank and a transaction is a transfer, a value obtained by dividing a total sum of transfer amounts handled by the bank from a certain enterprise to other enterprises by the total sum of transfer amounts recorded in the transaction history is a transaction rate from the certain enterprise to the other enterprises. The transaction rate is calculated for all combinations of transaction entities recorded in the transaction history. The transaction rate calculating unit 12 outputs the calculated transaction rate kn j→i to the transaction rate transmitting unit 13.
  • In step S13, the transaction rate transmitting unit 13 of each data source apparatus 1n encrypts a product αnkn j→i of the input transaction rate kn j→i and a predetermined weight αn and transmits a ciphertext [αnkn j→i] thereof to each of the secure computation apparatuses 2,_, ···, 2K. When encryption is performed by secret sharing, a shared value [αnkn j→i] of the transaction rate is distributed to each of the secure computation apparatuses 21, ···, 2K so that one secure computation apparatus 2k holds one share [αnkn j→i]k. The weights α1, ···, αN held by each of the data source apparatuses 11, ···, 1N are assumed to be set in advance in each of the data source apparatuses 11, ···, 1N so as to satisfy α1 + ··· + αN = 1.
  • In step S21, the transaction rate receiving unit 21 of each secure computation apparatus 2k receives ciphertexts [α1k1 j→i], ··· , [αNkN j→i] of the transaction rate from each of the data source apparatuses 11, ···, 1N.
  • In step S22, the PageRank calculating unit 22 of each secure computation apparatus 2k securely calculates a ciphertext [PRi] that becomes, when decrypted, the PageRank PRi of the transaction entity i, which is an objective of computation, using the ciphertexts [α1k1 j→i], ··· , [αNkN j→i] of the transaction rate related to the transaction entity i (C {1, ···, I}) and a ciphertext [PRj] of PageRank PRj of a transaction counterpart j (j ∈ Vi) who has performed a transaction with the transaction entity i. Note that the number of computational objective transaction entities need not be one and PageRank may be calculated for all transaction entities or PageRank may be calculated for a plurality of arbitrarily-selected transaction entities. The PageRank calculating unit 2 outputs the ciphertext [PRi] of the PageRank PRi of the transaction entity i to the PageRank transmitting unit 23.
  • Specifically, the PageRank calculating unit 22 calculates the following formula to obtain the ciphertext [PRi] of the PageRank PRi of the transaction entity i. PR i = j V i PR j × α 1 k j i 1 + α 2 k j i 2 + + α N k j i N
    Figure imgb0001
  • In step S23, the PageRank transmitting unit 23 of each secure computation apparatus 2k transmits the input ciphertext [PRi] of the PageRank PRi of the transaction entity i to a data source apparatus 11 serving as a computation request apparatus.
  • In step S14, the PageRank decoding unit 14 of the data source apparatus 11 decodes the ciphertext [PRi] of the PageRank PRi of the transaction entity i received from each of the secure computation apparatuses 21, ···, 2K and obtains the PageRank PRi of the transaction entity i.
  • In step S15, the convergence determining unit 15 of the data source apparatus 11 determines whether or not the PageRank PRi of the transaction entity i has converged. The determination as to whether or not convergence has occurred may be made by comparing a difference between the PageRank before the computation and the PageRank after the computation with a predetermined threshold. When the convergence determining unit 15 determines that the PageRanks of all the computational objective transaction entities have converged, the processing is completed. When it is determined that the PageRank of any of the computational objective transaction entity has not converged, the calculated PageRank PRi is encrypted and a ciphertext [PRi] thereof is transmitted to each of the secure computation apparatuses 21, ···, 2K.
  • In step S24, when the PageRank updating unit 25 of each secure computation apparatus 2k receives the ciphertext [PRi] of the calculated PageRank PRi from the data source apparatus 11 serving as a computation request apparatus, the PageRank updating unit 25 updates the ciphertext [PRi] of the PageRank PRi stored in the PageRank storage 10 with the ciphertext of the PageRank. Subsequently, the processing returns to step S22. Accordingly, the computation of PageRank and the convergence determination are executed once again.
  • [FIRST MODIFICATION]
  • The secure PageRank computation system 100 according to the embodiment is configured such that any one of the plurality of data source apparatuses 1n plays a role of a computation request apparatus. However, a computation request apparatus may be configured as a single apparatus other than the data source apparatuses 1n. In this case, the secure PageRank computation system 100 further includes the computation request apparatus 3 represented by a dashed line in Fig. 1. The computation request apparatus 3 includes the PageRank decoding unit 14 and the convergence determining unit 15 formerly included in the data source apparatus 11 served as a computation request apparatus in the secure PageRank computation system 100 according to the embodiment. The secure PageRank computation system according to the first modification solely differs from the secure PageRank computation system according to the embodiment in that a destination to which the PageRank transmitting unit 23 of each of the secure computation apparatuses 21, ···, 2K transmits the ciphertext of the calculated PageRank is the computation request apparatus 3 instead of the data source apparatus 11 served as a computation request apparatus.
  • [SECOND MODIFICATION]
  • The secure PageRank computation system 100 according to the embodiment is configured such that a weight αn is set to the data source apparatus 1n in advance and the transaction rate transmitting unit 13 calculates a product of a transaction rate kn j→i and the weight αn. However, weights α1, ···, αN may be set to the secure computation apparatuses 21, ···, 2K in advance instead of the data source apparatus 1n. In this case, the transaction rate transmitting unit 13 of the data source apparatus 1n transmits a ciphertext [kn j→i] of the transaction rate kn j→i to each of the secure computation apparatuses 21, ···, 2K. The PageRank calculating unit 22 of each of the secure computation apparatuses 21, ···, 2K securely calculates a PageRank formula after multiplying the ciphertext [kn j→i] of the transaction rate kn j→i received from the data source apparatus 1n by the weight αn by a secure computation.
  • [THIRD MODIFICATION]
  • The secure PageRank computation system 100 according to the embodiment is configured such that, when the convergence determining unit 15 of the data source apparatus 11 serving as a computation request apparatus determines that PageRank of any of the computational objective transaction entity has not converged, a ciphertext [PRi] of a calculated PageRank PRi is transmitted to each of the secure computation apparatuses 21, ···, 2K, and the PageRank updating unit 25 of each of the secure computation apparatuses 2k updates the ciphertext [PRi] of the PageRank PRi stored in the PageRank storage 10 with the ciphertext [PRi] of the received PageRank PRi. However, a configuration may be adopted in which, when the convergence determining unit 15 of the data source apparatus 11 determines that PageRank of any of the computational objective transaction entity has not converged, only a signal instructing a continuation of computation is transmitted to each of the secure computation apparatuses 21, ···, 2K, and the PageRank updating unit 25 of each secure computation apparatus 2k updates, when receiving the signal instructing the continuation of computation, the ciphertext [PRi] of the PageRank PRi stored in the PageRank storage 10 with the ciphertext [PRi] of the PageRank PRi calculated by the PageRank calculating unit 22.
  • [FIRST EXAMPLE]
  • The first example is an example in which the secure PageRank computation system according to the embodiment is applied to credit determination at a bank. As shown in Fig. 5, the secure PageRank computation system according to the first example is made up of a bank A, a bank B, and a secure computation system. The secure computation system includes a plurality of secure computation apparatuses. The bank A and the bank B respectively hold transaction histories between their own client enterprises. In the example shown in Fig. 5, enterprises α, β, γ, δ, and ε are client enterprises of each bank. In Fig. 5, an arrow connecting the enterprises represents a bank transfer (transaction). An amount of money described in the vicinity of an arrow is an amount of money transferred. For example, in the transaction history of the bank A, a transaction in which 100 yen has been transferred from the enterprise α to the enterprise γ is recorded. In other words, the banks A and B correspond to data source apparatuses.
  • The bank A requests the secure computation system to calculate PageRank of a client enterprise for credit determination. In other words, the bank A corresponds to a computation requesting apparatus. Priorly, the bank B registers an initial value of the PageRank of each enterprise to the secure computation system (step 0). In other other words, the bank B corresponds to an initializing apparatus. The bank B randomly generates the initial value of the PageRank, encrypts the random value by secret sharing, and registers a shared value to the secure computation system. The reason why the bank B which does not make a computation request registers the initial value of the PageRank is to prevent transaction-related information held by the bank B from leaking to the bank A which makes a computation request.
  • The bank A and the bank B aggregate the amount of money transferred for each combination of enterprises from the transaction history held by themselves, and obtain a rate occupied in the entire transaction history (hereinafter referred to as a "transfer amount ratio"). The bank A and the bank B encrypt the obtained transfer amount ratio by secret sharing, and register a shared value to the secure computation system (step 1). The bank B may execute step 0 and step 1 at the same time, namely, the bank B may register the shared value of the transfer amount ratio and the shared value of the initial value of the PageRank to the secure computation system at the same time.
  • In response to a computation request from the bank A, the secure computation system securely calculates PageRank for each enterprise by using the registered shared value of the transfer amount ratio and the registered shared value of the PageRank (step 2). The secure computation system transmits the calculated shared value of the PageRank of each enterprise to the bank A having made the computation request.
  • The bank A restores the shared value of the PageRank of each enterprise received from the secure computation system and obtains plaintext PageRank. In addition, the bank A determines whether or not the obtained PageRanks have converged. When the bank A determines that the PageRank of each enterprise has not converged, the bank A transmits the shared value of the PageRank to the secure computation system. The secure computation system updates the stored shared value of the PageRank of each enterprise with the received shared value of the PageRank of each enterprise (step 3), and calculates the PageRank once again (step 2). When it is determined that the PageRank of each enterprise has converged, the bank A uses the converged PageRank to determine the credit of the enterprise.
  • [SECOND EXAMPLE]
  • The second example is an example which applies the secure PageRank computation system according to the first modification to provide a credit result for an external organization. The external organization requests computation of PageRank in order to perform credit determination when performing a new transaction with an enterprise included in the transaction history of each bank. As shown in Fig. 6, the secure PageRank computation system according to the second example includes an external organization X in addition to the bank A, the bank B and the secure computation system. The secure computation system transmits a calculated shared value of PageRank to the external organization X and the external organization X determines convergence of the PageRank (step 3). When the external organization X determines that PageRank has converged, the external organization X uses the converged PageRank to perform credit determination of the enterprise. Other steps of processing are similar to those performed in the first example.
  • While embodiments of the present invention have been described above, it is needless to say that specific configurations are not limited to the embodiments and that appropriate modifications of design and the like made without departing from the spirit of the invention are also included in the invention. Various steps of processing described in the embodiments are not limited to being executed in time series in the order described and may be executed in parallel or individually either in accordance with the processing capability of an apparatus that executes the processing or as necessary.
  • [PROGRAM AND RECORDING MEDIUM]
  • When various processing functions of each apparatus described in the above embodiment are to be realized by a computer, processing contents of the functions to be provided in each apparatus are described by a program. In addition, the various processing functions of each apparatus described above are realized on a computer shown in Fig. 7 by loading the program to a storage 1020 of the computer and causing a calculation unit 1010, an input unit 1030, an output unit 1040, and the like to run according to the program.
  • The program describing the processing contents can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include non-transitory recording media such as a magnetic recording apparatus or an optical disk.
  • In addition, the program is distributed by, for example, sales, transfer, or rent of a portable recording medium such as a DVD or a CD-ROM on which the program is recorded. Furthermore, the program may be distributed by storing the program in advance in a storage apparatus of a server computer and transferring the program from the server computer to another computer via a network.
  • A computer executing such a program first temporarily stores, for example, the program recorded on a portable recording medium or the program transferred from a server computer in its own auxiliary storage 1050 which is a non-temporary storage apparatus. When executing processing, the computer loads the program stored in its own auxiliary recording unit 1050 which is a non-temporary storage apparatus into a memory 1020 which is a temporary storage apparatus, and executes processing in accordance with the loaded program. As another mode of execution of the program, the computer may directly load the program from the portable recording medium and execute processing in accordance with the program and, furthermore, every time the program is transferred from the server computer to the computer, the computer may sequentially execute processing in accordance with the received program. Alternatively, a configuration may be adopted in which the processing described above is executed by a so-called ASP (Application Service Provider)-type service in which the program is not transferred from a server computer to the computer and processing functions are solely realized by an execution instruction and acquisition of a result of the program. It is assumed that the program described herein includes information which is supplied for processing by an electronic computer and which is equivalent to a program (data or the like which is not a direct command to the computer but has a property of specifying processing to be carried out by the computer).
  • In addition, while the apparatus is configured by executing a predetermined program on a computer in the above description, at least a part of the processing contents may be implemented by hardware.

Claims (7)

  1. A secure PageRank computation system comprising a plurality of secure computation apparatuses,
    each secure computation apparatus comprises:
    a PageRank storage which stores a ciphertext of PageRank of a plurality of transaction entities;
    a transaction rate receiving unit which receives a ciphertext of a transaction rate from each of a plurality of data sources; and
    a PageRank calculating unit which securely calculates, using a ciphertext of a transaction rate related to a computational objective transaction entity and a ciphertext of PageRank of a transaction counterpart that is a transaction entity having performed a transaction with the computational objective transaction entity, a ciphertext to become PageRank of the computational objective transaction entity when the ciphertext is decrypted,
    wherein the transaction rate represents, for each combination of the transaction entities, a ratio of a transaction performed by the combination of transaction entities to an entire transaction history held by the data sources.
  2. The secure PageRank computation system according to claim 1,
    wherein [·] represents a ciphertext of a value ·, i denotes a number representing the computational objective transaction entity, j denotes a number representing the transaction counterpart, Vi denotes a set of the transaction counterparts, PRj represents PageRank of the transaction counterpart j, N denotes the number of the data sources, α1, α2, ···, αN denote weights satisfying α1 + α2 + ··· + αN = 1, kn j→i (n = 1, 2, ···, N) represents a transaction rate related to the transaction entity i and the transaction counterpart j received from an n-th data source, and
    the PageRank calculating unit calculates a ciphertext of the PageRank of the transaction entity i according to the following formula: j V i PR j × α 1 k j i 1 + α 2 k j i 2 + + α N k j i N
    Figure imgb0002
  3. The secure PageRank computation system according to claim 1 or 2,
    wherein the secure PageRank computation system comprises a computation request apparatus that is any of the plurality of data sources or an apparatus other than data sources,
    the computation request apparatus comprises:
    a PageRank decoding unit which decodes a ciphertext of PageRank of the computational objective transaction entity received from each secure computation apparatus, and
    a convergence determining unit which determines whether or not the PageRank of the computational objective transaction entity has converged, and
    each secure computation apparatus further comprises:
    a PageRank transmitting unit which transmits a ciphertext of PageRank of the computational objective transaction entity to the computation request apparatus, and
    a PageRank updating unit which updates the ciphertext of PageRank of the computational objective transaction entity stored in the PageRank storage when the PageRank of the computational objective transaction entity has not converged.
  4. The secure PageRank computation system according to claim 3,
    wherein the secure PageRank computation system comprises an initialization apparatus that is one of the data sources other than the computation request apparatus, and
    the initialization apparatus comprises a PageRank initial value registering unit which encrypts a randomly-generated initial value of PageRank of the transaction counterpart and which transmits a ciphertext thereof to each secure computation apparatus.
  5. A secure PageRank computation method executed by a secure PageRank computation system including a plurality of secure computation apparatuses,
    wherein a PageRank storage of each secure computation apparatus stores a ciphertext of PageRanks of a plurality of transaction entities,
    a transaction rate receiving unit of each secure computation apparatus receives a ciphertext of a transaction rate from each of the plurality of data sources,
    a PageRank calculating unit of each secure computation apparatus performs secure computation of a ciphertext which becomes, when decrypted, PageRank of a computational objective transaction entity using a ciphertext of the transaction rate related to the computational objective transaction entity and a ciphertext of PageRank of a transaction counterpart that is a transaction entity having performed a transaction with the computational objective transaction entity, and
    the transaction rate represents, for each combination of the transaction entities, a ratio of a transaction performed by the combination of transaction entities to an entire transaction history held by the data sources.
  6. The secure computation apparatus used in the secure PageRank computation system according to any one of claims 1 to 4.
  7. A program for causing a computer to execute each step of the secure PageRank computation method according to claim 5.
EP21925616.1A 2021-02-10 2021-02-10 SECURE PAGE RANKING SYSTEM, METHOD FOR IT, SECURE CALCULATION DEVICE AND PROGRAM Active EP4276802B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/004980 WO2022172363A1 (en) 2021-02-10 2021-02-10 Secure page rank calculation system, method therefor, secure calculation device, and program

Publications (3)

Publication Number Publication Date
EP4276802A1 true EP4276802A1 (en) 2023-11-15
EP4276802A4 EP4276802A4 (en) 2024-10-30
EP4276802B1 EP4276802B1 (en) 2025-12-31

Family

ID=82838433

Family Applications (1)

Application Number Title Priority Date Filing Date
EP21925616.1A Active EP4276802B1 (en) 2021-02-10 2021-02-10 SECURE PAGE RANKING SYSTEM, METHOD FOR IT, SECURE CALCULATION DEVICE AND PROGRAM

Country Status (6)

Country Link
US (1) US12451030B2 (en)
EP (1) EP4276802B1 (en)
JP (1) JP7582345B2 (en)
CN (1) CN116868258B (en)
AU (1) AU2021427347B2 (en)
WO (1) WO2022172363A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117592112B (en) * 2024-01-17 2024-04-05 蓝象智联(杭州)科技有限公司 Federal page ranking calculation method based on graph fusion

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104796475B (en) * 2015-04-24 2018-10-26 苏州大学 A kind of socialization recommendation method based on homomorphic cryptography
US20160364794A1 (en) * 2015-06-09 2016-12-15 International Business Machines Corporation Scoring transactional fraud using features of transaction payment relationship graphs
CN107730262B (en) * 2017-10-23 2021-09-24 创新先进技术有限公司 A fraud identification method and device
WO2019112092A1 (en) * 2017-12-07 2019-06-13 주식회사 페이게이트 Apparatus and method for deducing social relation between accounts on basis of transaction ledger, and apparatus and method for providing social media service by using same
SG11202104891UA (en) * 2018-11-14 2021-06-29 C3 Ai Inc Systems and methods for anti-money laundering analysis
JP7257172B2 (en) 2019-02-14 2023-04-13 富士通株式会社 COMMUNICATION PROGRAM, COMMUNICATION DEVICE, AND COMMUNICATION METHOD
CA3087900A1 (en) 2019-07-26 2020-10-02 Hatch Digital Inc. System and method of reputation management and contract monitoring using blockchain

Also Published As

Publication number Publication date
US12451030B2 (en) 2025-10-21
JPWO2022172363A1 (en) 2022-08-18
EP4276802B1 (en) 2025-12-31
CN116868258A (en) 2023-10-10
CN116868258B (en) 2026-04-24
AU2021427347B2 (en) 2024-09-05
EP4276802A4 (en) 2024-10-30
WO2022172363A1 (en) 2022-08-18
AU2021427347A1 (en) 2023-08-17
AU2021427347A9 (en) 2024-09-19
JP7582345B2 (en) 2024-11-13
US20240119866A1 (en) 2024-04-11

Similar Documents

Publication Publication Date Title
US11057217B2 (en) Performing parallel execution of transactions in a distributed ledger system
US20240411924A1 (en) Searchable index encryption
US11153072B2 (en) Processing blockchain data based on smart contract operations executed in a trusted execution environment
CN112567366B (en) System and method for ensuring the security of an electronic trading platform
WO2019120332A2 (en) Performing parallel execution of transactions in a distributed ledger system
US12177329B2 (en) Validating confidential data using homomorphic computations
US20220006614A1 (en) Secret sigmoid function calculation system, secret logistic regression calculation system, secret sigmoid function calculation apparatus, secret logistic regression calculation apparatus, secret sigmoid function calculation method, secret logistic regression calculation method, and program
US20200357031A1 (en) Pooling requirements while preserving privacy
WO2020133069A1 (en) Data processing method and apparatus for block chain
James Stephen et al. Program analysis for secure big data processing
US20210124764A1 (en) Generating a data partitioning strategy for secure and efficient query processing
US12451030B2 (en) Secure PageRank computation system, method therefor, secure computation apparatus, and program
CN112181983B (en) Data processing method, device, equipment and medium
Castillo et al. Trusted compute units: a framework for chained verifiable computations
Oppermann et al. Secure cloud computing: Multithreaded fully homomorphic encryption for legal metrology
EP3651141A1 (en) Secure computing system, secure computing device, secure computing method, program, and recording medium
US20250350444A1 (en) Platform and method for encrypted interaction
Dabas et al. A recapitulation of data auditing approaches for cloud data
Bhatt et al. Hybrid Cloud-Based Applications and Security
CN117112298A (en) Data remote transmission method and device, electronic equipment and readable storage medium
WO2021211769A1 (en) Systems and methods for secure and correct computations
Chen et al. Making Cloud Storage Integrity Checking Protocols Economically Smarter
Meng et al. A More Efficient Contextuality Distillation Protocol

Legal Events

Date Code Title Description
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: 20230808

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)
A4 Supplementary search report drawn up and despatched

Effective date: 20240930

RIC1 Information provided on ipc code assigned before grant

Ipc: H04L 9/00 20220101ALI20240924BHEP

Ipc: G09C 1/00 20060101AFI20240924BHEP

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

GRAJ Information related to disapproval of communication of intention to grant by the applicant or resumption of examination proceedings by the epo deleted

Free format text: ORIGINAL CODE: EPIDOSDIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

RAP3 Party data changed (applicant data changed or rights of an application transferred)

Owner name: NTT, INC.

INTG Intention to grant announced

Effective date: 20250917

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

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

REG Reference to a national code

Ref country code: CH

Ref legal event code: F10

Free format text: ST27 STATUS EVENT CODE: U-0-0-F10-F00 (AS PROVIDED BY THE NATIONAL OFFICE)

Effective date: 20251231

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602021045793

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20260120

Year of fee payment: 6

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG9D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20260331

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20260226

Year of fee payment: 6

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20251231

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20251231

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: IT

Payment date: 20260123

Year of fee payment: 6

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20260331

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20260223

Year of fee payment: 6

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20251231