Apparatus and method for set intersection operation

11329798 · 2022-05-10

Assignee

Inventors

Cpc classification

International classification

Abstract

An apparatus for set intersection operation according to an embodiment includes a ciphertext acquisition unit configured to acquire a ciphertext for a first vector corresponding to a first subset of a universal set including a plurality of elements from an encryption apparatus, a transform unit configured to generate a second vector corresponding to a second subset of the universal set, a computation unit configured to generate a ciphertext for a third vector corresponding to an intersection of the first subset and the second subset, based on the ciphertext for the first vector and the second vector, and a ciphertext providing unit configured to provides the ciphertext for the third vector to the encryption apparatus.

Claims

1. An encryption apparatus comprising: a transformer to generate a first vector corresponding to a first subset of a universal set including a plurality of elements; an encrypter to generate a ciphertext for the first vector and provide the ciphertext to an apparatus for set intersection operation; a ciphertext acquisiter to receive a ciphertext for a third vector corresponding to an intersection of the first subset and a second subset of the universal set from the apparatus for set intersection operation; and an intersection determinator to decrypt the ciphertext for the third vector and determine the intersection based on the universal set and the third vector, wherein the ciphertext for the third vector is generated based on the ciphertext for the first vector and a second vector corresponding to the second subset, wherein the first vector is a vector which includes n values corresponding to each of that correspond respectively to the plurality of elements, wherein n is the number of the plurality of elements, and in which a value corresponding to each element included in the first subset among the n values is 1 and the remaining values are 0; the second vector is a vector which includes the n values and in which a value corresponding to each element included in the second subset among the n values is 1 and the remaining values are 0; and the third vector is a vector which includes the n values and in which a value 5 corresponding to each element included in the intersection among the n values is 1 and the remaining values are 0, wherein the third vector is the same as an element-wise multiplication result between the first vector and the second vector.

2. The encryption apparatus of claim 1, wherein the ciphertext for the third vector is generated by computing the ciphertext for the first vector with the second vector in an encrypted state.

3. The encryption apparatus of claim 1, wherein the universal set is a set including n data as elements or a set including n sets each including m elements as elements, where m is a natural number satisfying m>2.

4. An apparatus for set intersection operation, the apparatus comprising: a ciphertext acquisiter to acquire a ciphertext for a first vector corresponding to a first subset of a universal set including a plurality of elements from an encryption apparatus; a transformer to generate a second vector corresponding to a second subset of the universal set; a computater to generate a ciphertext for a third vector corresponding to an intersection of the first subset and the second subset, based on the ciphertext for the first vector and the second vector; and a ciphertext provider to provide the ciphertext for the third vector to the encryption apparatus, wherein the first vector is a vector which includes n values corresponding to each of that correspond respectively to the plurality of elements, wherein n is the number of the plurality of elements, and in which a value corresponding to each element included in the first subset among the n values is 1 and the remaining values are 0; the second vector is a vector which includes the n values and in which a value corresponding to each element included in the second subset among the n values is 1 and the remaining values are 0; and the third vector is a vector which includes the n values and in which a value 5 corresponding to each element included in the intersection among the n values is 1 and the remaining values are 0, wherein the third vector is the same as an element-wise multiplication result between the first vector and the second vector.

5. The apparatus of claim 4, wherein the computation unit is further configured to generate the ciphertext for the third vector by computing the ciphertext for the first vector with the second vector in an encrypted state.

6. The apparatus of claim 4, wherein the universal set is a set including n data as elements or a set including n sets each including m elements as elements, where m is a natural number satisfying m>2.

7. An encryption method comprising: generating a first vector corresponding to a first subset of a universal set including a plurality of elements; generating a ciphertext for the first vector; providing the ciphertext to an apparatus for set intersection operation; receiving a ciphertext for a third vector corresponding to an intersection of the first subset and a second subset of the universal set from the apparatus for set intersection operation; decrypting the ciphertext for the third vector; and determining the intersection based on the universal set and the third vector, wherein the ciphertext for the third vector is generated based on the ciphertext for the first vector and a second vector corresponding to the second subset, wherein the first vector is a vector which includes n values corresponding to each of that correspond respectively to the plurality of elements, wherein n is the number of the plurality of elements, and in which a value corresponding to each element included in the first subset among the n values is 1 and the remaining values are 0; the second vector is a vector which includes the n values and in which a value corresponding to each element included in the second subset among the n values is 1 and the remaining values are 0; and the third vector is a vector which includes the n values and in which a value 5 corresponding to each element included in the intersection among the n values is 1 and the remaining values are 0, wherein the third vector is the same as an element-wise multiplication result between the first vector and the second vector.

8. The encryption method of claim 7, wherein the ciphertext for the third vector is generated by computing the ciphertext for the first vector with the second vector in an encrypted state.

9. The encryption method of claim 7, wherein the universal set is a set including n data as elements or a set including n sets each including m elements as elements, where m is a natural number satisfying m>2.

10. A method for set intersection operation, the method comprising: acquiring a ciphertext for a first vector corresponding to a first subset of a universal set including a plurality of elements from an encryption apparatus; generating a second vector corresponding to a second subset of the universal set; generating a ciphertext for a third vector corresponding to an intersection of the first subset and the second subset, based on the ciphertext for the first vector and the second vector; and providing the ciphertext for the third vector to the encryption apparatus, wherein the first vector is a vector which includes n values corresponding to each of that correspond respectively to the plurality of elements, wherein n is the number of the plurality of elements, and in which a value corresponding to each element included in the first subset among the n values is 1 and the remaining values are 0; the second vector is a vector which includes the n values and in which a value corresponding to each element included in the second subset among the n values is 1 and the remaining values are 0; and the third vector is a vector which includes the n values and in which a value 5 corresponding to each element included in the intersection among the n values is 1 and the remaining values are 0, wherein the third vector is the same as an element-wise multiplication result between the first vector and the second vector.

11. The method of claim 10, wherein the generating of the ciphertext for the third vector comprises generating the ciphertext for the third vector by computing the ciphertext for the first vector with the second vector in an encrypted state.

12. The method of claim 10, wherein the universal set is a set including n data as elements or a set including n sets each including m elements as elements, wherein m is a natural number satisfying m>2.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

(1) FIG. 1 is a block diagram of a set intersection operation system according to an embodiment.

(2) FIG. 2 is a configuration diagram of an encryption apparatus according to an embodiment.

(3) FIG. 3 is a configuration diagram of an apparatus for set intersection according to an embodiment.

(4) FIG. 4 is a diagram illustrating a relationship between subsets created by iteratively dividing a set including a plurality of elements according to an embodiment in a tree diagram.

(5) FIG. 5 is a procedural chart illustrating a process of acquiring an intersection performed between an encryption apparatus and the apparatus for set intersection operation according to an embodiment.

(6) FIG. 6 is a procedural chart illustrating a process of acquiring an intersection performed between an encryption apparatus and an apparatus for set intersection according to another embodiment.

(7) FIG. 7 is a block diagram for illustratively describing a computing environment including a computing device suitable for use in example embodiments.

DETAILED DESCRIPTION

(8) Hereinafter, specific embodiments of the present invention will be described with reference to the accompanying drawings. The following detailed description is provided to aid in a comprehensive understanding of a method, a device and/or a system described in the present specification. However, the detailed description is only for illustrative purpose and the present invention is not limited thereto.

(9) In describing the embodiments of the present invention, when it is determined that a detailed description of known technology related to the present invention may unnecessarily obscure the gist of the present invention, the detailed description thereof will be omitted. In addition, terms to be described later are terms defined in consideration of functions in the present invention, which may vary depending on intention or custom of a user or operator. Therefore, the definition of these terms should be made based on the contents throughout this specification. The terms used in the detailed description are only for describing the embodiments of the present invention and should not be used in a limiting sense. Unless expressly used otherwise, a singular form includes a plural form. In this description, expressions such as “including” or “comprising” are intended to indicate any property, number, step, element, and some or combinations thereof, and such expressions should not be interpreted to exclude the presence or possibility of one or more other properties, numbers, steps, elements other than those described, and some or combinations thereof.

(10) FIG. 1 is a block diagram of a set intersection operation system according to an embodiment.

(11) Referring to FIG. 1, a set intersection operation system 100 according to an embodiment includes an encryption apparatus 110 and an apparatus 120 for set intersection operation.

(12) The intersection operation system 100 is a system for creating an intersection between data held by the encryption apparatus 110 and data held by the apparatus 120 for set intersection operation without directly exposing the data held by each of the encryption apparatus 110 and the apparatus 120 for set intersection operation to a counterpart.

(13) Specifically, the encryption apparatus 110 and the apparatus 120 for set intersection operation may each hold a subset belonging to a universal set. In this case, the universal set may be pre-shared between the encryption apparatus 110 and the apparatus 120 for set intersection operation or may be determined through mutual agreement.

(14) Meanwhile, the encryption apparatus 110 may create a first vector corresponding to a first subset of the universal set based on the universal set, and then create a ciphertext for the created first vector. In addition, the encryption apparatus 110 may provide the created ciphertext to the apparatus 120 for set intersection operation and request the apparatus 120 for set intersection operation to create an intersection between a second subset of the universal set and the first subset.

(15) The apparatus 120 for set intersection operation may create a second vector corresponding to the second subset of the universal set based on the universal set. In addition, the apparatus 120 for set intersection operation may create a ciphertext for a third vector corresponding to the intersection of the first subset and the second subset through a computation between the created second vector and the ciphertext received from the encryption apparatus 110, and provide the created ciphertext to the encryption apparatus 110.

(16) Meanwhile, when receiving the ciphertext for the third vector from the apparatus 120 for set intersection operation, the encryption apparatus 110 may create a third vector by decrypting the received ciphertext, and determine an intersection of the first subset and the second subset based on the universal set and the third vector.

(17) FIG. 2 is a configuration diagram of an encryption apparatus according to an embodiment.

(18) Referring to FIG. 2, the encryption apparatus 110 according to an embodiment includes a transform unit 111, an encryption unit 112, a ciphertext acquisition unit 113, and an intersection determination unit 114.

(19) The transform unit 111 creates a first vector corresponding to the first subset of the universal set based on the universal set including a plurality of elements.

(20) In this case, according to an embodiment, the universal set may be pre-shared between the encryption apparatus 110 and the apparatus 120 for set intersection operation or may be determined through mutual agreement.

(21) In addition, according to an embodiment, the universal set may be a set including n (where n is a natural number satisfying n≥2) data as elements or a set including n sets each including m (where m is a natural number satisfying m≥2) elements as elements.

(22) For example, assuming an arbitrary set S={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10} containing 10 numerical data elements, the universal set U may be a set S itself (i.e., U=S). In this case, the first subset of the universal set may be, for example, a set including one or more of the elements included in the set S (e.g., {x.sub.1, x.sub.3}).

(23) As another example, the universal set U may be, for example, a set including, as an element, each of a plurality of sets created by dividing the set S described above such that elements do not overlap, such as S.sub.1={x.sub.1, x.sub.2}, S.sub.2={x.sub.3, x.sub.4}, S.sub.3={x.sub.5, x.sub.6}, S.sub.4={x.sub.7, x.sub.8} and S.sub.5={x.sub.9, x.sub.10}. That is, in this case, the universal set U may be U={S.sub.1, S.sub.2, S.sub.3, S.sub.4, S.sub.5}, and the first subset is a set including one or more of the elements included in the universal set U (e.g., {S.sub.1, S.sub.4}).

(24) As another example, the universal set U may be one of sets S.sub.1, S.sub.2, S.sub.3, S.sub.4, and S.sub.5 created by dividing the set S described above. For example, when the universal set U is U=S.sub.1={x.sub.1, x.sub.2}, the first subset may be a set (e.g., {x.sub.2}) including one or more of the elements included in the set S.sub.1.

(25) Meanwhile, according to an embodiment, when n elements are included in the universal set, the first vector corresponding to the first subset is an n-dimensional vector including n values that correspond respectively to n elements. Specifically, the first vector may include n values that correspond respectively to the n elements included in the universal set, but the value corresponding to each element included in the first subset among n values may be 1 and the remaining values may be 0.

(26) For example, assume that the universal set is U={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.5, x.sub.9, x.sub.10}, and the first subset is M.sub.1={x.sub.1, x.sub.5, x.sub.7}. In this case, a first vector {right arrow over (V)}.sub.1 corresponding to the first subset may be a vector which includes 10 values that correspond respectively to elements included in the universal set U, such as {right arrow over (V)}.sub.1=[1, 0, 0, 0, 1, 0, 1, 0, 0, 0], and in which a value corresponding to each of x.sub.1, x.sub.5, and x.sub.7, which are elements included in the first subset of 10 values, is 1 and the remaining values are 0.

(27) The encryption unit 112 creates a ciphertext for the first vector corresponding to the first subset and provides the ciphertext for the created first vector to the apparatus 120 for set intersection operation.

(28) According to an embodiment, the encryption unit 112 may create a ciphertext for the first vector by using various encryption techniques that enable a ciphertext for an n-dimensional vector {right arrow over (V)}.sub.3 corresponding to an element-wise multiplication result between an n-dimensional vector {right arrow over (V)}.sub.1 and an n-dimensional vector {right arrow over (V)}.sub.2 to be created by computing a ciphertext for {right arrow over (V)}.sub.1 with {right arrow over (V)}.sub.2 in an encrypted state.

(29) As a specific example, the encryption unit 112 may create a ciphertext for a vector corresponding to the first subset by using encryption algorithms of various known encryption techniques that support a computation according to Equation 1 below, such as, Rivest Shamir Adleman (RSA) algorithm, discrete log-based algorithm (e.g., El Garmal algorithm), and Homomorphic encryption.
C=Enc({right arrow over (V)}.sub.1)⊙{right arrow over (V)}.sub.2=Enc({right arrow over (V)}.sub.1⊙{right arrow over (V)}.sub.2)=Enc({right arrow over (V)}.sub.3)  [Equation 1]

(30) In Equation 1, ⊙ means element-wise multiplication between two vectors

(31) The ciphertext acquisition unit 113 receives a ciphertext for the third vector corresponding to an intersection of the first subset and the second subset of the universal set from the apparatus 120 for set intersection operation.

(32) In this case, the ciphertext for the third vector received from the apparatus 120 for set intersection operation is created based on the ciphertext for the first vector and the second vector corresponding to the second subset.

(33) Specifically, the ciphertext for the third vector received from the apparatus 120 for set intersection operation may be created, for example, by computing the ciphertext for the first vector with the second vector in an encrypted state as in Equation 1 described above.

(34) Meanwhile, according to an embodiment, when n elements are included in the universal set, the second vector corresponding to the second subset and the third vector corresponding to the intersection may be n-dimensional vectors each including n values that correspond respectively to n elements.

(35) Specifically, the second vector may be a vector which includes n values that correspond respectively to the n elements included in the universal set, and in which the value corresponding to each element included in the second subset among n values is 1 and the remaining values are 0.

(36) In addition, the third vector may be a vector which includes n values that correspond respectively to the n elements included in the universal set, and in which the value corresponding to each element included in the intersection of the first subset and the second subset among n values is 1 and the remaining values are 0.

(37) For example, assume that the universal set is U={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.5, x.sub.9, x.sub.10}, the first subset is M.sub.1={x.sub.5}, and the second subset is M.sub.2={x.sub.2, x.sub.5, x.sub.7}. In this case, the first vector {right arrow over (V)}.sub.1 corresponding to the first subset and the second vector {right arrow over (V)}.sub.2 corresponding to the second subset may be {right arrow over (V)}.sub.1=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0] and {right arrow over (V)}.sub.2=[0, 1, 0, 0, 1, 0, 1, 0, 0, 0], respectively. In addition, since the intersection of the first subset and the second subset is M.sub.3=M.sub.1∩M.sub.2={x.sub.5}, the third vector {right arrow over (V)}.sub.3 may be {right arrow over (V)}.sub.3=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0], which is the same as the element-wise multiplication result between {right arrow over (V)}.sub.1 and {right arrow over (V)}.sub.2.

(38) The intersection determination unit 114 acquires the third vector by decrypting the ciphertext for the third vector received from the apparatus 120 for set intersection operation.

(39) In this case, the intersection determination unit 114 may decrypt the ciphertext for the third vector by using a decryption algorithm of the encryption technique used for encryption in the encryption unit 112.

(40) Meanwhile, when the third vector is acquired through decryption, the intersection determination unit 114 determines the intersection of the first subset and the second subset based on the universal set and the acquired third vector.

(41) For example, assuming the universal set is U={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10} and the third vector is {right arrow over (V)}.sub.3=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0], since only the value corresponding to x.sub.5 among 10 values included in {right arrow over (V)}.sub.3 is 1 and the remaining values are 0, the intersection determination unit 114 may determine that the intersection of the first subset and the second as a subset M.sub.3=M.sub.1∩M.sub.2={x.sub.5}.

(42) FIG. 3 is a configuration diagram of an apparatus for set intersection operation according to an embodiment.

(43) Referring to FIG. 3, an apparatus 120 for set intersection operation according to an embodiment includes a ciphertext acquisition unit 121, a transform unit 122, a computation unit 123, and a ciphertext providing unit 124.

(44) The ciphertext acquisition unit 121 acquires a ciphertext for the first vector corresponding to the first subset of the universal set from the encryption apparatus 110.

(45) In this case, the ciphertext for the first vector acquired from the encryption apparatus 110 may be created in the same manner as described with reference to FIG. 2.

(46) The transform unit 122 creates a second vector corresponding to the second subset of the universal set based on the universal set.

(47) In this case, the transform unit 122 may create the second vector in the same manner as the method of creating the first vector in the encryption apparatus 110.

(48) Specifically, according to an embodiment, when n elements are included in the universal set, the second vector corresponding to the second subset may be an n-dimensional vector including n values that correspond respectively to the n elements. Specifically, the second vector may be a vector which includes n values that correspond respectively to the n elements included in the universal set, and in which the value corresponding to each element included in the first subset among the n values is 1 and the remaining values are 0.

(49) For example, assume that the universal set is U={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10}, and the second subset is M.sub.2={x.sub.7}. In this case, a second vector {right arrow over (V)}.sub.2 corresponding to the second subset may be a vector which includes 10 values that correspond respectively to the elements included in the universal set U, such as {right arrow over (V)}.sub.2=[0, 0, 0, 0, 0, 0, 1, 0, 0, 0], and in which a value corresponding to x.sub.7, which is an element included in the second subset of 10 values, is 1 and the remaining values are 0.

(50) The computation unit 123 creates a ciphertext for the third vector corresponding to the intersection of the first subset and the second subset based on the ciphertext for the first vector acquired from the encryption apparatus 110 and the second vector.

(51) Specifically, the computation unit 123 may create a ciphertext for the third vector by computing the ciphertext for the first vector with the second vector in an encrypted state as in Equation 1 described above.

(52) Meanwhile, according to an embodiment, when n elements are included in the universal set, the third vector may be an n-dimensional vector including n values that correspond respectively to the n elements. Specifically, the third vector may be a vector which includes n values that correspond respectively to the n elements included in the universal set, and in which a value corresponding to each element included in the intersection of the first subset and the second subset among n values is 1 and the remaining values are 0.

(53) For example, assume that the universal set is U={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5, x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10}, the first subset is M.sub.1={x.sub.5}, and the second subset is M.sub.2={x.sub.2, x.sub.5, x.sub.7}. In this case, the first vector {right arrow over (V)}.sub.1 corresponding to the first subset and the second vector {right arrow over (V)}.sub.2 corresponding to the second subset may be {right arrow over (V)}.sub.1=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0] and {right arrow over (V)}.sub.2=[0, 1, 0, 0, 1, 0, 1, 0, 0, 0], respectively. In addition, since the intersection of the first subset and the second subset is M.sub.3=M.sub.1∩M.sub.2={x.sub.5}, the third vector {right arrow over (V)}.sub.3 may be {right arrow over (V)}.sub.3=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0], which is the same as the element-wise multiplication result between {right arrow over (V)}.sub.1 and {right arrow over (V)}.sub.2.

(54) The ciphertext providing unit 124 provides the ciphertext for the third vector created by the computation unit 123 to the encryption apparatus 110.

(55) FIG. 4 is a diagram illustrating a relationship between subsets created by iteratively dividing a set including a plurality of elements according to an embodiment in a tree diagram.

(56) Specifically, FIG. 4 is a tree diagram for a case in which a set S={x.sub.1, x.sub.2, . . . , x.sub.24, x.sub.25} including 25 elements is divided into 5 subsets of S.sub.1={x.sub.1, x.sub.2, x.sub.3, x.sub.4, x.sub.5}, S.sub.2={x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10}, S.sub.3={x.sub.11, x.sub.12, x.sub.13, x.sub.14, x.sub.15}, S.sub.4={x.sub.16, x.sub.17, x.sub.18, x.sub.19, x.sub.20}, and S.sub.5={x.sub.21, x.sub.22, x.sub.23, x.sub.24, x.sub.25} each including 5 elements, and S.sub.0, which is the topmost node in the tree diagram, represents a set (i.e., S.sub.0={S.sub.1, S.sub.2, S.sub.3, S.sub.4, S.sub.5}) including each subset S1, S2, S3, S4, and S5 as elements.

(57) Information on the sets S, S.sub.0, S.sub.1, S.sub.2, S.sub.3, S.sub.4, and S.sub.5 may be pre-shared between the encryption apparatus 110 and the apparatus 120 for set intersection operation.

(58) Meanwhile, in the example illustrated in FIG. 4, assume that the encryption apparatus 110 holds M.sub.1={x.sub.7}, which is a subset of the set S, and the apparatus 120 for set intersection operation holds M.sub.2={x.sub.1, x.sub.6, x.sub.7}, which is a subset of S. In this case, the encryption apparatus 110 may acquire a subset M.sub.3=M.sub.1∩M.sub.2 of M.sub.1 and M.sub.2 by performing the procedures illustrated in FIG. 5 or 6 with the apparatus 120 for set intersection operation.

(59) Specifically, FIG. 5 is a procedural chart illustrating a process of acquiring an intersection performed between the encryption apparatus and the apparatus for set intersection operation according to an embodiment.

(60) Referring to FIG. 5, first, the encryption apparatus 110 sets the universal set U to S (i.e., U=S={x.sub.1, x.sub.2, . . . , x.sub.24, x.sub.25}) (501).

(61) Thereafter, the encryption apparatus 110 requests the apparatus 120 for set intersection operation to set the universal set U to S (502), and the apparatus 120 for set intersection operation sets the universal set U to S according to the request of the encryption apparatus (503).

(62) Thereafter, the encryption apparatus 110 creates the vector {right arrow over (V)}.sub.1 corresponding to the set M.sub.1 (504).

(63) In this case, the vector {right arrow over (V)}.sub.1 may be a vector which has 25 values that correspond respectively to the elements included in the universal set U, and in which a value corresponding to an element x.sub.7 included in the set M1 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.1=[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]).

(64) Thereafter, the encryption apparatus 110 creates a ciphertext C.sub.1=Enc({right arrow over (V)}.sub.1) for {right arrow over (V)}.sub.1 (505), and then provides the created ciphertext C.sub.1 to the apparatus 120 for set intersection operation (506).

(65) Meanwhile, the apparatus 120 for set intersection operation creates the vector {right arrow over (V)}.sub.2 corresponding to the set M.sub.2 (507).

(66) In this case, the vector {right arrow over (V)}.sub.2 may be a vector which has 25 values that correspond respectively to the elements included in the universal set U, and in which the values that correspond respectively to the elements x.sub.1, x.sub.6 and x.sub.7 included in the set M.sub.2 are 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.2=[1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]).

(67) Meanwhile, the apparatus 120 for set intersection operation creates a ciphertext C.sub.2=Enc({right arrow over (V)}.sub.3) for the vector {right arrow over (V)}.sub.3 corresponding to the intersection M.sub.3 of M.sub.1 and M.sub.2 based on the ciphertext C.sub.1 and the vector {right arrow over (V)}.sub.2 (508).

(68) In this case, the vector {right arrow over (V)}.sub.3 may be a vector which has 25 values that correspond respectively to the elements included in the universal set U, and in which the value corresponding to the element x.sub.7 included in the set M.sub.3 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.3=[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), and this is the same as the element-wise multiplication result between {right arrow over (V)}.sub.1 and {right arrow over (V)}.sub.2.

(69) Meanwhile, the apparatus 120 for set intersection operation provides a ciphertext C.sub.2 for the vector {right arrow over (V)}.sub.3 to the encryption apparatus 110 (509).

(70) Thereafter, the encryption apparatus 110 decrypts the ciphertext C.sub.2 to acquire the vector {right arrow over (V)}.sub.3 (510), and determines intersection M.sub.3 based on the universal set and the acquired vector {right arrow over (V)}.sub.3 (511).

(71) Specifically, as described above, since {right arrow over (V)}.sub.3 is a vector in which the value corresponding to the element x.sub.7 is 1 and the remaining values are 0, the encryption apparatus 110 determines the intersection M.sub.3 as M.sub.3={x.sub.7} based on {right arrow over (V)}.sub.3.

(72) FIG. 6 is a procedural chart illustrating a process of acquiring an intersection performed between an encryption apparatus and an intersection operation apparatus according to another embodiment.

(73) Referring to FIGS. 4 and 6, first, the encryption apparatus 110 sets the universal set U to S0 (i.e., U=S.sub.0={S.sub.1, S.sub.2, S.sub.3, S.sub.4, S.sub.5}) (601).

(74) Thereafter, the encryption apparatus 110 requests the apparatus 120 for set intersection operation to set the universal set U to S.sub.0 (602), and the apparatus 120 for set intersection operation sets the universal set U to S.sub.0 according to the request of the encryption device 110 (603).

(75) Thereafter, the encryption apparatus 110 creates a vector {right arrow over (V)}.sub.N.sub.1 corresponding to a subset N.sub.1={S.sub.2} of S.sub.0 including S.sub.2, which is a parent node of the element x.sub.7 included in the set M.sub.1, as an element based on the tree diagram illustrated in FIG. 4 (604).

(76) In this case, the vector {right arrow over (V)}.sub.N.sub.1 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.0), and in which the value corresponding to the element S.sub.2 included in the set N.sub.1 is 1, and the remaining values are 0 (i.e., {right arrow over (V)}.sub.N.sub.1=[0, 1, 0, 0, 0]).

(77) Thereafter, the encryption apparatus 110 creates a ciphertext C.sub.N.sub.1=Enc({right arrow over (V)}.sub.N.sub.1) for {right arrow over (V)}.sub.N.sub.1 (605), and then provides the created ciphertext C.sub.N.sub.1 to the apparatus 120 for set intersection operation (606).

(78) Meanwhile, in the tree diagram illustrated in FIG. 4, the apparatus 120 for set intersection operation creates a vector {right arrow over (V)}.sub.N.sub.2 corresponding to a subset N.sub.2 of S.sub.0 including S.sub.1 and S.sub.2, which are parent nodes of each of the elements x.sub.1, x.sub.6, and x.sub.7 included in the set M.sub.2, as elements (607).

(79) In this case, the vector {right arrow over (V)}.sub.N.sub.2 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.0), and in which the values that correspond respectively to the elements S.sub.1 and S.sub.2 included in the set N.sub.2 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.N.sub.2=[1, 1, 0, 0, 0]).

(80) Thereafter, the apparatus 120 for set intersection operation creates a ciphertext C.sub.N.sub.3=Enc({right arrow over (V)}.sub.N.sub.3) for the vector {right arrow over (V)}.sub.N.sub.3 corresponding to an intersection N.sub.3 of N.sub.1 and N.sub.2 based on the ciphertext C.sub.N.sub.1 and the vector {right arrow over (V)}.sub.N.sub.2 (608).

(81) In this case, the vector {right arrow over (V)}.sub.N.sub.3 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.0), and in which the value corresponding to the element S.sub.2 included in the intersection N.sub.3 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.N.sub.3=[0, 1, 0, 0, 0]), and this is the same as the element-wise multiplication result between {right arrow over (V)}.sub.N.sub.1 and {right arrow over (V)}.sub.N.sub.2.

(82) Thereafter, the apparatus 120 for set intersection operation provides the ciphertext C.sub.N.sub.3 for the vector {right arrow over (V)}.sub.N.sub.3 to the encryption apparatus 110 (609).

(83) Meanwhile, the encryption apparatus 110 decrypts the ciphertext C.sub.N.sub.3 to acquire a vector {right arrow over (V)}.sub.N.sub.3 (610), and determines the intersection N.sub.3 of N.sub.1 and N.sub.2 based on the universal set and the acquired vector {right arrow over (V)}.sub.N.sub.3 (611).

(84) Specifically, as described above, since {right arrow over (V)}.sub.N.sub.3 is a vector in which the value corresponding to S.sub.2 among the elements included in the universal set U (i.e., S.sub.0) is 1 and the remaining values are 0, the encryption apparatus 110 may determine the intersection N.sub.3 as N.sub.3={S.sub.2} based on {right arrow over (V)}.sub.N.sub.3.

(85) Thereafter, the encryption apparatus 110 sets the universal set U to the set S.sub.2, which is an element included in N.sub.3 (i.e., U=S.sub.2={x.sub.6, x.sub.7, x.sub.8, x.sub.9, x.sub.10}) (612).

(86) Thereafter, the encryption apparatus 110 requests the apparatus 120 for set intersection operation to set the universal set U to S.sub.2 (613), and the apparatus 120 for set intersection operation sets the universal set U to S.sub.2 according to the request of the encryption apparatus 110 (614).

(87) Thereafter, the encryption apparatus 110 creates a vector {right arrow over (V)}.sub.M.sub.1 corresponding to the set M.sub.1 (615).

(88) In this case, the vector {right arrow over (V)}.sub.M.sub.1 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.2), and in which the value corresponding to the element x.sub.7 included in the set M.sub.1 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.M.sub.1=[0, 1, 0, 0, 0]).

(89) Thereafter, the encryption apparatus 110 creates a ciphertext C.sub.M.sub.1=Enc({right arrow over (V)}.sub.M.sub.1) for {right arrow over (V)}.sub.M.sub.1 (616), and then provides the created ciphertext C.sub.M.sub.1 to the apparatus 120 for set intersection operation (617).

(90) Meanwhile, the apparatus 120 for set intersection operation creates a vector {right arrow over (V)}.sub.M.sub.2 corresponding to the set M.sub.2 (618).

(91) In this case, the vector {right arrow over (V)}.sub.M.sub.2 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.2), and in which the values that correspond respectively to the elements x.sub.6 and x.sub.7 included in the universal set are 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.M.sub.2=[1, 1, 0, 0, 0]).

(92) Thereafter, the apparatus 120 for set intersection operation creates a ciphertext C.sub.M.sub.3=Enc({right arrow over (V)}.sub.M.sub.3) for the vector {right arrow over (V)}.sub.M.sub.3 corresponding to the intersection M.sub.3 of M.sub.1 and M.sub.2 based on the ciphertext C.sub.M.sub.1 and the vector {right arrow over (V)}.sub.M.sub.2 (619).

(93) In this case, the vector {right arrow over (V)}.sub.M.sub.3 may be a vector which has 5 values that correspond respectively to the elements included in the universal set U (i.e., S.sub.2), and in which the value corresponding to the element X included in the set M.sub.3 is 1 and the remaining values are 0 (i.e., {right arrow over (V)}.sub.M.sub.3=[0, 1, 0, 0, 0]), and this is the same as the element-wise multiplication result between {right arrow over (V)}.sub.M.sub.1 and {right arrow over (V)}.sub.M.sub.2.

(94) Meanwhile, the apparatus 120 for set intersection operation provides the ciphertext C.sub.M.sub.3 for the vector {right arrow over (V)}.sub.M.sub.3 to the encryption apparatus 110 (620).

(95) Hereafter, the encryption apparatus 110 decrypts the ciphertext C.sub.M.sub.3 to acquire the vector {right arrow over (V)}.sub.M.sub.3 (621), and determines the intersection M.sub.3 of M.sub.1 and M.sub.2 based on the universal set and the acquired vector {right arrow over (V)}.sub.M.sub.3 (622).

(96) Specifically, as described above, since {right arrow over (V)}.sub.M.sub.3 is a vector in which the value corresponding to x.sub.7 among the elements included in the universal set U (i.e., S.sub.2) is 1 and the remaining values are 0, the encryption apparatus 110 may determine the intersection M.sub.3 as M.sub.3={x.sub.7} based on {right arrow over (V)}.sub.M.sub.3.

(97) FIG. 7 is a block diagram for illustratively describing a computing environment 10 that includes a computing device suitable for use in the exemplary embodiment. In the illustrated embodiment, each component may have different functions and capabilities in addition to those described below, and additional components may be included in addition to those described below.

(98) The illustrated computing environment 10 includes a computing device 12. In an embodiment, the computing device 12 may be one or more components included in the encryption apparatus 110 or the apparatus 120 for set intersection operation according to embodiments of the present invention. The computing device 12 includes at least one processor 14, a computer-readable storage medium 16, and a communication bus 18. The processor 14 may cause the computing device 12 to perform steps according to the exemplary embodiment described above. For example, the processor 14 may execute one or more programs stored on the computer-readable storage medium 16. The one or more programs may include one or more computer-executable instructions, which, when executed by the processor 14, may be configured to cause the computing device 12 to perform steps according to the exemplary embodiment.

(99) The computer-readable storage medium 16 is configured to store the computer-executable instruction or program code, program data, and/or other suitable forms of information. A program 20 stored in the computer-readable storage medium 16 includes a set of instructions executable by the processor 14. In one embodiment, the computer-readable storage medium 16 may be a memory (volatile memory such as a random access memory, non-volatile memory, or any suitable combination thereof), one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, other types of storage media that are accessible by the computing device 12 and store desired information, or any suitable combination thereof.

(100) The communication bus 18 interconnects various other components of the computing device 12, including the processor 14 and the computer-readable storage medium 16.

(101) The computing device 12 may also include one or more input/output interfaces 22 that provide an interface for one or more input/output devices 24, and one or more network communication interfaces 26. The input/output interface 22 and the network communication interface 26 are connected to the communication bus 18. The input/output device 24 may be connected to other components of the computing device 12 through the input/output interface 22. The exemplary input/output device 24 may include a pointing device (such as a mouse or trackpad), a keyboard, a touch input device (such as a touch pad or touch screen), a voice or sound input device, input devices such as various types of sensor devices and/or photographing devices, and/or output devices such as a display device, a printer, a speaker, and/or a network card. The exemplary input/output device 24 may be included inside the computing device 12 as a component constituting the computing device 12, or may be connected to the computing device 12 as a separate device distinct from the computing device 12.

(102) According to embodiments of the present invention, an intersection between data held by two entities is created without exposing the data held by the two entities to each other, but a computation amount can be reduced while maintaining a transmission amount between the two entities for a set intersection operation at the same level or less than that of the conventional PSI technique, and thus an efficient set intersection operation is possible even if the amount of data increases.

(103) Although the present invention has been described in detail through representative examples as above, those skilled in the art to which the present invention pertains will understand that various modifications may be made thereto within the limit that do not depart from the scope of the present invention. Therefore, the scope of rights of the present invention should not be limited to the described embodiments, but should be defined not only by claims set forth below but also by equivalents of the claims.