WO2014092105A1 - データベース検索装置、データベース検索方法及びプログラム - Google Patents

データベース検索装置、データベース検索方法及びプログラム Download PDF

Info

Publication number
WO2014092105A1
WO2014092105A1 PCT/JP2013/083164 JP2013083164W WO2014092105A1 WO 2014092105 A1 WO2014092105 A1 WO 2014092105A1 JP 2013083164 W JP2013083164 W JP 2013083164W WO 2014092105 A1 WO2014092105 A1 WO 2014092105A1
Authority
WO
WIPO (PCT)
Prior art keywords
search
database
logical
command
logical expression
Prior art date
Application number
PCT/JP2013/083164
Other languages
English (en)
French (fr)
Inventor
勇 寺西
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to EP13862321.0A priority Critical patent/EP2933732A4/en
Priority to JP2014552061A priority patent/JP6225918B2/ja
Priority to US14/651,154 priority patent/US10339140B2/en
Publication of WO2014092105A1 publication Critical patent/WO2014092105A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries
    • G06F16/24566Recursive queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2425Iterative querying; Query formulation based on the results of a preceding query
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24528Standardisation; Simplification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24575Query processing with adaptation to user needs using context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries

Definitions

  • the present invention is based on a Japanese patent application: Japanese Patent Application No. 2012-271545 (filed on December 12, 2012), and the entire contents of this application are incorporated in the present specification by reference.
  • the present invention relates to a database search device, a database search method, and a program.
  • the present invention relates to a database search apparatus, a database search method, and a program for searching an external database.
  • data used by users is stored in an external database.
  • a user who uses the database lending service has a mechanism for searching the data stored in the external database in order to retrieve the data stored in the external database as necessary.
  • the external database executes the search command and sends the search result to the user.
  • Non-Patent Documents 1 and 2 disclose technologies related to an encrypted database in which data is encrypted.
  • an encrypted database there are cases where there are limitations on the types of search commands that can be transmitted by the user for various reasons (for example, security reasons).
  • searchable encryption is a technique that enables data search without decrypting ciphertext (encrypted data).
  • the encrypted database enables retrieval of stored data while ensuring the confidentiality of the data.
  • Non-Patent Document 3 discloses a searchable cipher called “match search cipher”. In the match search cipher, it is possible to determine whether or not the data stored in the database is equal to a predetermined value without decrypting the ciphertext. Further, Non-Patent Document 4 discloses a searchable cipher called “order-preserving cipher”. In the order storage cipher, it is possible to determine whether or not the data stored in the database is equal to or more than a predetermined value without decrypting the ciphertext.
  • a secure encryption database realized by searchable encryption the user searches for data using searchable encryption.
  • searchable encryption there are limitations on the types of search commands that can be used by the user. For example, when only the coincidence search cipher is used and an encrypted database is realized, only an instruction for searching for “whether or not the data is equal to a predetermined value” can be executed. Similarly, when only an order storage cipher is used and an encrypted database is realized, only an instruction for searching for “whether or not the data is equal to or greater than a predetermined value” can be executed.
  • the input search command is separated into a first search command that can be executed in a predetermined database and a second search command that cannot be executed in the predetermined database.
  • a search command separating unit and a search result obtained by executing the second search command with respect to a search result acquired by executing the first search command in the predetermined database, the input There is provided a database search device including a search command execution unit that obtains a search result for a search command that has been executed.
  • the input search command is separated into a first search command that can be executed in a predetermined database and a second search command that cannot be executed in the predetermined database.
  • a search command separation step and a search result obtained by executing the second search command with respect to a search result obtained by executing the first search command in the predetermined database is input as the search result.
  • a search command execution step as a search result for the search command. Note that this method is linked to a specific machine called a database.
  • the input search command is separated into a first search command that can be executed in a predetermined database and a second search command that cannot be executed in the predetermined database.
  • the search result obtained by executing the second search command is input to the search command separating process and the search result acquired by executing the first search command in the predetermined database.
  • This program can be recorded on a computer-readable storage medium.
  • the storage medium may be non-transient such as a semiconductor memory, a hard disk, a magnetic recording medium, an optical recording medium, or the like.
  • the present invention can also be embodied as a computer program product.
  • a database search when searching an external database, a database search that contributes to efficient execution of an arbitrary search command even if the search commands that can be used are limited.
  • An apparatus, a database search method, and a program are provided.
  • the database search device 100 shown in FIG. 1 is provided as an example.
  • the database search device 100 separates an input search command into a first search command that can be executed in a predetermined database and a second search command that cannot be executed in the predetermined database;
  • the search result obtained by executing the second search command for the search result obtained by executing the first search command in the predetermined database is used as the search result for the input search command.
  • a search command execution unit 102 A search command execution unit 102.
  • the database search device 100 appropriately separates a search command input by a user or the like into “commands that can be executed in an external database” and “commands that cannot be executed in an external database”. Furthermore, a search result for a search command input by a user or the like is generated by executing a command executable in the database search device 100 for a search result of a command executable in an external database. As a result, an arbitrary search command can be executed efficiently.
  • FIG. 2 is a diagram showing an example of the configuration of the database search system according to the present embodiment.
  • the database search system includes a database search device 1 and an external database 2.
  • the database search device 1 and the external database 2 are connected by a network such as the Internet, and a search command is output from the database search device 1, and the external database 2 responds with the search result.
  • the external database 2 includes a communication unit 21, a storage unit 22, and a control unit 23.
  • the communication unit 21 realizes communication with the database search device 1 and delivers the input search command to the control unit 23.
  • the control unit 23 searches the storage unit 22 according to the search command.
  • Some data is stored in the storage unit 22 of the external database 2. It does not matter whether the data stored in the storage unit 22 is encrypted. Further, the main body storing the data held by the external database 2 and the method for storing the data are not limited.
  • the control unit 23 returns the search result to the database search device 1 via the communication unit 21.
  • FIG. 3 is a diagram showing an example of the internal configuration of the database search device 1.
  • the database search device 1 includes a communication unit 11, a storage unit 12, and a control unit 13. Further, the control unit 13 includes a search command separation unit 131 and a search command execution unit 132.
  • the database search device 1 accepts a search command via the communication unit 11. It is assumed that the user who uses the external database 2 or another communication device included in the network inputs the search command. Alternatively, an application or the like installed in the database search device 1 may output a search command.
  • the communication unit 11 outputs the accepted search command to the control unit 13.
  • the control unit 13 separates the input search command into two search commands of “externally executable search command” and “externally inexecutable search command”. Details of these two search instructions will be described later.
  • the control unit 13 outputs an externally executable search command to the external database 2 via the communication unit 11. On the other hand, the externally inexecutable search command is not output to the external database 2.
  • the external database 2 that has received the external executable search command executes the external executable search command for the data stored in the storage unit 12 and returns the search result to the database search device 1.
  • the control unit 13 executes the search command input by the user or the like based on the search result received from the external database 2 and the externally inexecutable search command, and returns the result to the user or the like.
  • the search command separating unit 131 is a means for separating the input search command into two commands.
  • the search command execution unit 132 is a means for executing the input search command based on the search result obtained from the external database 2 and the external non-executable search command.
  • the control unit 13 (the search command separation unit 131 and the search command execution unit 132) is realized by a computer program that causes a computer mounted in the database search device 1 to execute processing that will be described in detail later using the hardware. You can also
  • the search command executable in the external database 2 is the above-described external executable search command.
  • the search instruction that cannot be executed in the external database 2 is the above-described external execution disable search instruction.
  • search instruction separating unit 131 separates the search instruction P into an externally executable instruction that is an instruction that can be executed in the external database 2 and an externally impossible instruction.
  • the method for separating the search instruction P will be described as a search instruction separation procedure and will be described below.
  • the search instruction separation procedure accepts the search instruction P as an input, and converts the search instruction P into a divisional product standard logical expression.
  • the division-and-product standard logical expression is a logical expression composed of an externally executable instruction and an externally impossible instruction. Details of the divisional product standard logical expression will be described later.
  • the control unit 13 queries the external database 2 for an external executable instruction via the communication unit 11 and obtains a search result.
  • the control unit 13 stores the search result in the storage unit 12.
  • the search command execution unit 132 calculates (selects) data satisfying the externally inexecutable command from the search result obtained from the external database 2.
  • the control unit 13 responds to the user or the like as the search result for the search command P input by the user or the like, with the result output by the search command executing unit 132 being output.
  • the database search device 1 operates as outlined above. That is, the database search apparatus 1 expands executable search commands by appropriately separating search commands input by a user or the like.
  • a search command input by a user or the like can be expressed as a logical expression constituted by a combination of negation, logical product or logical sum of atomic logical expressions.
  • the negative operation is expressed as “ ⁇ ”
  • the logical product operation as “ ⁇ ”
  • the logical sum operation as “ ⁇ ”.
  • An atomic logical formula that can be executed inside the database search device 1 and that cannot be executed in the external database 2 is defined as an “internal atomic logical formula”.
  • the atomic logical formula can be arbitrarily determined. That is, no matter what logical expression is determined as the atomic logical expression, the operation of the database search apparatus 1 is not affected.
  • the logical expression K is expressed as a literal.
  • the logical expression K is an external atomic logical expression or the negation of the external atomic logical expression
  • the logical expression K is expressed as an external literal.
  • the logical expression K is an internal atomic logical expression or the negation of the internal atomic logical expression
  • the logical expression K is expressed as an internal literal.
  • the logical expression K is the logical expression L or the negative of the logical expression L
  • the logical expression K is expressed as ⁇ L.
  • a logical expression obtained by combining a finite number of different external literals using a logical product ( ⁇ ) is defined as an external conjunction.
  • a logical expression obtained by a combination of negation ( ⁇ ), logical product ( ⁇ ), or logical sum ( ⁇ ) of an internal atomic logical formula is defined as an internal logical formula.
  • the external database 2 satisfies the following conditions.
  • ⁇ M can also be executed in the external database 2.
  • M1 ⁇ M2 and M1 ⁇ M2 can also be executed in the external database 2.
  • a search command “acquire all data in the external database 2” can be executed in the external database 2.
  • the search instruction separation procedure is a process executed by the search instruction separation unit 131. Further, the search instruction separation procedure is recursively defined.
  • the search command separation procedure takes a search command P and bit b as inputs.
  • the search instruction separation procedure is regarded as a kind of function, and the execution of the search instruction separation procedure is expressed as SCNF (P, b), and the following description will be given.
  • the input bit b is introduced to handle the negation of the logical expression in the search instruction separation procedure.
  • ⁇ (A ⁇ B) ⁇ A ⁇ B
  • SCNF (P, b) SCNF (Q, 1-b).
  • the search instruction separation procedure outputs a divided sum-product standard logical expression Po and a set S of external atomic logical expressions.
  • the set S of external atomic logic formulas is an auxiliary output used for recursively executing the search instruction separation procedure. More specifically, the set S is a set of external atomic logical formulas included in the divided sum product logical formula Po.
  • Po ((external conjunction 1) ⁇ (internal logical formula 1)) ⁇ ... ⁇ ((external conjunction n) ⁇ (internal logical formula n)).
  • FIG. 4 is a flowchart showing an example of a search command separation procedure.
  • step S01 the search command separation unit 131 receives the search command P and the input bit b.
  • the search instruction separation unit 131 starts execution of the search instruction separation procedure (starts the calculation of SCNF (P, b)).
  • step S02 the search command separation unit 131 determines whether or not the input search command P is an atomic logical expression.
  • step S02 If the search instruction P is an atomic logical expression (step S02, Yes branch), the process of step S03 is executed.
  • Step S03 is a process executed when the search instruction P is an atomic logical expression.
  • FIG. 5 is a flowchart showing an example of the operation when the search instruction P is an atomic logical expression.
  • step S101 the search command separation unit 131 determines whether or not the search command P is an internal atomic logical expression. If the search instruction P is an internal atomic logical expression (step S101, Yes branch), it is further determined whether or not the input bit b is 0 (step S102).
  • the search instruction separating unit 131 outputs the following as a divided-sum product standard logical expression Po for the search instruction P (step S103).
  • Po (external conjunction)
  • the set S is an empty set.
  • the search instruction separating unit 131 outputs the following as the division-sum-product standard logical expression Po of the search instruction P (step S104).
  • Po (external conjunction)
  • the set S is an empty set.
  • step S101 If the search instruction P is not an internal atomic logical formula (step S101, No branch), the process of step S105 is executed.
  • step S105 the search instruction separation unit 131 confirms that the search instruction P is an external atomic logical expression. If it can be confirmed that the search instruction P is an external atomic logical expression (step S105, Yes branch), it is determined whether or not the input bit b is 0 (step S106).
  • the search instruction separating unit 131 outputs the following as the divided-and-product standard logical expression Po of the search instruction P (step S107).
  • Po (external conjunction)
  • the search instruction separating unit 131 outputs the following as the division-sum-product standard logical expression Po of the search instruction P (step S108).
  • Po (external conjunction)
  • the union set ⁇ P ⁇ is output.
  • the retrieval instruction separation procedure generates the divided-sum-product standard logical expression Po from the retrieval instruction P.
  • step S02 If the search instruction P is not an atomic logical expression (step S02, No branch), the process of step S04 is executed.
  • step S05 If the search instruction P can be expressed by negation of the logical expression Q (step S04, Yes branch), the process of step S05 is executed.
  • step S05 SCNF (P, b) is rewritten to SCNF (Q, 1-b) from the definition of the input bit b described above, and the search instruction separation procedure is executed again. That is, Q is input to SCNF and the search instruction separation procedure is recursively executed.
  • step S04 When the search instruction P cannot be expressed by negation of the logical expression Q (step S04, No branch), the process of step S06 is executed.
  • step S06 If the search instruction P can be expressed as a logical sum of the logical expressions Q and R (step S06, Yes branch), the process of step S07 is executed.
  • step S06, No branch When the search instruction P cannot be expressed as a logical sum of the logical expressions Q and R (step S06, No branch), the process of step S08 is executed.
  • step S08, Yes branch If the search instruction P can be expressed as a logical product of the logical expressions Q and R (step S08, Yes branch), the process of step S09 is executed. If the search instruction P cannot be expressed as a logical product of the logical expressions Q and R (step S08, No branch), the processing shown in FIG.
  • the processing after step S07 is executed when P Q ⁇ R can be expressed.
  • step S201 the search instruction separation unit 131 recursively executes a search instruction separation procedure for each of the logical expressions Q and R. More specifically, by executing SCNF (Q, b), the output (Qo, Sq) is obtained. Further, by executing SCNF (R, b), the output (Ro, Sr) is obtained.
  • the logical expressions Qo and Ro are divided-and-product standard logical expressions of the logical expressions Q and R, respectively.
  • the sets Sq and Sr are sets of external atomic logical formulas included in the divided-sum standard logical formulas Qo and Ro, respectively. Since the logical expressions Qo and Ro are divided-and-product standard logical expressions of the logical expressions Q and R, respectively, the logical expressions Qo and Ro are equivalent to the logical expressions Q and R, respectively.
  • the logical expression (Qo ⁇ Ro) can be said to be a divided-and-product logical expression for the search instruction P.
  • the logical expression (Qo ⁇ Ro) is not necessarily the divisional sum standard logical expression for the search instruction P.
  • the processing in step S202 is referred to as logical expression transformation processing, and the following description will be given.
  • the logical expression transformation process is a process for assuring that the logical expression obtained by the search instruction separation procedure is a divided-sum-product standard logical expression.
  • the logical expression Qo is transformed using the external atomic logical formula B that exists in the logical formula Ro but does not exist in the logical formula Qo, and outputs the logical formula Q1. More specifically, in the logical formula Qo, the external atomic logical formula B and its negation B are modified so as to be included in the logical formula Qo. For example, the logical expression Qo is modified to obtain the following logical expression Q1.
  • Q1 ((A ⁇ B) ⁇ X) ⁇ ((A ⁇ B) ⁇ X) ⁇ .
  • Such a conversion operation is a logical expression transformation process.
  • a set of external atomic formulas that exist in the logical formula Ro but do not exist in the logical formula Qo can be obtained. More specifically, the set of external atomic formulas that exist in the logical formula Ro but do not exist in the logical formula Qo matches the difference set (Sr ⁇ Sq) between the set Sr and the set Sq.
  • the logical expression transformation process accepts the difference set Sr ⁇ Sq as an input, grasps all external atomic logical expressions that exist in the logical expression Ro but do not exist in the logical expression Qo, and repeat the above operation.
  • the logical expression transformation process is performed on the logical expression Ro. More specifically, the logical expression Ro is modified to obtain the following logical expression R1.
  • R1 ((A ⁇ B) ⁇ Y) ⁇ (( ⁇ A ⁇ B) ⁇ Y) ⁇ .
  • the search instruction P can be expressed as the following expression (1) by the above modification.
  • the processing in step S203 is referred to as logical expression integration processing, and the following description will be given.
  • the logical expression integration process is a process that makes it possible to efficiently execute the search instruction separation procedure by reducing the number of internal logical expressions existing in the divided-and-product logical expression.
  • the logical expression integration process is a process for simplifying the expression by enclosing the external conjunction existing on the right side of the expression (1).
  • the external conjunction (A ⁇ B) is described twice. Therefore, by formulating this external conjunction (A ⁇ B), equation (1) is transformed into equation (2) below.
  • P ((A ⁇ B) ⁇ (X ⁇ Y)) ⁇ ((A ⁇ B) ⁇ X) ⁇ ... ⁇ (( ⁇ A ⁇ B) ⁇ Y) (2)
  • Equation (2) The three external conjunctions (A ⁇ B), (A ⁇ B), and ( ⁇ A ⁇ B) present on the right side of Equation (2) are mutually exclusive, and any two of these have a common part. do not do. Therefore, the right side of the above equation (2) can be said to be a divisional product standard logical equation for the search instruction P.
  • step S204 the search instruction separation unit 131 outputs the divided sum product logical expression calculated in the previous step as an output for the search instruction P.
  • step S301 the search instruction separation unit 131 recursively executes the search instruction separation procedure for each of the logical expressions Q and R, as in step S201. By executing this step, logical expressions Qo and Ro and sets Sq and Sr are obtained.
  • the logical expressions Qo and Ro are divided-and-product standard logical expressions of the logical expressions Q and R, respectively.
  • step S302 the search instruction separation unit 131 converts such a logical expression (Qo ⁇ Ro) into a divided sum product logical expression. Note that the processing in this step is referred to as logical expression expansion processing and will be described below.
  • the search command P can be expressed by the following equation (3).
  • Such processing is logical expression expansion processing. Note that a logical expression of the expression (4) obtained as a result of performing the logical expression expansion process on the logical expression (Qo ⁇ Ro) is expressed as a logical expression P2.
  • step S303 the search instruction separating unit 131 performs the above-described logical expression integration process on the logical expression P2 that has been subjected to the logical expression expansion process, thereby obtaining the divided sum product logical expression Po. Since the division-sum-product standard logical expression Po is obtained, the search instruction separation unit 131 ends the process.
  • the search instruction separation unit 131 executes the search instruction separation procedure, thereby generating the divided sum standard logical expression Po from the search instruction P input from the user or the like.
  • the division-and-product standard logical expression Po is an internal combination of an external conjunction indicated by a logical product ( ⁇ ) of external atomic logical expressions that can be executed in the external database 2 and an internal atomic logical expression that cannot be executed in the external database 2. It is shown as a logical sum of basic logical expressions obtained by combining logical expressions with a logical product ( ⁇ ).
  • the control unit 13 outputs the external conjunction contained in each basic logical expression to the external database 2 and obtains a search result from the external database 2.
  • the search command execution unit 132 calculates a logical product of the search result obtained from the external database 2 and the internal logical expression, and obtains a search result corresponding to each basic logical expression.
  • the search instruction P is executed by executing such processing for each basic logical expression.
  • an arbitrary search command can be efficiently executed even if the search commands that can be used are limited, for example, when searching an encrypted database.
  • the set S is given as an output when the search instruction separation procedure is executed.
  • the set S can also be obtained from the divided sum product standard logical expression Po
  • the output of SCNF (P, b) is limited to the divided sum product standard logical expression Po
  • the set S is derived from the divided sum product standard logical expression Po. May be obtained.
  • the search instruction separation procedure when the search instruction separation procedure is realized by causing a processing device such as a computer to execute a program, it may be easier to implement it in a set expression than a logical expression. That is, the search instruction separation procedure can be implemented by calculating the search instruction P as a logical expression or by calculating it as a set expression.
  • K (external conjunction 1) ⁇ (internal logical formula 1)) ⁇ ... ⁇ ((external conjunction n) ⁇ (internal logical formula n).
  • SCNFToSET (K) ⁇ (external conjunction 1, internal logical formula 1), ..., (external conjunction n, internal logical formula n) ⁇ .
  • the already described logical expression transformation process is regarded as a function and expressed as Conv (V1, V2).
  • the logical expression integration process is regarded as a function and expressed as Unif (W).
  • the logical expression expansion process is regarded as a function and expressed as Expand (U1, U2).
  • Conv (V1, V2) ⁇ (L ⁇ C1 ⁇ ... ⁇ Cn, X)
  • the database search apparatus 1 generates the divided sum product logical formula Po from the search command P by the search command separation procedure.
  • the divided sum product standard logical expression Po is indicated as a logical sum of basic logical expressions expressed as a logical product of external conjunctions executable in the external database 2 and internal logical expressions executable in the database search apparatus 1.
  • the database search device 1 arbitrarily searches the search command P input by a user or the like into “parts that can be executed in the external database 2” and “parts that cannot be executed in the external database 2”. Allows instructions to be executed efficiently.
  • Non-patent documents 1 to 4 do not disclose the concept of decomposing a search command.
  • the database search apparatus 1 prevents such miss-out by generating the divided sum product logical expression Po from the search instruction P by the search instruction separation procedure.
  • the search command P is subdivided into an external atomic formula and an internal atomic formula, and then an external conjunction that can be executed in the external database 2 and an internal logical formula that can be executed only in the database search device 1 This is to reconstruct the logical product.
  • the database search apparatus 1 does not acquire the duplicate data as described above because the external conjunctions are mutually exclusive. That is, the external database 2 can be accessed efficiently.
  • the database search system uses an encrypted database.
  • FIG. 8 is a diagram showing an example of the configuration of the database search system according to the present embodiment.
  • the same components as those in FIG. 2 are denoted by the same reference numerals, and the description thereof is omitted.
  • the database search system includes a database search device 1a and an encrypted database 2a.
  • the encryption database 2a stores the encrypted data by using the searchable encryption for the encryption method.
  • Realization of searchable encryption requires four procedures (processes): key generation procedure, encryption procedure, encryption search procedure, and decryption procedure.
  • the key generation procedure generates a secret key necessary for encryption.
  • the encryption procedure receives a secret key and some data as input and outputs ciphertext using the data.
  • searchable cipher is an order-preserving cipher
  • a search in the form of “data ⁇ constant”, “data> constant”, “data ⁇ constant”, “data ⁇ constant”, while the data is encrypted can be executed while maintaining a constant confidentiality.
  • the decryption procedure receives the private key and ciphertext and outputs the decryption result of the input ciphertext.
  • the cipher search unit 24 implements a cipher search procedure for one or more searchable ciphers.
  • the case where the matching search cipher and the order storage cipher are implemented will be described. However, other ciphers can be similarly handled.
  • FIG. 9 is a diagram showing an example of the internal configuration of the database search apparatus 1a. 9, the same components as those in FIG. 3 are denoted by the same reference numerals, and the description thereof is omitted.
  • the difference between the database search device 1 and the database search device 1a is that an encryption management unit 14 is provided. Further, the encryption management unit 14 includes an encryption embedding unit 141 and an encryption / decryption unit 142.
  • the encryption embedding unit 141 replaces the external atomic logical expression existing in the input logical expression with a cryptographic search procedure.
  • the cipher search procedure corresponding to the atomic logical expression “data ⁇ constant” is “data ciphertext ⁇ Enc (K, constant)”. Therefore, the encryption embedding unit 141 replaces the atomic logical expression “data ⁇ constant” with “data ciphertext ⁇ Enc (Sk, constant)”.
  • Enc is an encryption procedure for order-preserving encryption
  • Sk is a secret key for order-preserving encryption.
  • the encryption / decryption unit 142 decrypts the ciphertext using a searchable encryption decryption procedure.
  • the encryption management unit 14 randomly selects the coincidence search encryption secret key KCon and the order storage encryption secret key KOPE, and stores these keys in the storage unit 12. Further, from each data held by the database search device 1a, a ciphertext encrypted with the match search cipher using the secret key KCon and a ciphertext encrypted with the order storage cipher using the secret key KOPE are generated. These ciphertexts are stored in the encrypted database 2a.
  • the communication unit 11 receives a search command from a user or the like and delivers it to the control unit 13.
  • the search command separating unit 131 of the control unit 13 separates the input search command into “externally executable search command” and “externally executable search command”.
  • the control unit 13 outputs an externally executable search command to the encryption management unit 14.
  • the encryption embedding unit 141 of the encryption management unit 14 replaces the external atomic logical expression existing in the external executable search command with a cryptographic search procedure.
  • the encryption management unit 14 transmits the externally executable search command whose replacement has been completed to the encrypted database 2a via the communication unit 11.
  • the encrypted database 2a executes processing corresponding to the received search command in the cryptographic search unit 24, and transmits the result to the database search device 1a.
  • the database search device 1a decrypts the received search result by the encryption / decryption unit 142, executes an externally inexecutable search command for the obtained decryption result, and outputs the execution result.
  • an arbitrary search command can be executed in an encrypted database in which the types of search commands that can be transmitted by the user are limited.
  • the convenience of the user can be enhanced while ensuring the safety of the database.
  • the search instruction separating unit converts the input search instruction into a plurality of basic logical expressions including a first atomic logical expression that can be executed in the database and a second atomic logical expression that cannot be executed in the database.
  • the basic logical expression is a combination of an external conjunction indicated by a logical product of each of the plurality of first atomic logical expressions and a negation, logical product, or logical sum of each of the plurality of second atomic logical expressions.
  • a database retrieval apparatus indicated by a logical product of the internal logical expression indicated by [Form 4]
  • the database search device according to mode 3, wherein the search instruction separating unit converts the input search instruction into a divided-sum-product standard logical expression indicated by a logical sum of each of the plurality of basic logical expressions.
  • the search command separation unit separates the input search command into the first and second atomic logical expressions by executing a search command separation procedure for separating the input search command, and
  • the external conjunction is generated from a first atomic logical formula
  • the internal logical formula is generated from the second atomic logical formula
  • the external conjunction and the internal logical formula are converted into the divided sum product logical formula.
  • the database search device of form 4 reconfigured to [Form 6] The database search device according to the fifth aspect, wherein the search instruction separation unit recursively executes the search instruction separation procedure to generate the divided sum product logical expression.
  • [Form 7] The database search device according to any one of Embodiments 3 to 6, wherein the external conjunctions are mutually exclusive.
  • [Form 8] The database search device according to any one of embodiments 1 to 7, wherein the predetermined database stores data encrypted by a searchable encryption.
  • the search instruction separation procedure is a procedure executed recursively, When the input search instruction is indicated by a logical sum of the first and second logical expressions, each of the first and second logical expressions is recursively executed as the input search instruction.
  • the database search device according to any one of Embodiments 5 to 8, wherein the deformation process is executed.
  • the search instruction separation procedure is: A logical expression integration process for concatenating the external conjunctions common to the basic logical expressions included in the logical expressions obtained by the logical sums of the third and fourth logical expressions that have undergone the logical expression transformation processing;
  • the search instruction separation procedure is: When the input search instruction is indicated by the logical product of the fifth and sixth logical expressions, each of the fifth and sixth logical expressions is recursively executed as the input search instruction. Thus, the seventh logical expression corresponding to the fifth logical expression and the eighth logical expression corresponding to the sixth logical expression are output, The database search device according to mode 10 for executing a logical expression expansion process for expanding a logical expression indicated by a logical product of the seventh logical expression and the eighth logical expression.
  • the search instruction separation procedure is: The database search device according to an eleventh aspect, wherein the logical expression integration process is executed on the logical expression obtained by the logical expression expansion process.
  • the search instruction separating step converts the input search instruction into a plurality of basic logical expressions including a first atomic logical expression that can be executed in the database and a second atomic logical expression that cannot be executed in the database.
  • the basic logical expression is a combination of an external conjunction indicated by a logical product of each of the plurality of first atomic logical expressions and a negation, logical product, or logical sum of each of the plurality of second atomic logical expressions.
  • the search command separation step separates the input search command into the first and second atomic logical expressions by executing a search command separation procedure for separating the search command, and The external conjunction is generated from an atomic logical expression, and the internal logical expression is generated from the second atomic logical expression, and the external conjunction and the internal logical expression are reconstructed into the split-sum standard logical expression.
  • the search instruction separation procedure is a procedure executed recursively, When the input search instruction is indicated by a logical sum of the first and second logical expressions, each of the first and second logical expressions is recursively executed as the input search instruction.
  • the database search method is: A logical expression integration process for concatenating the external conjunctions common to the basic logical expressions included in the logical expressions obtained by the logical sums of the third and fourth logical expressions that have undergone the logical expression transformation processing; The database search method of the form 21 to perform.
  • the search instruction separation procedure is: When the input search instruction is indicated by the logical product of the fifth and sixth logical expressions, each of the fifth and sixth logical expressions is recursively executed as the input search instruction. Thus, the seventh logical expression corresponding to the fifth logical expression and the eighth logical expression corresponding to the sixth logical expression are output, The database search method according to mode 22 for executing a logical expression expansion process for expanding a logical expression indicated by a logical product of the seventh logical expression and the eighth logical expression.
  • the search instruction separation procedure is: A database search method according to a twenty-third aspect, wherein the logical expression integration process is executed on a logical expression obtained by the logical expression expansion process.
  • the program is related to the third viewpoint.
  • the search instruction separation process converts the input search instruction into a plurality of basic logical expressions including a first atomic logical expression that can be executed in the database and a second atomic logical expression that cannot be executed in the database.
  • the basic logical expression is a combination of an external conjunction indicated by a logical product of each of the plurality of first atomic logical expressions and a negation, logical product, or logical sum of each of the plurality of second atomic logical expressions.
  • the program of the form 26 shown by the logical product of the internal logical formula shown by this.
  • the search instruction separation processing is a program according to mode 27, wherein the input search instruction is converted into a divided-sum-product standard logical expression represented by a logical sum of each of the plurality of basic logical expressions.
  • the search command separation process separates the input search command into the first and second atomic logical expressions by executing a search command separation procedure for separating the search command, and The external conjunction is generated from an atomic logical expression, and the internal logical expression is generated from the second atomic logical expression, and the external conjunction and the internal logical expression are reconstructed into the split-sum standard logical expression.
  • the program of form 28 to do.
  • the search instruction separating process is a program according to mode 29, which generates the divided sum-product standard logical expression by recursively executing the search instruction separation procedure.
  • the search instruction separation procedure is a procedure executed recursively, When the input search instruction is indicated by a logical sum of the first and second logical expressions, each of the first and second logical expressions is recursively executed as the input search instruction.
  • the search instruction separation procedure is: A logical expression integration process for concatenating the external conjunctions common to the basic logical expressions included in the logical expressions obtained by the logical sums of the third and fourth logical expressions that have undergone the logical expression transformation processing; The program of the form 33 to perform.
  • the search instruction separation procedure is: When the input search instruction is indicated by the logical product of the fifth and sixth logical expressions, each of the fifth and sixth logical expressions is recursively executed as the input search instruction. Thus, the seventh logical expression corresponding to the fifth logical expression and the eighth logical expression corresponding to the sixth logical expression are output, The program of the form 34 which performs the logical expression expansion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Bioethics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

 外部のデータベースを検索する際に、使用可能な検索命令が制限されている場合であっても、任意の検索命令を効率的に実行するデータベース検索装置を提供する。データベース検索装置は、入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離部と、所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、第2の検索命令を実行することで得られた検索結果を、入力された検索命令に対する検索結果とする検索命令実行部と、を備える。

Description

データベース検索装置、データベース検索方法及びプログラム
 [関連出願についての記載]
 本発明は、日本国特許出願:特願2012-271545号(2012年12月12日出願)に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、データベース検索装置、データベース検索方法及びプログラムに関する。特に、外部のデータベースを検索するデータベース検索装置、データベース検索方法及びプログラムに関する。
 近年、クライアントに対してインターネット経由によりアプリケーション等を提供するクラウドコンピューティングの利用が拡大している。さらに、クラウド上でデータベースサービスを提供する、データベース貸し出しサービス(DaaS;DataBase as a Service)の普及が始まっている。
 データベース貸し出しサービスでは、外部のデータベースに、ユーザが使用するデータを格納する。その際、データベース貸し出しサービスを利用するユーザが、必要に応じて、外部データベースに格納したデータを取り出すため、外部データベースに格納されたデータを検索できる仕組みを備えることが多い。ユーザが、外部データベースに検索命令を入力すると、外部データベースは検索命令を実行し、検索結果をユーザに送信する。
 ところで、このようなデータベース貸し出しサービスでは、データベースからの情報漏洩の防止が特に重要と考えられる。データベースからの情報漏洩を防ぐために、データベースに記録するデータを暗号化する手法が、これまで各種提案されている。
 非特許文献1及び2において、データが暗号化された暗号化データベースに関する技術が開示されている。このような暗号化データベースにおいては、種々の理由(例えば、セキュリティ上の理由)から、ユーザが送信できる検索命令の種類に制限が存在する場合がある。例えば、「検索可能暗号」と呼ばれる暗号方式により実現された暗号化データベースでは、ユーザが送信できる検索命令の種類が制限されている。なお、検索可能暗号とは、暗号文(暗号化されたデータ)を復号することなく、データの検索を可能とする技術である。暗号化データベースでは、データの秘匿性を確保しつつ、格納されたデータの検索を可能とする。
 例えば、非特許文献3において、「一致検索暗号」と呼ばれる検索可能暗号が開示されている。一致検索暗号では、暗号文を復号することなく、データベースに格納されたデータが定められた値と等しいか否かを判定できる。さらに、非特許文献4において、「順序保存暗号」と呼ばれる検索可能暗号が開示されている。順序保存暗号では、暗号文を復号することなく、データベースに格納されたデータが定められた値以上であるか否かを判定できる。
Raluca Ada Popa, Catherine M. S. Redfield, Nickolai Zeldovich and Hari Balakrishnan, "CryptDB: Protecting Confidentiality with Encrypted Query Processing", SOSP'11 Proceedings of the Twenty-Third ACM Symposium on Operating Systems Principles, [平成24年11月30日検索] <インターネット URL: http://dl.acm.org/citation.cfm?doid=2043556.2043566> Craig Gentry, "Fully Homomorphic Encryption Using Ideal Lattices", STOC'09 May 31-June 2, 2009, [平成24年11月30日検索] <インターネット URL:http://domino.research.ibm.com/comm/research_projects.nsf/pages/security.homoenc.html/$FILE/stocdhe.pdf> D. Song, D. Wagner and A. Perrig, "Practical Techniques for Searches on Encrypted Data", 2000 IEEE Symposium May 14-17, 2000, [平成24年11月30日検索] <インターネット URL: http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=848445&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D848445> Alexandra Boldyreva, Nathan Chenette, Younho Lee and Adam O'Neill, "Order-Preserving Symmetric Encryption", EUROCRYPT 2009 April 26-30, 2009, [平成24年11月30日検索] <インターネット URL: http://link.springer.com/chapter/10.1007%2F978-3-642-01001-9_13>
 なお、上記先行技術文献の各開示を、本書に引用をもって繰り込むものとする。以下の分析は、本発明者らによってなされたものである。
 検索可能暗号により実現されたセキュアな暗号化データベースにおいて、ユーザは、検索可能暗号を用いてデータの検索をする。しかし、上述したように、暗号化データベースでは、ユーザが使用できる検索命令の種類に制限が存在する。例えば、一致検索暗号のみが使用され暗号化データベースが実現されている場合には、「データが定められた値と等しいか否か」を検索する命令に限り実行することができる。同様に、順序保存暗号のみが使用され暗号化データベースが実現されている場合には、「データが定められた値以上か否か」を検索する命令に限り実行することができる。
 これらは、暗号文を復号せずに検索する場合の制限であって、暗号化の鍵をデータベース側に伝えれば、任意の検索が可能となる。しかしながら、暗号化の鍵を外部(外部データベースである暗号化データベース)に伝えることは、セキュリティ上、望ましい行為ではない。このように、暗号化データベースを使用するユーザが用いることのできる検索命令の種類は、制限される。一方で、検索命令の種類が制限されてしまうと、ユーザの利便性が低下する。即ち、使用できる検索式が制限されるため、ユーザが必要とするデータを取り出すための時間やコストが上昇する。
 そのため、外部のデータベースを検索する際に、使用可能な検索命令が制限されている場合であっても、任意の検索命令を効率的に実行するデータベース検索装置、データベース検索方法及びプログラムが、望まれる。
 本発明の第1の視点によれば、入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離部と、前記所定のデータベースにおいて前記第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行部と、を備えるデータベース検索装置が提供される。
 本発明の第2の視点によれば、入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離工程と、前記所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行工程と、を含むデータベースの検索方法が提供される。
 なお、本方法は、データベースという、特定の機械に結びつけられている。
 本発明の第3の視点によれば、入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離処理と、前記所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行処理と、をデータベース検索装置を制御するコンピュータに実行させるプログラムが提供される。
 なお、このプログラムは、コンピュータが読み取り可能な記憶媒体に記録することができる。記憶媒体は、半導体メモリ、ハードディスク、磁気記録媒体、光記録媒体等の非トランジェント(non-transient)なものとすることができる。本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明の各視点によれば、外部のデータベースを検索する際に、使用可能な検索命令が制限されている場合であっても、任意の検索命令を効率的に実行することに寄与するデータベース検索装置、データベース検索方法及びプログラムが、提供される。
一実施形態の概要を説明するための図である。 第1の実施形態に係るデータベース検索システムの構成の一例を示す図である。 データベース検索装置1の内部構成の一例を示す図である。 検索命令分離手順の一例を示すフローチャートである。 検索命令Pが原子論理式の場合の動作の一例を示すフローチャートである。 検索命令PがP=Q∨Rと表記できる場合の動作の一例を示すフローチャートである。 検索命令PがP=Q∧Rと表記できる場合の動作の一例を示すフローチャートである。 第2の実施形態に係るデータベース検索システムの構成の一例を示す図である。 データベース検索装置1aの内部構成の一例を示す図である。
 初めに、図1を用いて一実施形態の概要について説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、この概要の記載はなんらの限定を意図するものではない。
 上述のように、外部のデータベースを検索する際に、使用可能な検索命令が制限されている場合であっても、任意の検索命令を効率的に実行するデータベース検索装置が、望まれる。
 そこで、一例として図1に示すデータベース検索装置100を提供する。データベース検索装置100は、入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離部101と、所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、第2の検索命令を実行することで得られた検索結果を、入力された検索命令に対する検索結果とする検索命令実行部102と、を備える。
 データベース検索装置100は、ユーザ等が入力する検索命令を、「外部のデータベースで実行可能な命令」と「外部のデータベースで実行不能な命令」とに、適切に分離する。さらに、外部のデータベースにおいて実行可能な命令の検索結果に対して、データベース検索装置100の内部で実行可能な命令を実行することで、ユーザ等が入力する検索命令に対する検索結果を生成する。その結果、任意の検索命令を効率的に実行することができる。
 以下に具体的な実施の形態について、図面を参照してさらに詳しく説明する。
[第1の実施形態]
 第1の実施形態について、図面を用いてより詳細に説明する。
 図2は、本実施形態に係るデータベース検索システムの構成の一例を示す図である。データベース検索システムは、データベース検索装置1と、外部データベース2と、を含んで構成される。データベース検索装置1と外部データベース2は、インターネット等のネットワークにより接続されており、データベース検索装置1から検索命令を出力し、外部データベース2は検索結果を応答する。
 外部データベース2には、通信部21と、記憶部22と、制御部23と、が含まれている。
 通信部21は、データベース検索装置1との通信を実現し、入力された検索命令を制御部23に引き渡す。制御部23は、検索命令に従い、記憶部22を検索する。
 外部データベース2の記憶部22には、何らかのデータが格納されている。なお、記憶部22が記憶するデータは暗号化されているか否かを問わない。さらに、外部データベース2が保持するデータを格納した主体や、データを格納する際の方法も限定されない。
 制御部23は、検索結果を、通信部21を介してデータベース検索装置1に応答する。
 図3は、データベース検索装置1の内部構成の一例を示す図である。データベース検索装置1は、通信部11と、記憶部12と、制御部13と、が含まれている。さらに、制御部13には、検索命令分離部131と、検索命令実行部132と、が含まれている。
 データベース検索装置1は、通信部11を介して検索命令を受け付ける。検索命令を入力するのは、外部データベース2を使用するユーザや、ネットワークに含まれる他の通信装置であることが想定される。あるいは、データベース検索装置1に実装されたアプリケーション等が、検索命令を出力してもよい。
 通信部11は、受け付けた検索命令を制御部13に出力する。
 制御部13は、入力された検索命令を、「外部実行可能検索命令」と「外部実行不能検索命令」の2つの検索命令に分離する。なお、これらの2つの検索命令の詳細については後述する。
 制御部13は、外部実行可能検索命令を、通信部11を介して外部データベース2に出力する。一方、外部実行不能検索命令は、外部データベース2に出力されない。
 外部実行可能検索命令を受け付けた外部データベース2は、記憶部12に格納されたデータに対して外部実行可能検索命令を実行し、検索結果をデータベース検索装置1に応答する。
 制御部13は、外部データベース2から受け付けた検索結果と、外部実行不能検索命令と、に基づいて、ユーザ等により入力された検索命令を実行し、その結果をユーザ等に応答する。
 検索命令分離部131は、入力された検索命令を2つの命令に分離する手段である。
 検索命令実行部132は、入力された検索命令を、外部データベース2から得た検索結果と、外部実行不能検索命令と、に基づいて実行する手段である。なお、制御部13(検索命令分離部131及び検索命令実行部132)は、データベース検索装置1に搭載されたコンピュータに、そのハードウェアを用いて、後に詳述する処理を実行させるコンピュータプログラムにより実現することもできる。
 ここで、外部データベース2においては、ユーザ等が発した検索命令の一部に限り、実行可能である。外部データベース2で実行可能な検索命令が、上述の外部実行可能検索命令である。一方、外部データベース2で実行不能な検索命令が、上述の外部実行不能検索命令である。
 ユーザ等がデータベース検索装置1に入力する検索命令Pが、「外部実行可能命令と外部実行不能命令の両方を満たすデータを取得する」という場合を想定する。この場合、検索命令分離部131は、検索命令Pを、外部データベース2で実行可能な命令である外部実行可能命令と、外部実行不能命令と、に分離する。この検索命令Pを分離する方法を、検索命令分離手順と表記して以降の説明を行う。
 検索命令分離手順は、検索命令Pを入力として受け付け、検索命令Pを分割和積標準論理式に変換する。分割和積標準論理式とは、外部実行可能命令と外部実行不能命令とから構成される論理式である。分割和積標準論理式の詳細については後述する。
 制御部13は、通信部11を介して、外部実行可能命令を外部データベース2にクエリし、検索結果を得る。制御部13は、検索結果を記憶部12に格納する。検索命令実行部132は、外部データベース2から得た検索結果から、外部実行不能命令を満たすデータを算出する(選択する)。制御部13は、検索命令実行部132が出力する結果を、ユーザ等により入力された検索命令Pに対する検索結果として、ユーザ等に応答する。
 データベース検索装置1は、概略、以上のように動作する。即ち、データベース検索装置1は、ユーザ等が入力する検索命令を適切に分離することで、実行可能な検索命令を拡張する。
 次に、データベース検索装置1の詳細を説明する際に使用する用語を定義する。
 ユーザ等が入力する検索命令は、原子論理式の否定、論理積又は論理和の組み合わせにより構成される論理式として表現できるとする。以降の説明において、否定演算は「¬」、論理積演算は「∧」、論理和演算は「∨」と表記する。
 外部データベース2で実行可能な原子論理式を「外部原子論理式」と定める。
 データベース検索装置1の内部で実行可能な原子論理式であって、外部データベース2で実行不能な原子論理式を「内部原子論理式」と定める。
 なお、原子論理式は任意に定めることができる。つまり、どのような論理式を原子論理式に定めたとしてもデータベース検索装置1の動作には影響しない。例えば、外部データベース2が暗号化データベースである場合には、その暗号化データベースが実装している検索可能暗号により可能になる検索命令を原子論理式に定めることができる。より具体的には、暗号化データベースが一致検索可能暗号及び順序保存暗号を実装していれば、定数Constに対して、以下の論理式を原子論理式と定めることができる。
・a=constを満たすデータを検索する。
・a≧constを満たすデータを検索する。
 論理式Kが、原子論理式、又は、原子論理式の否定である場合には、論理式Kをリテラルと表記する。論理式Kが、外部原子論理式、又は、外部原子論理式の否定である場合に、論理式Kを外部リテラルと表記する。論理式Kが、内部原子論理式、又は、内部原子論理式の否定である場合は、論理式Kを内部リテラルと表記する。
 論理式Kが、論理式L又は論理式Lの否定である場合に、論理式Kを±Lと表記する。
 有限個の相異なる外部リテラルを、論理積(∧)を用いて結合して得られる論理式を外部連言と定める。例えば、論理式L1~Lnを、有限個の相異なる外部原子論理式とすると、外部連言は以下のとおり表記できる。
・外部連言=±L1∧・・・∧±Ln(nは正の整数、以下同じ)。
 内部原子論理式の否定(¬)、論理積(∧)又は論理和(∨)の組み合わせで得られる論理式を内部論理式と定める。
 次に、外部連言と内部論理式を組み合わせた論理式を定義する。
 分割和積論理式を以下のとおりに定義する。
・分割和積論理式=((外部連言1)∧(内部論理式1))∨・・・∨((外部連言n)∧(内部論理式n))。
 また、分割和積論理式の構成要素である(外部連言i)∧(内部論理式i)を基本論理式と定める(iは1~nのいずれかの値、以下同じ)。
 さらに、分割和積論理式に含まれる論理式であって、「外部連言i∧外部連言j=偽」となる分割和積論理式を分割和積標準論理式と定める(jは1~nのいずれかの値、以下同じ)。
 なお、以降の説明において、外部データベース2が以下の条件を満たすことを前提とする。
・検索命令Mが、外部データベース2で実行可能な場合には、¬Mも外部データベース2で実行可能である。
・検索命令M1及びM2が外部データベース2で実行可能な場合には、M1∨M2及びM1∧M2も外部データベース2で実行可能である。
・「外部データベース2内の全データを取得する」という検索命令が、外部データベース2で実行できる。
 次に、検索命令分離手順について説明する。
 検索命令分離手順とは、検索命令分離部131が実行する処理である。また、検索命令分離手順は、再帰的に定義される。
 検索命令分離手順は、検索命令Pとビットbを入力とする。なお、検索命令分離手順をある種の関数とみなし、検索命令分離手順の実行を、SCNF(P、b)と表記し、以降の説明を行う。
 入力ビットbは、論理式の否定を検索命令分離手順において扱うために導入される。ド・モルガンの法則(¬(A∨B)=¬A∧¬B)によれば、論理式の全体が否定される場合において、論理式を展開すると、論理和(∨)と論理積(∧)とが入れ替わる。入力ビットbは、この入れ替わりの偶奇性を把握するためのフラグとして導入される。なお、偶数の否定演算子「¬」が存在すれば入力ビットbを0とする。一方、奇数の否定演算子「¬」が存在すれば入力ビットbを1とする。さらに、論理式Pが、論理式Qの否定で表現される場合には、SCNF(P、b)を、SCNF(P、b)=SCNF(Q、1-b)として定義する。
 検索命令分離手順は、分割和積標準論理式Poと、外部原子論理式の集合Sと、を出力とする。
 外部原子論理式の集合Sは、検索命令分離手順を再帰的に実行するために用いられる補助的な出力である。より具体的には、集合Sは分割和積標準論理式Poに含まれる外部原子論理式の集合である。
 分割和積標準論理式Poを、以下のように表記した場合を考える。
・Po=((外部連言1)∧(内部論理式1))∨・・・∨((外部連言n)∧(内部論理式n))。
 この場合、外部連言iは、集合Sの要素L1、・・・、Lmを用いて、外部連言i=±L1∧・・・∧±Lmと表記できる。
 図4は、検索命令分離手順の一例を示すフローチャートである。
 ステップS01において、検索命令分離部131は、検索命令P及び入力ビットbを受け付ける。検索命令P及び入力ビットbの受け付けることで、検索命令分離部131は、検索命令分離手順の実行を開始する(SCNF(P、b)の計算を開始する)。
 ステップS02において、検索命令分離部131は、入力された検索命令Pが、原子論理式であるか否かを判断する。
 検索命令Pが、原子論理式である場合(ステップS02、Yes分岐)には、ステップS03の処理が実行される。
 ステップS03は、検索命令Pが原子論理式の場合に実行される処理である。図5は、検索命令Pが原子論理式の場合の動作の一例を示すフローチャートである。
 ステップS101において、検索命令分離部131は、検索命令Pが、内部原子論理式か否かを判断する。検索命令Pが、内部原子論理式であれば(ステップS101、Yes分岐)、さらに、入力ビットbが0か否かを判断する(ステップS102)。
 入力ビットbが0であれば(ステップS102、Yes分岐)、検索命令分離部131は、検索命令Pに対する分割和積標準論理式Poとして、以下の出力を行う(ステップS103)。
・Po=(外部連言)∧(内部論理式)=True∧P。
・集合Sは、空集合である。
 入力ビットbが1であれば(ステップS102、No分岐)、検索命令分離部131は、検索命令Pの分割和積標準論理式Poとして、以下の出力を行う(ステップS104)。
・Po=(外部連言)∧(内部論理式)=True∧¬P。
・集合Sは、空集合である。
 検索命令Pが、内部原子論理式でなければ(ステップS101、No分岐)、ステップS105の処理が実行される。
 ステップS105において、検索命令分離部131は、検索命令Pが外部原子論理式であることを確認する。検索命令Pが、外部原子論理式であると確認できれば(ステップS105、Yes分岐)、入力ビットbが0か否かを判断する(ステップS106)。
 入力ビットbが0であれば(ステップS106、Yes分岐)、検索命令分離部131は、検索命令Pの分割和積標準論理式Poとして、以下の出力を行う(ステップS107)。
・Po=(外部連言)∧(内部論理式)=P∧True。
・集合Sとして、一元集合{P}を出力する。
 入力ビットbが1であれば(ステップS106、No分岐)、検索命令分離部131は、検索命令Pの分割和積標準論理式Poとして、以下の出力を行う(ステップS108)。
・Po=(外部連言)∧(内部論理式)=¬P∧True。
・集合Sとして、一元集合{P}を出力する。
 以上のように、検索命令分離手順は、検索命令Pから分割和積標準論理式Poを生成する。
 図4のフローチャートに戻り、動作の説明を継続する。
 検索命令Pが、原子論理式でない場合(ステップS02、No分岐)には、ステップS04の処理が実行される。
 ステップS04において、検索命令分離部131は、検索命令Pが論理式Qの否定(P=¬Q)と表記できるか否かを判断する。
 検索命令Pが、論理式Qの否定で表記できる場合(ステップS04、Yes分岐)には、ステップS05の処理を実行する。
 ステップS05では、上述の入力ビットbの定義から、SCNF(P、b)をSCNF(Q、1-b)に書き換え、再び、検索命令分離手順を実行する。つまり、SCNFにQを入力して、再帰的に検索命令分離手順を実行する。
 検索命令Pが、論理式Qの否定で表記できない場合(ステップS04、No分岐)には、ステップS06の処理が実行される。
 ステップS06において、検索命令分離部131は、検索命令Pが論理式QとRの論理和として表記(P=Q∨R)できるか否かを判断する。
 検索命令Pが、論理式QとRの論理和として表記できる場合(ステップS06、Yes分岐)には、ステップS07の処理を実行する。検索命令Pが、論理式QとRの論理和として表記できない場合(ステップS06、No分岐)には、ステップS08の処理が実行される。
 ステップS08において、検索命令分離部131は、検索命令Pが論理式QとRの論理積として表記(P=Q∧R)できるか否かを判断する。
 検索命令Pが、論理式QとRの論理積として表記できる場合(ステップS08、Yes分岐)には、ステップS09の処理を実行する。検索命令Pが、論理式QとRの論理積として表記できない場合(ステップS08、No分岐)には、図4に示す処理を終了する。
 次に、ステップS07において実行される処理について説明する。ステップS07は、検索命令PがP=Q∨Rと表記できる場合に実行される処理である。
 図6は、検索命令PがP=Q∨Rと表記できる場合の動作の一例を示すフローチャートである。ステップS07以降の処理は、P=Q∨Rと表記できる場合に実行される。
 ステップS201において、検索命令分離部131は、論理式Q及び論理式Rについて、それぞれ、検索命令分離手順を再帰的に実行する。より具体的には、SCNF(Q、b)を実行することで、その出力である(Qo、Sq)を得る。また、SCNF(R、b)を実行することで、その出力である(Ro、Sr)を得る。
 検索命令分離手順は再帰的に定義されるのであるから、論理式Qo及びRoは、それぞれ、論理式Q及びRの分割和積標準論理式である。集合Sq及びSrは、それぞれ、分割和積標準論理式Qo及びRoに含まれる外部原子論理式の集合となる。論理式Qo及びRoは、それぞれ論理式Q及びRの分割和積標準論理式であるので、論理式Qo及びRoは、それぞれ、論理式Q及びRと同値である。
 従って、P=Q∨R=Qo∨Roが成り立つ。ここで、論理式Qo及びRoは、分割和積標準論理式であることから、論理式(Qo∨Ro)は、検索命令Pに対する分割和積論理式といえる。しかし、論理式(Qo∨Ro)が、検索命令Pに対する分割和積標準論理式とは限らない。例えば、論理式Qo及びRoは、外部原子論理式A及びBと、内部論理式X及びYを用いて、以下のように表記できるとする。
・Qo=(A∧X)∨・・・。
・Ro=(B∧Y)∨・・・。
 すると、Qo∨Ro=(A∧X)∨・・・∨(B∧Y)∨・・・と書き換えることができる。
 2つの外部原子論理式A及びBは、通常、A∧B=偽とはならないので、Qo∨Roは必ずしも分割和積標準論理式とは限らない。この問題を解決するために、ステップS202及びS203に係る処理が実行される。
 ステップS202における処理を、論理式変形処理と表記し、以降の説明を行う。論理式変形処理は、検索命令分離手順により得られる論理式が、分割和積標準論理式となることを保証するための処理である。
 論理式変形処理では、論理式Roには存在するが、論理式Qoには存在しない外部原子論理式Bを用いて、論理式Qoを変形し、論理式Q1を出力する。より具体的には、論理式Qoにおいて、外部原子論理式Bとその否定¬Bが、論理式Qoに含まれるように、変形する。例えば、論理式Qoを変形して、以下の論理式Q1を得る。
・Q1=((A∧B)∧X)∨((A∧¬B)∧X)∨・・・。
 このような変換操作が、論理式変形処理である。
 なお、以上の説明においては、外部連言が外部原子論理式AとBそのものであるような非常に簡単なケースを用いたため、論理式Roに存在するが、論理式Qoには存在しない外部原子論理式は、1つである。しかし、そのような外部原子論理式は複数存在するのが通常であるため、論理式変形処理は、上述の操作について、外部原子論理式の個数分、繰り返す必要がある。
 また、SCNF(Q、b)により得られる集合Sqと、SCNF(R、b)により得られる集合Srから、論理式Roには存在するが、論理式Qoには存在しない外部原子論理式の集合を得ることができる。より具体的には、論理式Roには存在するが、論理式Qoには存在しない外部原子論理式の集合は、集合Srと集合Sqの差集合(Sr\Sq)に一致する。論理式変形処理は、差集合Sr\Sqを入力として受け付けることで、論理式Roには存在するが、論理式Qoには存在しない外部原子論理式の全て把握し、上述の操作を繰り返す。
 また、論理式Roに対しても、同様に、論理式変形処理を施す。より具体的には、論理式Roを変形して、以下の論理式R1を得る。
・R1=((A∧B)∧Y)∨((¬A∧B)∧Y)∨・・・。
 論理式QoとQ1、及び、論理式RoとR1は、それぞれ、同値な論理式であることから、以上の変形により、検索命令Pは、以下の式(1)として表記できる。
・P=Q∨R=Qo∨Ro=Q1∨R1=((A∧B)∧X)∨((A∧¬B)∧X)∨・・・∨((A∧B)∧Y)∨((¬A∧B)∧Y)・・・(1)
 ステップS203における処理を、論理式統合処理と表記し、以降の説明を行う。論理式統合処理は、分割和積論理式に存在する内部論理式の数を減ずることで、検索命令分離手順を効率的に実行可能とする処理である。
 論理式統合処理は、式(1)の右辺に存在する外部連言を、括り出すことで、式を単純にする処理である。例えば、上述の式(1)には、外部連言(A∧B)が2回、表記されている。そこで、この外部連言(A∧B)を括り出すことで、式(1)を以下の式(2)のように変形する。
・P=((A∧B)∧(X∨Y))∨((A∧¬B)∧X)∨・・・∨((¬A∧B)∧Y) ・・・(2)
 式(2)の右辺に存在する3つの外部連言(A∧B)、(A∧¬B)及び(¬A∧B)は、互いに排他的であり、これらのどの2つも共通部分を有しない。従って、上記の式(2)の右辺は、検索命令Pに対する分割和積標準論理式といえる。
 ステップS204において、検索命令分離部131は、前ステップで算出された分割和積標準論理式を、検索命令Pに対する出力とする。
 次に、ステップS09において実行される処理について説明する。ステップS09は、検索命令PがP=Q∧Rと表記できる場合に実行される処理である。
 図7は、検索命令PがP=Q∧Rと表記できる場合の動作の一例を示すフローチャートである。
 ステップS301において、検索命令分離部131は、ステップS201と同様に、論理式Q及びRについて、それぞれ、検索命令分離手順を再帰的に実行する。本ステップが実行されることにより、論理式Qo及びRoと、集合Sq及びSrが得られる。
 検索命令分離手順は再帰的に定義される手順であるから、論理式Qo及びRoは、それぞれ、論理式Q及びRの分割和積標準論理式である。集合Sq及びSrは、それぞれ、分割和積標準論理式Qo及びRoに含まれる外部原子論理式の集合となる。従って、P=Q∧R=Qo∧Roが成立する。しかし、論理式(Qo∧Ro)は、分割和積論理式ではない。
 ステップS302において、検索命令分離部131は、このような論理式(Qo∧Ro)を、分割和積標準論理式に変換する。なお、本ステップにおける処理を、論理式展開処理と表記し、以降の説明を行う。
 例えば、論理式Qo及びRoは、外部原子論理式A1、A2・・・及びB1、B2・・・と、内部論理式X1、X2、・・・及びY1、Y2・・・を用いて、以下のように表記できるとする。
・Qo=(A1∧X1)∨(A2∧X2)∨・・・。
・Ro3=(B1∧Y1)∨(B2∧Y2)∨・・・。
 すると、検索命令Pは、以下の式(3)により表記できる。
・P=Qo∧Ro=((A1∧X1)∨(A2∧X2)∨・・・)∧((B1∧Y1)∨(B2∧Y2)∨・・・) ・・・(3)
 式(3)を展開すると、式(4)となる。
・P=P2=Qo∧Ro=((A1∧B1)∧(X1∧Y1))∨((A1∧B2)∧(X1∧Y2))∨・・・(4)
 このような処理が、論理式展開処理である。なお、論理式(Qo∧Ro)に対して論理式展開処理を実施した結果得られる式(4)の論理式を、論理式P2と表記する。
 ステップS303では、検索命令分離部131は、論理式展開処理が施された論理式P2に対して、上述の論理式統合処理を施すことで、分割和積標準論理式Poを得る。分割和積標準論理式Poが得られたので、検索命令分離部131は、処理を終了する。
 以上のように、検索命令分離部131において、検索命令分離手順を実行することにより、ユーザ等から入力された検索命令Pから、分割和積標準論理式Poを生成する。
 分割和積標準論理式Poは、外部データベース2において実行可能な外部原子論理式の論理積(∧)により示される外部連言と、外部データベース2において実行不能な内部原子論理式の組み合わせからなる内部論理式と、を論理積(∧)により結合した基本論理式同士の論理和として示される。
 制御部13は、それぞれの基本論理式に含まれる外部連言を外部データベース2に出力し、外部データベース2から検索結果を得る。検索命令実行部132は、外部データベース2から得た検索結果と、内部論理式との、論理積を算出し、それぞれの基本論理式に対応する検索結果を得る。このような処理を、基本論理式ごとに実行することで、検索命令Pを実行する。
 その結果、例えば、暗号化されたデータベースを検索する際のように、使用可能な検索命令が制限されていても、任意の検索命令を効率的に実行することができる。
 なお、上述の検索命令分離手順の説明では、集合Sは、検索命令分離手順を実行した際の出力として与えられるものとした。しかし、集合Sは、分割和積標準論理式Poから得ることもできるので、SCNF(P、b)の出力を分割和積標準論理式Poに限り、集合Sは分割和積標準論理式Poから得てもよい。
 また、検索命令分離手順をコンピュータ等の処理装置にプログラムを実行させることで実現する際には、論理式よりも集合表現で実装した場合が容易なときがある。即ち、検索命令分離手順の実装は、検索命令Pを論理式として扱い計算することも可能であるし、集合表現として扱い計算することも可能である。
 そこで、検索命令分離手順を集合表現で表す場合について説明する。
 検索命令分離手順を、集合表現を用いて実装するためには、分割和積標準論理式を集合表現に変換することが必要である。このような処理をSCNFToSETと表記する。一方、集合表現から検索命令Pを再現する処理をSETToSCNFと表記する。なお、論理式KからKの集合表現を作成することや、逆にKの集合表現から論理式Kを再現するのは容易である。
 分割和積標準論理式で表現されている論理式Kを以下のとおりとする。
・K=(外部連言1)∧(内部論理式1))∨・・・∨((外部連言n)∧(内部論理式n)。
 このような論理式Kに対して、論理式の組の集合SCNFToSET(K)を以下のように定義する。
・SCNFToSET(K)={(外部連言1、内部論理式1)、・・・、(外部連言n、内部論理式n)}。
 一方、論理式の組の集合Uを以下のとおりとする。
・U={(A1、X1)、・・・、(An、Xn)}。
 その上で、SETToSCNF(U)を以下のとおりとする。
・SETToSCNF(U)=(A1∧X1)∨・・・∨(An∧Xn)。
 なお、SETToSCNF(SCNFToSET(K))=Kが成り立つ。
 検索命令分離手順を実装する際には、SCNFToSET及びSETToSCNFに加えて、既に説明した論理式変形処理、論理式統合処理及び論理式展開処理を使用する。以降の説明において、論理式変形処理を関数とみなし、Conv(V1、V2)と表記する。論理式統合処理を関数とみなし、Unif(W)と表記する。論理式展開処理を関数とみなし、Expand(U1、U2)と表記する。
 論理式変形処理を集合表現により実現すると、論理式の組の集合V1及びV2に対し、V2={B1、・・・、Bn}とするとき、Conv(V1、V2)を以下の手順により得られる集合とすることができる。
・Conv(V1、V2)={(L∧C1∧・・・∧Cn、X)|(L、X)∈U1、C1∈{B1、¬B1}、・・・、Cn∈{Bn、¬Bn}}。
 論理式統合処理を集合表現により実現すると、論理式の組の集合Wに対し、Unif(W)を以下の手順により得られる集合とすることができる。
・Wの要素(L、X)、(M、Y)においてL=Mとなる要素が存在すれば、Wから(L、X)、(M、Y)を取り除き、(L、X∨Y)をWに追加する。
・L=Mとなる組がWからなくなるまで、上記の操作を繰り返す。
 論理式展開処理を集合表現により実現すると、論理式の組の集合U1及びU2に対して、Expand(U1、U2)を以下の手順により得られる集合とすることができる。
・Expand(U1、U2)={(L∧M、X∧Y)|(X、L)∈U1、(Y、M)∈U2}。
 以上のように、本実施形態に係るデータベース検索装置1は、検索命令分離手順により、検索命令Pから、分割和積標準論理式Poを生成する。
 分割和積標準論理式Poは、外部データベース2で実行可能な外部連言と、データベース検索装置1の内部で実行可能な内部論理式の論理積として示される基本論理式同士の論理和として示される。データベース検索装置1は、ユーザ等が入力する検索命令Pを、「外部データベース2で実行可能な部分」と「外部データベース2で実行不能な部分」とに、適切に分離することで、任意の検索命令を効率的に実行可能とする。なお、非特許文献1~4において、検索命令を分解するという概念は開示されていない。
 例えば、検索命令Pが、「外部実行可能命令IEと外部実行不能命令IDの少なくとも一方を満たすデータを取得する」の場合を想定する。即ち、P=IE∨IDの場合を想定する。このような場合、検索命令Pを満たすデータには、「IEを満たすデータ」と、「IEを満たさないが、IDを満たすデータ」の2種類が存在する。従って、単に、IEを満たすデータの中からIDを満たすデータを選択しても、「IEを満たさないが、IDを満たすデータ」を取りこぼしてしまう。
 しかし、本実施形態に係るデータベース検索装置1は、検索命令分離手順により、検索命令Pから分割和積標準論理式Poを生成することで、このような取りこぼしを防止する。検索命令Pを、外部原子論理式及び内部原子論理式にまで細分化し、その上で、外部データベース2において実行可能な外部連言と、データベース検索装置1においてのみ実行可能な内部論理式と、の論理積に再構成するためである。
 あるいは、例えば検索命令V1及びV2が外部データベース2で実行可能であり、検索命令W1及びW2が外部データベース2では実行不能である状況において、P=(V1∨W1)∧(V2∨W2)を実行する場合を考える。
 この場合、
・「検索命令V1」を満たすデータを外部データベース2から取得する。
・「検索命令V2」を満たすデータを外部データベース2から取得する。
・P=(V1∨W1)∧(V2∨W2)をデータベース検索装置1で実行する。
 という手順が考えられる。
 しかし、このような手順では、「検索命令V1とV2の両方を満たすデータ」を取得しているため、非効率的な外部データベース2へのアクセスを行っている。
 このような場合であっても、本実施形態に係るデータベース検索装置1は、外部連言同士は互いに排他的であるため、上記のような重複したデータの取得を行うことがない。即ち、効率よく、外部データベース2にアクセスすることができる。
[第2の実施形態]
 続いて、第2の実施形態について図面を参照して詳細に説明する。
 本実施形態に係るデータベース検索システムでは、暗号化データベースを利用する。
 図8は、本実施形態に係るデータベース検索システムの構成の一例を示す図である。図8において、図2と同一の構成要素には同一の符号を付し、その説明を省略する。
 図8を参照すると、データベース検索システムには、データベース検索装置1aと、暗号化データベース2aと、が含まれている。暗号化データベース2aは、検索可能暗号を暗号方式に用いることで、暗号化されたデータを保存する。
 検索可能暗号の実現には、鍵生成手順、暗号化手順、暗号検索手順、復号手順の4つの手順(工程)が必要である。
 鍵生成手順は暗号化に必要な秘密鍵を生成する。
 暗号化手順は秘密鍵と何らかのデータを入力として受け取り、当該データを用いて暗号文を出力する。暗号検索手順は暗号文を復号せずに、データの検索を行う。例えば、検索可能暗号が一致検索暗号であれば「データ=定数」という形式の検索が、データを暗号化したまま、且つ、定数の秘匿性を保ちつつ実行できる。
 あるいは、検索可能暗号が、順序保存暗号であれば、「データ≧定数」、「データ>定数」、「データ≦定数」、「データ<定数」といった形式の検索が、データを暗号化したまま、且つ、定数の秘匿性を保ちつつ実行できる。
 復号手順は、秘密鍵と暗号文を受け取り、入力された暗号文の復号結果を出力する。本実施形態に係るデータベース検索装置1aでは、外部原子論理式として、暗号化検索が可能な論理式を用いる。例えば、検索可能暗号として一致検索暗号と順序保存暗号とが実装されている場合であれば、「データ=定数」、「データ≧定数」、「データ>定数」、「データ≦定数」、「データ<定数」の5種類の論理式が外部原子論理式である。
 図2に示す外部データベース2と暗号化データベース2aの相違点は、暗号検索部24を備える点である。暗号検索部24は、1又は複数の検索可能暗号の暗号検索手順を実現する。なお、本実施形態では、一致検索暗号と順序保存暗号が実装されている場合について説明するが、他の暗号の場合であっても同様に対応可能である。
 図9は、データベース検索装置1aの内部構成の一例を示す図である。図9において、図3と同一の構成要素には同一の符号を付し、その説明を省略する。
 データベース検索装置1とデータベース検索装置1aの相違点は、暗号化管理部14を備える点である。さらに、暗号化管理部14には、暗号埋込部141と暗号復号部142と、が含まれている。
 暗号埋込部141は、入力された論理式に存在する外部原子論理式を暗号検索手順に置き換える。例えば、順序保存暗号の場合であれば、「データ≧定数」という原子論理式に対応する暗号検索手順は「データの暗号文≧Enc(K、定数)」である。そこで、暗号埋込部141は「データ≧定数」という原子論理式を「データの暗号文≧Enc(Sk、定数)」に置き換える。なお、Encは順序保存暗号の暗号化手順であり、Skは順序保存暗号の秘密鍵である。
 暗号復号部142は、検索可能暗号の復号手順を用いて暗号文を復号する。
 暗号化管理部14は、一致検索暗号の秘密鍵KCon、順序保存暗号の秘密鍵KOPEをランダムに選択し、これらの鍵を記憶部12に記憶する。さらに、データベース検索装置1aが保持する各データから、秘密鍵KConを用いて一致検索暗号で暗号化した暗号文と、秘密鍵KOPEを用いて順序保存暗号で暗号化した暗号文と、を生成し、これらの暗号文を暗号化データベース2aに格納する。
 図8に示すデータベース検索システムの動作は、概略、以下のとおりである。
 初めに、通信部11がユーザ等から検索命令を受け取り、制御部13に引き渡す。制御部13の検索命令分離部131は、入力された検索命令を、「外部実行可能検索命令」と「外部実行不能検索命令」に分離する。制御部13は、外部実行可能検索命令を暗号化管理部14に出力する。暗号化管理部14の暗号埋込部141は、外部実行可能検索命令に存在する外部原子論理式を暗号検索手順に置き換える。暗号化管理部14は、置き換えが終了した外部実行可能検索命令を、通信部11を介して暗号化データベース2aに送信する。
 暗号化データベース2aは、受け取った検索命令に対応する処理を、暗号検索部24において実行し、その結果をデータベース検索装置1aに送信する。
 データベース検索装置1aは、受け取った検索結果を、暗号復号部142により復号し、得られた復号結果に対して、外部実行不能検索命令を実行し、実行結果を出力する。
 以上のように、本実施形態に係るデータベース検索システムでは、ユーザが送信できる検索命令の種類に制限がある暗号化データベースにおいて、任意の検索命令が実行可能である。その結果、データベース貸し出しサービスにおいて、データベースの安全性を保証しつつ、ユーザの利便性を高めることができる。
 上記の実施形態の一部又は全部は、以下のようにも記載され得るが、以下には限られない。
 [形態1]
 上記第1の視点に係るデータベース検索装置のとおりである。
 [形態2]
 前記検索命令分離部は、前記入力された検索命令を、前記データベースにおいて実行可能な第1の原子論理式と前記データベースにおいて実行不能な第2の原子論理式と、を含む複数の基本論理式に分離する形態1のデータベース検索装置。
 [形態3]
 前記基本論理式は、複数の前記第1の原子論理式のそれぞれの論理積で示される外部連言と、複数の前記第2の原子論理式のそれぞれの、否定、論理積又は論理和の組み合わせで示される内部論理式と、の論理積により示される形態2のデータベース検索装置。
 [形態4]
 前記検索命令分離部は、前記入力された検索命令を、前記複数の基本論理式のそれぞれの論理和で示される分割和積標準論理式に変換する形態3のデータベース検索装置。
 [形態5]
 前記検索命令分離部は、前記入力された検索命令を分離する検索命令分離手順を実行することで、前記入力された検索命令を、前記第1及び第2の原子論理式に分離すると共に、前記第1の原子論理式から前記外部連言を生成し、且つ、前記第2の原子論理式から前記内部論理式を生成し、前記外部連言及び前記内部論理式を前記分割和積標準論理式に再構成する形態4のデータベース検索装置。
 [形態6]
 前記検索命令分離部は、前記検索命令分離手順を再帰的に実行することで、前記分割和積標準論理式を生成する形態5のデータベース検索装置。
 [形態7]
 前記外部連言は、互いに排他的である形態3乃至6のいずれか一に記載のデータベース検索装置。
 [形態8]
 前記所定のデータベースは、検索可能暗号により暗号化されたデータを格納する形態1乃至7のいずれか一に記載のデータベース検索装置。
 [形態9]
 前記検索命令分離手順は、再帰的に実行される手順であって、
 前記入力された検索命令が、第1及び第2の論理式の論理和により示される場合には、前記第1及び第2の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第1の論理式に対応する第3の論理式と、前記第2の論理式に対応する第4の論理式を出力し、
 前記第3及び第4の論理式のそれぞれにおいて、前記第3及び第4の論理式の互いに含まれない前記第1の原子論理式を、前記第3及び第4の論理式に含ませる論理式変形処理を実行する形態5乃至8のいずれか一に記載のデータベース検索装置。
 [形態10]
 前記検索命令分離手順は、
 前記論理式変形処理が実行された前記第3及び第4の論理式のそれぞれの論理和により得られる論理式に含まれる前記基本論理式に共通する前記外部連言を括り出す論理式統合処理を実行する形態9のデータベース検索装置。
 [形態11]
 前記検索命令分離手順は、
 前記入力された検索命令が、第5及び第6の論理式の論理積により示される場合には、前記第5及び第6の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第5の論理式に対応する第7の論理式と、前記第6の論理式に対応する第8の論理式を出力し、
 前記第7の論理式と前記第8の論理式の論理積により示される論理式を展開する論理式展開処理を実行する形態10のデータベース検索装置。
 [形態12]
 前記検索命令分離手順は、
 前記論理式展開処理により得られた論理式に対して、前記論理式統合処理を実行する形態11のデータベース検索装置。
 [形態13]
 上記第2の視点に係るデータベースの検索方法のとおりである。
 [形態14]
 前記検索命令分離工程は、前記入力された検索命令を、前記データベースにおいて実行可能な第1の原子論理式と前記データベースにおいて実行不能な第2の原子論理式と、を含む複数の基本論理式に分離する形態13のデータベースの検索方法。
 [形態15]
 前記基本論理式は、複数の前記第1の原子論理式のそれぞれの論理積で示される外部連言と、複数の前記第2の原子論理式のそれぞれの、否定、論理積又は論理和の組み合わせで示される内部論理式と、の論理積により示される形態14のデータベースの検索方法。
 [形態16]
 前記検索命令分離工程は、前記入力された検索命令を、前記複数の基本論理式のそれぞれの論理和で示される分割和積標準論理式に変換する形態15のデータベースの検索方法。
 [形態17]
 前記検索命令分離工程は、前記検索命令を分離する検索命令分離手順を実行することで、前記入力された検索命令を、前記第1及び第2の原子論理式に分離すると共に、前記第1の原子論理式から前記外部連言を生成し、且つ、前記第2の原子論理式から前記内部論理式を生成し、前記外部連言及び前記内部論理式を前記分割和積標準論理式に再構成する形態16のデータベースの検索方法。
 [形態18]
 前記検索命令分離工程は、前記検索命令分離手順を再帰的に実行することで、前記分割和積標準論理式を生成する形態17のデータベースの検索方法。
 [形態19]
 前記外部連言は、互いに排他的である形態15乃至18のいずれか一に記載のデータベースの検索方法。
 [形態20]
 前記所定のデータベースは、検索可能暗号により暗号化されたデータを格納する形態13乃至19のいずれか一に記載のデータベースの検索方法。
 [形態21]
 前記検索命令分離手順は、再帰的に実行される手順であって、
 前記入力された検索命令が、第1及び第2の論理式の論理和により示される場合には、前記第1及び第2の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第1の論理式に対応する第3の論理式と、前記第2の論理式に対応する第4の論理式を出力し、
 前記第3及び第4の論理式のそれぞれにおいて、前記第3及び第4の論理式の互いに含まれない前記第1の原子論理式を、前記第3及び第4の論理式に含ませる論理式変形処理を実行する形態17乃至20のいずれか一に記載のデータベースの検索方法。
 [形態22]
 前記検索命令分離手順は、
 前記論理式変形処理が実行された前記第3及び第4の論理式のそれぞれの論理和により得られる論理式に含まれる前記基本論理式に共通する前記外部連言を括り出す論理式統合処理を実行する形態21のデータベースの検索方法。
 [形態23]
 前記検索命令分離手順は、
 前記入力された検索命令が、第5及び第6の論理式の論理積により示される場合には、前記第5及び第6の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第5の論理式に対応する第7の論理式と、前記第6の論理式に対応する第8の論理式を出力し、
 前記第7の論理式と前記第8の論理式の論理積により示される論理式を展開する論理式展開処理を実行する形態22のデータベースの検索方法。
 [形態24]
 前記検索命令分離手順は、
 前記論理式展開処理により得られた論理式に対して、前記論理式統合処理を実行する形態23のデータベースの検索方法。
 [形態25]
 上記第3の視点に係るプログラムのとおりである。
 [形態26]
 前記検索命令分離処理は、前記入力された検索命令を、前記データベースにおいて実行可能な第1の原子論理式と前記データベースにおいて実行不能な第2の原子論理式と、を含む複数の基本論理式に分離する形態25のプログラム。
 [形態27]
 前記基本論理式は、複数の前記第1の原子論理式のそれぞれの論理積で示される外部連言と、複数の前記第2の原子論理式のそれぞれの、否定、論理積又は論理和の組み合わせで示される内部論理式と、の論理積により示される形態26のプログラム。
 [形態28]
 前記検索命令分離処理は、前記入力された検索命令を、前記複数の基本論理式のそれぞれの論理和で示される分割和積標準論理式に変換する形態27のプログラム。
 [形態29]
 前記検索命令分離処理は、前記検索命令を分離する検索命令分離手順を実行することで、前記入力された検索命令を、前記第1及び第2の原子論理式に分離すると共に、前記第1の原子論理式から前記外部連言を生成し、且つ、前記第2の原子論理式から前記内部論理式を生成し、前記外部連言及び前記内部論理式を前記分割和積標準論理式に再構成する形態28のプログラム。
 [形態30]
 前記検索命令分離処理は、前記検索命令分離手順を再帰的に実行することで、前記分割和積標準論理式を生成する形態29のプログラム。
 [形態31]
 前記外部連言は、互いに排他的である形態27乃至30のいずれか一に記載のプログラム。
 [形態32]
 前記所定のデータベースは、検索可能暗号により暗号化されたデータを格納する形態25乃至31のいずれか一に記載のプログラム。
 [形態33]
 前記検索命令分離手順は、再帰的に実行される手順であって、
 前記入力された検索命令が、第1及び第2の論理式の論理和により示される場合には、前記第1及び第2の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第1の論理式に対応する第3の論理式と、前記第2の論理式に対応する第4の論理式を出力し、
 前記第3及び第4の論理式のそれぞれにおいて、前記第3及び第4の論理式の互いに含まれない前記第1の原子論理式を、前記第3及び第4の論理式に含ませる論理式変形処理を実行する形態29乃至32のいずれか一に記載のプログラム。
 [形態34]
 前記検索命令分離手順は、
 前記論理式変形処理が実行された前記第3及び第4の論理式のそれぞれの論理和により得られる論理式に含まれる前記基本論理式に共通する前記外部連言を括り出す論理式統合処理を実行する形態33のプログラム。
 [形態35]
 前記検索命令分離手順は、
 前記入力された検索命令が、第5及び第6の論理式の論理積により示される場合には、前記第5及び第6の論理式のそれぞれを前記入力された検索命令として再帰的に実行することで、前記第5の論理式に対応する第7の論理式と、前記第6の論理式に対応する第8の論理式を出力し、
 前記第7の論理式と前記第8の論理式の論理積により示される論理式を展開する論理式展開処理を実行する形態34のプログラム。
 [形態36]
 前記検索命令分離手順は、
 前記論理式展開処理により得られた論理式に対して、前記論理式統合処理を実行する形態35のプログラム。
 なお、引用した上記の特許文献等の各開示は、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし、選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。
1、1a、100 データベース検索装置
2 外部データベース
2a 暗号化データベース
11、21 通信部
12、22 記憶部
13、23 制御部
14 暗号化管理部
24 暗号検索部
101、131 検索命令分離部
102、132 検索命令実行部
141 暗号埋込部
142 暗号復号部

Claims (10)

  1.  入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離部と、
     前記所定のデータベースにおいて前記第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行部と、
     を備えるデータベース検索装置。
  2.  前記検索命令分離部は、前記入力された検索命令を、前記データベースにおいて実行可能な第1の原子論理式と前記データベースにおいて実行不能な第2の原子論理式と、を含む複数の基本論理式に分離する請求項1のデータベース検索装置。
  3.  前記基本論理式は、複数の前記第1の原子論理式のそれぞれの論理積で示される外部連言と、複数の前記第2の原子論理式のそれぞれの、否定、論理積又は論理和の組み合わせで示される内部論理式と、の論理積により示される請求項2のデータベース検索装置。
  4.  前記検索命令分離部は、前記入力された検索命令を、前記複数の基本論理式のそれぞれの論理和で示される分割和積標準論理式に変換する請求項3のデータベース検索装置。
  5.  前記検索命令分離部は、前記入力された検索命令を分離する検索命令分離手順を実行することで、前記入力された検索命令を、前記第1及び第2の原子論理式に分離すると共に、前記第1の原子論理式から前記外部連言を生成し、且つ、前記第2の原子論理式から前記内部論理式を生成し、前記外部連言及び前記内部論理式を前記分割和積標準論理式に再構成する請求項4のデータベース検索装置。
  6.  前記検索命令分離部は、前記検索命令分離手順を再帰的に実行することで、前記分割和積標準論理式を生成する請求項5のデータベース検索装置。
  7.  前記外部連言は、互いに排他的である請求項3乃至6のいずれか一項に記載のデータベース検索装置。
  8.  前記所定のデータベースは、検索可能暗号により暗号化されたデータを格納する請求項1乃至7のいずれか一項に記載のデータベース検索装置。
  9.  入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離工程と、
     前記所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行工程と、
     を含むデータベースの検索方法。
  10.  入力された検索命令を、所定のデータベースにおいて実行可能な第1の検索命令と、前記所定のデータベースにおいて実行不能な第2の検索命令と、に分離する検索命令分離処理と、
     前記所定のデータベースにおいて第1の検索命令を実行することにより取得した検索結果に対して、前記第2の検索命令を実行することで得られた検索結果を、前記入力された検索命令に対する検索結果とする検索命令実行処理と、
     をデータベース検索装置を制御するコンピュータに実行させるプログラム。
PCT/JP2013/083164 2012-12-12 2013-12-11 データベース検索装置、データベース検索方法及びプログラム WO2014092105A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP13862321.0A EP2933732A4 (en) 2012-12-12 2013-12-11 DATABASE SEARCH, DATABASE SEARCH AND PROGRAM
JP2014552061A JP6225918B2 (ja) 2012-12-12 2013-12-11 データベース検索装置、データベース検索方法及びプログラム
US14/651,154 US10339140B2 (en) 2012-12-12 2013-12-11 Database search device, database search method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012271545 2012-12-12
JP2012-271545 2012-12-12

Publications (1)

Publication Number Publication Date
WO2014092105A1 true WO2014092105A1 (ja) 2014-06-19

Family

ID=50934393

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/083164 WO2014092105A1 (ja) 2012-12-12 2013-12-11 データベース検索装置、データベース検索方法及びプログラム

Country Status (4)

Country Link
US (1) US10339140B2 (ja)
EP (1) EP2933732A4 (ja)
JP (1) JP6225918B2 (ja)
WO (1) WO2014092105A1 (ja)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10635669B1 (en) 2014-01-27 2020-04-28 Microstrategy Incorporated Data engine integration and data refinement
US11921715B2 (en) 2014-01-27 2024-03-05 Microstrategy Incorporated Search integration
US11386085B2 (en) 2014-01-27 2022-07-12 Microstrategy Incorporated Deriving metrics from queries
US10255320B1 (en) 2014-01-27 2019-04-09 Microstrategy Incorporated Search integration
US9952894B1 (en) 2014-01-27 2018-04-24 Microstrategy Incorporated Parallel query processing
US10846318B1 (en) 2017-04-18 2020-11-24 Microstrategy Incorporated Natural language visualizations
US11195050B2 (en) 2019-02-05 2021-12-07 Microstrategy Incorporated Machine learning to generate and evaluate visualizations
US11614970B2 (en) 2019-12-06 2023-03-28 Microstrategy Incorporated High-throughput parallel data transmission
US11567965B2 (en) 2020-01-23 2023-01-31 Microstrategy Incorporated Enhanced preparation and integration of data sets
CN113111356A (zh) * 2021-03-09 2021-07-13 深圳市教育信息技术中心(深圳市教育装备中心) 数据加密方法、装置、设备和介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000076295A (ja) * 1998-09-02 2000-03-14 Nippon Telegr & Teleph Corp <Ntt> 情報検索方法および情報検索プログラムを記録した記録媒体
JP2009271584A (ja) * 2008-04-30 2009-11-19 Tokyo Metropolitan Univ 類似情報検索システムおよび類似情報検索プログラム
WO2010041516A1 (ja) * 2008-10-08 2010-04-15 インターナショナル・ビジネス・マシーンズ・コーポレーション 情報処理装置、文書検索システム、文書検索方法およびプログラム

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5757983A (en) * 1990-08-09 1998-05-26 Hitachi, Ltd. Document retrieval method and system
JPH05313965A (ja) 1992-03-10 1993-11-26 Hitachi Ltd データベース管理システム
JPH09114851A (ja) * 1995-10-20 1997-05-02 Fuji Xerox Co Ltd 情報管理装置
EP1128323A3 (en) * 1999-12-27 2002-05-29 Seiko Epson Corporation Printer, printing method, and data storage medium
US20020078020A1 (en) * 2000-10-02 2002-06-20 Lawton Scott S. Method and system of entering search criteria using multiple entry fields per data element
JP2002236682A (ja) * 2001-02-13 2002-08-23 Fuji Photo Film Co Ltd データベース・システム
US6889225B2 (en) * 2001-08-09 2005-05-03 Integrated Silicon Solution, Inc. Large database search using content addressable memory and hash
JP4129819B2 (ja) * 2003-10-06 2008-08-06 インターナショナル・ビジネス・マシーンズ・コーポレーション データベース検索システム及びその検索方法並びにプログラム
JP4575064B2 (ja) * 2004-07-29 2010-11-04 三菱電機株式会社 情報検索装置
JP4165546B2 (ja) * 2005-09-30 2008-10-15 ブラザー工業株式会社 検索システム及びプログラム
US8078593B1 (en) * 2008-08-28 2011-12-13 Infineta Systems, Inc. Dictionary architecture and methodology for revision-tolerant data de-duplication
US9338139B2 (en) * 2008-09-15 2016-05-10 Vaultive Ltd. System, apparatus and method for encryption and decryption of data transmitted over a network
WO2011016401A1 (ja) * 2009-08-03 2011-02-10 日本電信電話株式会社 関数暗号応用システム及び方法
JP5432736B2 (ja) 2010-01-18 2014-03-05 日本電信電話株式会社 暗号化された情報のためのキーワード検索システム、キーワード検索方法、検索要求装置、検索代行装置、プログラム、記録媒体
JP5412414B2 (ja) * 2010-12-08 2014-02-12 株式会社日立製作所 検索可能暗号処理システム
US9600677B2 (en) * 2011-11-11 2017-03-21 Nec Corporation Database apparatus, method, and program
JP6056850B2 (ja) * 2012-03-29 2017-01-11 日本電気株式会社 暗号化データベースシステム、クライアント端末、データベースサーバ、データ結合方法、および、プログラム
US9263053B2 (en) * 2012-04-04 2016-02-16 Google Technology Holdings LLC Method and apparatus for generating a candidate code-vector to code an informational signal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000076295A (ja) * 1998-09-02 2000-03-14 Nippon Telegr & Teleph Corp <Ntt> 情報検索方法および情報検索プログラムを記録した記録媒体
JP2009271584A (ja) * 2008-04-30 2009-11-19 Tokyo Metropolitan Univ 類似情報検索システムおよび類似情報検索プログラム
WO2010041516A1 (ja) * 2008-10-08 2010-04-15 インターナショナル・ビジネス・マシーンズ・コーポレーション 情報処理装置、文書検索システム、文書検索方法およびプログラム

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ALEXANDRA BOLDYREVA; NATHAN CHENETTE; YOUNHO LEE; ADAM O'NEILL: "Order-Preserving Symmetric Encryption", EUROCRYPT, 26 April 2009 (2009-04-26), Retrieved from the Internet <URL:http://link.springer.com/chapter/10.1007%2F978-3-642-01001-9_13>
CRAIG GENTRY: "Fully Homomorphic Encryption Using Ideal Lattices", STOC'09, 31 May 2009 (2009-05-31), Retrieved from the Internet <URL:http://domino.research.ibm.com/comm/research_projects.nsf/pages/securit y.homoenc.html/$FILE/stocdhe.pdf>
D. SONG; D. WAGNER; A. PERRIG: "Practical Techniques for Searches on Encrypted Data", IEEE SYMPOSIUM, 2000
RALUCA ADA POPA; CATHERINE M. S. REDFIELD; NICKOLAI ZELDOVICH; HARI BALAKRISHNAN: "CryptDB: Protecting Confidentiality with Encrypted Query Processing", SOSP' 11 PROCEEDINGS OF THE TWENTY-THIRD ACM SYMPOSIUM ON OPERATING SYSTEMS PRINCIPLES, 30 November 2012 (2012-11-30), Retrieved from the Internet <URL:http://dI.acm.org/citation.cfm?doid=2043556.2043566>
See also references of EP2933732A4

Also Published As

Publication number Publication date
JP6225918B2 (ja) 2017-11-08
EP2933732A1 (en) 2015-10-21
JPWO2014092105A1 (ja) 2017-01-12
EP2933732A4 (en) 2016-07-27
US20150317362A1 (en) 2015-11-05
US10339140B2 (en) 2019-07-02

Similar Documents

Publication Publication Date Title
JP6225918B2 (ja) データベース検索装置、データベース検索方法及びプログラム
Cui et al. Efficient and expressive keyword search over encrypted data in cloud
Wang et al. Inverted index based multi-keyword public-key searchable encryption with strong privacy guarantee
JP6934963B2 (ja) データを暗号化する方法およびシステム
EP3058678B1 (en) System and method for dynamic, non-interactive, and parallelizable searchable symmetric encryption
Agrawal et al. Simplifying design and analysis of complex predicate encryption schemes
US20160335450A1 (en) Searchable encryption processing system and searchable encryption processing method
JP5348337B2 (ja) 暗号化データベース管理システム、クライアントおよびサーバ、自然結合方法およびプログラム
JP5951122B2 (ja) 暗号システム、暗号方法及び暗号プログラム
JP6119766B2 (ja) 中間サーバ、データベース問い合わせ処理方法およびプログラム
WO2014041066A1 (en) Method and system to perform secure boolean search over encrypted documents
WO2016072022A1 (ja) 暗号化グラフの検索方法、暗号化グラフの検索システム及び計算機
Kasten et al. Towards search on encrypted graph data
JP2017044779A (ja) 検索可能暗号処理システム
Agrawal et al. Multi-input attribute based encryption and predicate encryption
Poh et al. Searchable symmetric encryption over multiple servers
Kuzu et al. Distributed search over encrypted big data
Francati et al. Registered (inner-product) functional encryption
Falk et al. Durasift: A robust, decentralized, encrypted database supporting private searches with complex policy controls
Strizhov et al. Secure Multi-keyword Similarity Search Over Encrypted Cloud Data Supporting Efficient Multi-user Setup.
JP6672451B2 (ja) 暗号化検索インデックスマージサーバ、暗号化検索インデックスマージシステム、及び暗号化検索インデックスマージ方法
Bouscatié et al. Pattern matching in encrypted stream from inner product encryption
JP6642425B2 (ja) 条件生成装置、条件生成方法、条件生成プログラム、データベース検索システム、及び、データベース検索プログラム
Zhao et al. An efficient symmetric searchable encryption scheme for dynamic dataset in cloud computing paradigms
JP6493402B2 (ja) 追加装置、削除装置、追加依頼装置、データ検索システム、データ検索方法、および、コンピュータプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13862321

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14651154

Country of ref document: US

REEP Request for entry into the european phase

Ref document number: 2013862321

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2013862321

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2014552061

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE