WO2010147215A1 - 秘密情報分散システム,秘密情報分散方法及びプログラム - Google Patents
秘密情報分散システム,秘密情報分散方法及びプログラム Download PDFInfo
- Publication number
- WO2010147215A1 WO2010147215A1 PCT/JP2010/060377 JP2010060377W WO2010147215A1 WO 2010147215 A1 WO2010147215 A1 WO 2010147215A1 JP 2010060377 W JP2010060377 W JP 2010060377W WO 2010147215 A1 WO2010147215 A1 WO 2010147215A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- secret information
- random number
- distributed
- secret
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/64—Protecting data integrity, e.g. using checksums, certificates or signatures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0816—Key establishment, i.e. cryptographic processes or cryptographic protocols whereby a shared secret becomes available to two or more parties, for subsequent use
- H04L9/085—Secret sharing or secret splitting, e.g. threshold schemes
Definitions
- the present invention relates to a secret information distribution system, method, and program for distributing and storing secret information safely.
- Storing secret information such as a secret key used for encryption includes a threat of “lost and destroyed” and a threat of “theft”. It is effective to create a backup copy of secret information for the former, but there is a problem that the latter threat increases by creating a copy.
- a secret sharing method described in Non-Patent Documents 1 and 2.
- the secret sharing method generates a plurality of pieces of shared information in which secret information is distributed, stores them separately, and collects a predetermined number of pieces of shared information stored in the stored shared information.
- the secret information cannot be restored even if other shared information is collected.
- the number of pieces of distributed information is n, and each piece of distributed information distributed in n is identified by using identifiers 1 to n.
- a set of shared information from which secret information can be restored can be defined by a set of shared information ⁇ called an access structure.
- the access structure ⁇ is a set family having as an element a set of identifiers of the minimum number of shared information that can restore secret information.
- the set w of shared information can restore secret information. That is, it means that there exists a V satisfying the following formula 1 for the set W of shared information identifiers corresponding to the set w.
- a set W of shared information identifiers having a property satisfying Equation 1 is defined as an access set of ⁇ .
- the secret sharing method there is a method called (k, n) threshold method.
- the secret information is distributed by dividing the secret information into n pieces of shared information and using the k (n> k) pieces of shared information among the n pieces of shared information. It is a secret sharing method that can be restored.
- K in the (k, n) threshold method corresponds to V in the equation (1).
- the access structure ⁇ used in the (k, n) threshold method is defined by the set family shown in Equation 2. The access structure ⁇ is characterized by two points: “secret information cannot be restored at all with less than k pieces of shared information among n pieces of shared information” and “secret information is uniquely restored from k or more pieces of shared information” have.
- Examples of the shared information being falsified against the administrator's intention include a case in which the distributed information is falsified as a result of a failure of the device for storing the distributed information in the storage means, or an operation error by the administrator.
- the distributed information may be falsified.
- the secret sharing method is desired to have a method that can detect with high probability that there is a falsified value in the shared information used for restoration. Further, there are various means for selecting the shared information depending on the operation mode, and it is desired that the detection rate of the altered value is high regardless of the probability distribution based on which probability distribution is selected. As techniques for solving these problems, techniques described in Non-Patent Documents 3 to 7 are known.
- Non-Patent Document 3 no matter what probability distribution the secret information is selected, it is illegal to refer to n-1 pieces of shared information and to tamper with at most k-1 pieces of shared information. Describes a (k, n) threshold method that can detect (1) with a probability of (1- ⁇ ).
- the secret information is a set of the number of elements s
- the distributed information is a set of the number of elements shown in Formula 3. Note that n and k correspond to k and n in the (k, n) threshold method.
- Non-Patent Document 4 refers to k-1 pieces of shared information on condition that secret information is selected based on a uniform probability distribution, and falsifies at most k-1 pieces of shared information.
- a (k, n) threshold method is described that can detect fraud with a probability of (1- ⁇ ).
- the secret information is a set of the number of elements s
- the distributed information is a set of the number of elements shown in Formula 4. Note that k corresponds to k in the (k, n) threshold method.
- Non-Patent Document 5 describes fraud that refers to k-1 pieces of shared information and falsifies at most k-1 pieces of shared information, regardless of the probability distribution of secret information.
- a (n, n) threshold method secret sharing method that can be detected with a probability of (1- ⁇ ) is described.
- the secret information is a set of the number of elements s
- the shared information is a set of the number of elements shown in Formula 5.
- the (n, n) threshold method is a secret sharing method in which secret information is distributed into n pieces of shared information, and the secret information can be restored by using the n pieces of shared information.
- N in the (n, n) threshold method in the secret sharing method corresponds to k.
- Non-Patent Document 6 refers to any probability distribution based on which probability distribution is selected, and refers to n-1 pieces of distributed information, and at most k-1 pieces of distributed information are falsified.
- K, n threshold method is described that can be detected with a probability of (1- ⁇ ).
- the secret information is a set of the number of elements s, and when s is s ⁇ 1 / ⁇ , the distributed information is a set of the number of elements shown in Formula 6. Note that k corresponds to k in the (k, n) threshold method.
- Non-Patent Document 7 refers to any probability distribution based on what probability distribution is selected and refers to n-1 pieces of distributed information, and at most k-1 pieces of distributed information are falsified. Describes a (k, n) threshold method that can detect (1) with a probability of (1- ⁇ ).
- the secret information is a set of the number of elements s, and when s is s ⁇ 1 / ⁇ , the distributed information is a set of the number of elements shown in Formula 7. Note that k corresponds to k in the (k, n) threshold method.
- Patent Document 1 related to the secret sharing method as described above describes a configuration in which distributed information generated by the (k + t, n + t) threshold method is assigned to each of n administrator apparatuses.
- Patent Document 2 describes a configuration in which an optimal multiple allocation map for a general access structure is obtained by integer programming.
- Patent Document 3 describes a data protection method in which generated shared information is further encrypted and stored with a public key, and the shared information is restored with a secret key and then the secret information that is the original data is restored.
- Patent Document 4 describes a distributed information restoration system in which a distributed information management device stores shared information in a secret manner using the random number in response to a request from an information utilization device that stores random numbers.
- Non-patent documents 1 to 7 described above have the following problems.
- secret information is generated by distributing a k-1 order polynomial to n pieces of distributed information, and the distributed information is distributed and managed to two or more managers, and distributed from k-1 people.
- Secret information is restored by collecting information.
- the conspirator partially restores the k ⁇ 1 order polynomial based on the shared information owned by itself.
- Falsify the distributed information owned by the conspirator himself rewrite the original k ⁇ 1 order polynomial into the k ⁇ 1 order polynomial including the distributed information owned by the rightful person, and change the altered distributed information Hand it over to a legitimate person.
- the rightful person restores the secret information including the altered shared information in the shared information owned by the rightful person
- the k-1 degree polynomial for restoration is rewritten, which is different from the original secret information. Confidential information is restored.
- the non-patent documents 1 to 7 do not have a means for detecting whether or not the restored secret information has been tampered with, a restorer who does not intend fraud (a legitimate person) cannot obtain the original secret information. There is a problem that cannot be restored.
- Patent Documents 1 to 4 do not have any technical means for solving the problems occurring in Non-Patent Documents 1 to 7.
- An object of the present invention is to provide a secret information distribution system, a secret information distribution method, and a program for detecting whether or not the restored secret information is falsified when the owner who has distributed the secret information conspires to falsify the distributed information. Is to provide.
- a secret information distribution system manages secret information by distributing the information to two or more pieces of distributed information and accumulates the distributed information to restore the secret information.
- a system A shared information generating device, a storage device, and a shared information restoring device;
- the distributed information generation device includes: A secret information distribution unit that code-distributes the secret information into two or more pieces of distributed information according to the access structure; Random number information in which a random number sequence corresponding to the number to which the secret information is distributed is created by randomly selecting all the coefficients of the polynomial, and all the coefficients are code-distributed into two or more random number distribution information according to the access structure A dispersion unit;
- the secret information and the random number distribution information are input, a hash function having a hash value corresponding to the random number sequence is created, and the restored secret information is falsified by selecting a key that establishes the hash function.
- a check data generation unit that independently sets data for checking whether or not there is as a number of check data corresponding to the number of the secret information to be distributed;
- the shared information generation device outputs the shared information, the random number information, and the check data as a set of information
- the storage device includes a number corresponding to the number of the secret information to be distributed, and each storage device stores the distribution information, the random number information, and the check data as a set of information
- the distributed information restoration device comprises: A secret information restoring unit that reads shared information from the storage device and restores the secret information according to the access structure; A random number information restoring unit that reads random number information from the storage device and restores the random number sequence according to the access structure; And a fraud detector that determines that the restored secret information is not falsified when the check data is read from the storage device and the read check data satisfies the hash function.
- the present invention is constructed as a secret information distribution system as a device, but is not limited to this, and may be constructed as a method or a program as software.
- the secret information distribution method manages the secret information by distributing it to two or more pieces of distributed information, and accumulates the distributed information to restore the secret information.
- An information distribution method The secret information is code-distributed into two or more pieces of distributed information according to the access structure, and all the coefficients are generated by randomly selecting all the coefficients of the polynomial, thereby generating a random number sequence corresponding to the number to which the secret information is distributed.
- the secret information and the random number distribution information are input, a hash function whose hash value corresponds to the random number sequence is created, and a key for establishing the hash function is By selecting, the data for checking whether or not the restored secret information is falsified is set independently as the number of check data corresponding to the number of the secret information to be distributed, and the shared information and Outputting the random number information and the check data as a set of information; Read the shared information, restore the secret information according to the access structure, read the random number information, restore the random number sequence according to the access structure, read the check data, the read check data is the hash function When it satisfies, it is constructed as a configuration for determining that the restored secret information is not falsified.
- the distributed information generation program manages secret information by distributing it to two or more pieces of shared information, and accumulates the shared information to restore the secret information.
- a program for controlling generation of the distributed information On the computer, A function of code-sharing secret information into two or more pieces of shared information according to an access structure and randomly selecting all coefficients of a polynomial to create a random number sequence corresponding to the number of the secret information to be distributed, A hash function whose hash value corresponds to the random number sequence by using the secret information and the random number distribution information as input, and a hash function corresponding to the random number sequence.
- the data for checking whether or not the restored secret information is falsified is independently set as the number of check data corresponding to the number of the secret information to be distributed. It is constructed as a configuration for executing functions.
- the restoration program manages secret information by distributing the secret information into two or more pieces of shared information, and accumulates the shared information to restore the secret information.
- a program for controlling restoration On the computer,
- the shared information generating apparatus of the secret information sharing system outputs as a set of information, the distributed information obtained by code distribution of the secret information according to the access structure, and the number of the secret information to be distributed by randomly selecting all the coefficients of the polynomial.
- check data set independently as a number of check data corresponding to the number of the secret information to be distributed, and as a set of information as input
- a function of obtaining the shared information, restoring the secret information according to the access structure, a function of reading the random number information, restoring the random number sequence according to the access structure, and reading the check data, and the read check data Is configured to execute a function of determining that the restored secret information has not been tampered with when the hash function is satisfied.
- a random number sequence corresponding to the number to which the secret information is distributed is created, and all the coefficients are set to two or more according to the access structure.
- the code is distributed to the random number distribution information, and the secret information and the random number distribution information are input, and a hash function having a hash value corresponding to the random number sequence is created, and a key that establishes the hash function is selected and restored.
- the data for checking whether or not the secret information that has been tampered with is set independently as the number of check data corresponding to the number of the secret information to be distributed, and the random number information is When reading, restoring the random number sequence according to the access structure, reading the check data, and when the read check data satisfies the hash function To determine that the secret information the restoration has not been tampered, it is possible to detect whether the restored secret information has been tampered.
- the secret information sharing system includes the shared information generating device 100 shown in FIG. 1, the shared information restoring device shown in FIG. 2, and the storage device 300 shown in FIGS. .
- FIGS. Next, detailed configurations of the shared information generating device 100 shown in FIG. 1, the shared information restoring device 200 shown in FIG. 2, and the storage device 300 will be described.
- an example in which the secret information distribution method based on the (k, n) threshold method disclosed in Non-Patent Document 1 is applied will be described.
- the secret information distribution method is described in (k, n) of Non-Patent Document 1.
- Non-Patent Documents 2 to 7 It is not limited to the threshold method, but may be disclosed in Non-Patent Documents 2 to 7, and for example, a secret information distribution method based on the (n, n) threshold method may be applied. Any secret information distribution method in which information is code-distributed into two or more pieces of distributed information can be applied.
- the symbols “+”, “ ⁇ ”, “*”, and “ ⁇ ”, which are operators, are used as sum, difference, product, and power operators, respectively.
- “A raised to the power B” is expressed as “A ⁇ B”.
- the shared information generation apparatus 100 used in the secret information distribution system includes a secret information distribution unit 101, a random number information distribution unit 102, and a check data generation unit 103. Yes.
- the secret information dispersal unit 101 converts the input secret information s into two or more (n) pieces of disperse information vs [1], vs [2],... Vs [n] (vs [i] ⁇ VS according to the access structure. [I]).
- the access structure means a set family having, as elements, a set of minimum shared information that can restore secret information in the secret sharing method.
- a set W in which k such that k ⁇ and k ⁇ W exists is defined as an access set of the access structure ⁇ .
- the k corresponds to “k” when the secret information s can be restored by accumulating k pieces of shared information when the secret information s is distributed to n pieces of shared information. is there.
- the secret information data set S is assumed to indicate a set of secret information s to be stored.
- the distributed secret information data set VS [i] includes secret shared information vs [1], vs [2],... Vs [n] (vs [i] ⁇ which is data obtained by distributing and encoding the secret information s ⁇ S. VS [i]).
- VS [i] represents a set of i-th secret sharing information.
- data having any element of the distributed secret information data set VS [i] is represented by vs [1], vs [2],..., Vs [k]. However, k ⁇ i.
- the random number information distribution unit 102 randomly selects all the coefficients of the polynomial, thereby generating a random number sequence corresponding to the number to which the secret information is distributed, and sets all the coefficients to 2 or more (n Number of random number distribution information vr [1], vr [2],... Vr [n].
- the random number information data set R indicates a set of random number information r to be stored.
- the random number distribution information data set VR [i] is random number distribution information vr [1], vr [2],... Vr [n, which is data obtained by distributing and encoding random numbers (all coefficients of the polynomial) r ⁇ R. ] (Vr [i] ⁇ VR [i]).
- the random number distributed information data set VR [i] indicates a set of the i-th shared information vr [i]. Further, data having any element of the random number distribution information data set VR [i] is represented by vr [1], vr [2],..., Vr [k]. However, k ⁇ i.
- the random number information distribution unit 102 performs code distribution on two or more (n) random number distribution information vr [1], vr [2],... Vr [n] will be described.
- the random number information distribution unit 102 creates a polynomial expressed by, for example, Equation 8.
- R 0 , r 1 , r 2 ... R k ⁇ 1 which are all the coefficients (k) of the polynomial are selected at random, and n random number sequences (polynomials) shown in Equation 9 Is made.
- n random number sequences are produced, it is proved that arbitrary k values are independent.
- the random number information distribution unit 102 the by codes distributed in accordance with the coefficient r 0, r 1, r 2 ⁇ r k-1 access structure disclosed in Non-Patent Document 1 or the like, more ( n) random number distribution information vr [1], vr [2],... vr [n].
- the configuration in which the random number information distribution unit 102 performs code distribution does not have the feature of the present invention, and thus details thereof are omitted.
- a random number sequence corresponding to the number to which the secret information is distributed is created, and two or more (n) random number distribution information vr [1], vr [2],... Vr [n] is characterized by a configuration in which code is distributed.
- the check data generation unit 103 creates a hash function whose hash value corresponds to the random number sequence, and selects a key that establishes the hash function, thereby determining whether the restored secret information is falsified.
- the check data e [1], e [2],... E [n] (e [i] ⁇ E) are independently used as the check data corresponding to the number of the secret information to be distributed. It is to set.
- the check data set E refers to a set of check data generated corresponding to the secret information s ⁇ S and the random number r ⁇ R.
- a function that is The check data generation unit 103 is an expression in which a hash function h corresponding to a hash value f (r, i) is expressed by Formula 11;
- Equation 11 A corresponding number of check data e [1], e [2],... E [n] (e [i] ⁇ E) are set independently.
- Each check data e [i] ⁇ E is data satisfying the hash function h.
- the hash function h is a hash function composed of a linear function, and is described by a general formula, but can be expressed as in Expression 13.
- s is the inputted secret information
- f (i) on the right side is the inputted random number distribution information (random number sequence).
- E [n] (by selecting the element e i [0] on the left side at random. e [i] ⁇ E) can be set independently. Therefore, when expressed as a hash function h corresponding to the secret sharing information vs1, vs2,.
- the hash value of the hash function is large enough for security, and it is almost astronomically impossible for another person to decrypt the key i stored by one custodian. Further, since the hash function h is a so-called keyed hash function, the hash value cannot be decrypted unless the key i is decrypted.
- the hash value as described above has a size that is too large for security, the hash value can be kept safe even with a smaller size. The size of the can be reduced. This will be specifically described. The following are required as characteristics required for the hash value. That is, even when the hash value a for the secret information s is decrypted, it is required that the hash value a for the secret information s ′ different from the secret information s (for example, falsified) is not decrypted. If this content is expressed by an equation, it corresponds to a probability, and if expressed by an equation based on probability theory, it can be expressed by the equation shown in Equation 15.
- the denominator shown in Equation 16 is The candidate of the key which the said one custodian possesses when a plurality of custodians conspire and tries to tamper with the secret information s restored by the one custodian is shown.
- ⁇ takes a very small value. Therefore, when using the formula of establishment theory, the formula shown in Formula 14 can be expressed by the formula shown in Formula 17. Accordingly, the check data generation unit 103 has the number of check data e [1], e [2],... E [n] (e [i] ⁇ E) corresponding to the number of the secret information to be distributed. In this case, the check data may be set independently in consideration of the equations shown in Equations (15) and (17).
- the storage device 300 will be described. As shown in FIGS. 1 and 2, the storage devices 300 are provided in the number corresponding to the number (n) of secret information s distributed in secret sharing information. That is, n storage devices 300 [1] to 300 [n] are provided. As shown in FIG. 5, the storage device 300 is installed separately and exchanges information between the distributed information generating device 100 and the distributed information restoring device 200 via a communication network 600 such as an Internet network or a LAN. Are connected to do.
- the storage devices 300 [1] to 300 [n] divide the storage area into divided secret information storage units 301 [1] to 301 [n] and random number distributed information storage units 302 [1] to 302 [n]. , And a storage area serving as check data storage units 303 [1] to [n].
- the distributed secret information storage units 301 [1] to 301 [n] in the storage devices 300 [1] to 300 [n] are distributed secret information data sets output by the secret information distribution unit 101 of the distributed information generation device 100.
- the secret sharing information vs [1] to vs [n], which is the source of VS, is stored.
- the random number distribution information storage units 302 [1] to 302 [n] in the storage devices 300 [1] to 300 [n] are elements of the random number distribution information VR output from the random number distribution unit 102 of the distribution information generation device 100.
- the random number distribution information vr [1] to vr [n] is stored.
- the check data storage units 303 [1] to 303 [n] in the storage devices 300 [1] to 300 [n] are check data sets output by the check data generation unit 103 of the shared information generation device 100.
- the check data e [1] to e [n], which is the source of E, are stored.
- the storage devices 300 [1] to 300 [n] have access control units 304 [1] that control data read from the shared information device 200 based on signals from the read control unit 204 of the shared information restoration device 200. ] To 304 [n].
- the restoration apparatus 200 includes a secret information restoration unit 201, a random number information restoration unit 202, a fraud detection unit 203, and a read control unit 204, as shown in FIG.
- the secret information restoration unit 201 uses the storage devices 300 [1] to 300 [k] or 300 [n] shown in FIG. 1 and FIG. 2 to share information vs “1”, vs [2] to vs [k] It reads vs [n] and restores the secret information s according to the access structure.
- the configuration in which the secret information restoring unit 201 restores the secret information s can adopt the configurations disclosed in Non-Patent Documents 1 to 7. Since this configuration does not have the features of this embodiment, Details are omitted.
- the random number information restoration unit 202 reads random number information vr [1], vr [2] to vr [k] or vr [n] from the storage devices 300 [1] to 300 [k] or 300 [n], The random number sequence is restored according to the access structure.
- the random number sequence is an expression corresponding to Expression 10, and is expressed by an expression shown in Expression 18.
- the fraud detector 203 reads the check data e [1], e [2] to e [k] or e [n] from the storage devices 300 [1] to 300 [k] or 300 [n] When the read check data satisfies the hash function, it is determined that the restored secret information s has not been tampered with.
- the hash function is an expression corresponding to Expression 11, and is expressed by Expression 19.
- the distributed information generation apparatus 100 and the restoration apparatus 200 illustrated in FIGS. 1 and 2 are configured as hardware by a semiconductor integrated circuit such as an LSI (Large Scale Integration) or a DSP (Digital Signal Processor) configured by a logic circuit, for example. Not only can it be constructed, it can also be constructed on software by having the CPU execute the program. As an apparatus for executing a program for constructing the shared information generating apparatus 100 and the restoring apparatus 200 on software, one having a configuration as shown in FIG. 6 can be considered.
- LSI Large Scale Integration
- DSP Digital Signal Processor
- the apparatus monitors a processing device 10 having a built-in CPU 11, an input device 20 for inputting commands and information to the processing device 10, and a processing result of the processing device 10.
- a processing device 10 having a built-in CPU 11, an input device 20 for inputting commands and information to the processing device 10, and a processing result of the processing device 10.
- This is realized by a computer including the output device 30.
- the processing device 10 illustrated in FIG. 6 causes the CPU 11, the main storage unit 12 that temporarily stores information necessary for the processing of the CPU 11, and the CPU 11 to execute processing as the distributed information generating device 100 or the distributed information restoring device 200.
- the control interface unit 15 includes an I / O interface unit 16 that is an interface unit between the input device 20 and the output device 30, and these are connected via a bus 18.
- the data storage unit 14 does not need to be built in the processing apparatus 10 and may be provided independently of the processing apparatus 10.
- the data storage unit 14 may be used as a storage device 300 including the distributed secret information storage device 301, the random number distributed information storage device 302, and the distribution check data storage device 303.
- the processing device 10 realizes a function as the shared information generating device 100 or the shared information restoring device 200 according to the program recorded in the recording medium 13.
- the recording medium 13 may be a magnetic disk, a semiconductor memory, an optical disk, or other recording medium.
- FIG. 3 is a flowchart showing the operation of the shared information generating apparatus 100 in the secret information sharing system according to the present embodiment.
- FIG. 4 is a flowchart showing the operation of the shared information restoring apparatus 200 in the secret information sharing system according to the present embodiment.
- the shared information generating apparatus 100 receives the secret information s that is the source of the secret information data set S (step S401).
- the secret information distribution unit 101 of the shared information generating apparatus 100 performs distributed encoding according to the predetermined access structure ⁇ , and the distributed secret information storage device of the storage device 300 301 (step S402).
- the random number information distribution unit 102 of the shared information generating apparatus 100 generates a random number r, and the generated random number r is distributed and encoded according to the access structure ⁇ and stored in the random number distributed information storage apparatus 302 of the storage apparatus 300 ( Step S403).
- the shared information restoring device 200 sends a control signal indicating that the data of the distributed secret information storage device 301 is read to the access control device 304 of the storage device 300, and an arbitrary access set of the access structure ⁇ .
- Data read from the distributed secret information storage device 301 of the plurality of storage devices 300 corresponding to W is input.
- the secret information restoration unit 201 restores the secret information s that is the source of the secret information data set S based on the input data (step S501).
- the shared information restoring device 200 sends a control signal indicating that the data in the random number distributed information storage device 302 is read to the access control device 304 of the storage device 300, and a plurality of the storage devices 300 corresponding to the access set W are sent.
- the data read from the random number distributed information storage device 302 is input.
- the random number information distribution unit 202 restores the random number information r that is the source of the random number information set R based on the input data (step S502).
- step S501 and step S502 may be performed simultaneously, or may be performed in the order of step S502 ⁇ step S501.
- the distributed information restoration device 200 sends a control signal indicating that the data in the check data storage device 304 is read to the access control device 304 of the storage device 300, and checks Enter the data.
- the fraud detection unit 203 includes the secret information s that is the source of the secret information data set S restored in step S501, the random number r restored in step S502, and the plurality of storage devices 300 corresponding to the access set W.
- a number of random number sequences corresponding to the number to which the secret information is distributed is created, and all the coefficients are set to 2 according to the access structure.
- the code is distributed to the random number distribution information described above, the secret information and the random number distribution information are input, a hash function corresponding to the random number sequence is created, and a key for establishing the hash function is selected.
- Data for checking whether or not the restored secret information is falsified is independently set as a number of check data corresponding to the number of the secret information to be distributed, and the random number information is set at the time of restoration.
- the check data is read, and the read check data satisfies the hash function In order to determine that the secret information the restoration has not been tampered, it is possible to detect whether the restored secret information has been tampered.
- fraud detection can be performed regardless of the secret sharing method to be used by performing the fraud detection check on the secret information after being restored.
- the shared secret information and the random number shared information that have been tampered first according to the protocol are shared information. It is necessary to pass to the restoration device 200. At this time, an unauthorized storage device cannot refer to the value of the check data stored in a valid storage device that has not been tampered with.
- check data and the non-falsification check method according to the present embodiment are independent of the secret sharing method to be applied, this embodiment is also applicable to any secret sharing method. is doing.
- the secret sharing access structure is a (k, n) threshold type access structure
- the secret information distributing unit 101 and the random number information distributing unit 102 are (k, n) threshold values described in Non-Patent Document 1.
- the secret information restoration unit 201 and the random number information restoration unit 202 restore the secret information and the random number information using a restoration method corresponding to the (k, n) threshold method.
- the shared information generating apparatus 100 randomly generates a k ⁇ 1 order polynomial whose constant term on GF (p ⁇ N) is s by the secret information distributing unit 101.
- This k ⁇ 1 degree polynomial is denoted as fs (x).
- the secret information distribution unit 101 calculates fs (1), fs (2),..., Fs (n) for different 1, 2,..., N, and stores the calculation result in the storage device 300 [1]. Stored in the distributed secret information storage unit 301 [1] of the storage device 300 [n], the distributed secret information storage unit 301 [1] of the storage device 300 [n]. .
- the random number information distribution unit 102 generates a random number r that is an element of GF (p ⁇ (k-1)), and a k-1th order polynomial in which the constant term on GF (p ⁇ (k-1)) is r. Is generated randomly. This k ⁇ 1 order polynomial is denoted as fr (x).
- the random number information distribution unit 102 calculates fr (1), fr (2),..., Fr (n) for i [1], i [2],.
- Random number distribution information storage unit 302 [1] of storage device 300 [1] random number distribution information storage unit 302 [2], ... of storage device 300 [2], ..., random number distribution information of storage device 300 [n]. Each is stored in the storage unit 302 [n].
- the above-mentioned h and f are functions defined as in Equation 20 and Equation 21, respectively.
- the shared information restoring apparatus 200 first reads a control signal for reading the shared secret information from the read control unit 204 to the storage devices 300 [1], 300 [2], ..., 300 [k].
- the data is sent to each access control unit 304, and data is read from each distributed secret information storage unit 301 of the storage devices 300 [1], 300 [2],..., 300 [k].
- These data are denoted as vs [i [1]], vs [i [2]],..., Vs [i [k]].
- the secret information restoration unit 201 performs (i [1], vs [i [1]]), (i [2], vs [i [2]]), ..., (i [k], vs [i [k ]]) As inputs, and coordinates (i [1], vs [i [1]]), (i [2], vs [i [2]]), ..., (i [k], vs [ i [k]]) to generate gs (0) of the k ⁇ 1th order polynomial gs (x) over GF (p (N).
- s ′ gs (0) is calculated by a method of solving simultaneous equations or a method using Lagrange interpolation.
- the shared information restoring device 200 reads a control signal for reading random number shared information from the read control unit 204 to each access control unit 304 of the storage devices 300 [1], 300 [2],..., 300 [k].
- the data is read from each random number distribution information storage unit 302 of 300 [1], 300 [2],..., 300 [k]. These data are denoted as vr [i [1]], vr [i [2]],... Vr [i [k]].
- the shared information restoring device 200 reads a control signal for reading the check data from the read control unit 204 to each access control unit 304 of the storage devices 300 [1], 300 [2],..., 300 [k].
- the data is read out from each check data storage unit 303 of the storage devices 300 [1], 300 [2],..., 300 [k].
- e [i [1]] e [i [2]]
- e [i [k] e [i [j] 0]
- the size of the secret information is p ⁇ N
- the size of the shared information is p ⁇ (N + k + 1)
- the fraud detection rate is (1-N / p).
- the size of the shared information is approximately s * ((log s) / ⁇ ) ⁇ (k + 1). From this, it can be seen that in consideration of Equation 15, the present embodiment has a very high fraud detection rate and a very small probability of successful fraud.
- the secret sharing access structure is an (n, n) threshold type access structure
- the secret information distributing unit 101 and the random number information distributing unit 102 are (n, n) thresholds described in Non-Patent Document 2. It is assumed that the secret information restoration unit 201 and the random number information restoration unit 202 restore the secret information and the random number information by using a restoration method corresponding to the (n, n) threshold method.
- the data is stored in the data storage units 303 [1] to [n], respectively.
- h and f are functions defined as in Expression 24 and Expression 25, respectively.
- the shared information restoration device 200 first reads a control signal for reading the shared secret information from the read control unit 204 to the storage devices 300 [1], 300 [2],..., 300 [n].
- the data is sent to each access control unit 304, and data is read from each distributed secret information storage unit 301 of the storage devices 300 [1], 300 [2], ..., 300 [n].
- These data are referred to as vs [1], vs [2], ..., vs [n].
- the secret information restoration unit 201 receives vs [1], vs [2],..., Vs [n] and calculates s ′ by the calculation shown in Equation 26.
- the shared information restoring device 200 reads a control signal for reading the random number shared information from the read control unit 204 to each access control unit 304 of the storage devices 300 [1], 300 [2], ..., 300 [n].
- the data is read from each random number distribution information storage unit 302 of the storage devices 300 [1], 300 [2],..., 300 [n]. These data are denoted as vr [1], vr [2],..., Vr [n].
- the random number information restoration unit 202 receives vr [1], vr [2],..., Vr [n], and calculates the coordinate r ′ by the calculation shown in Equation 27.
- the shared information restoring device 200 reads a control signal for reading the check data from the read control unit 204 to each access control unit 304 of the storage devices 300 [1], 300 [2],..., 300 [n].
- the data is read out from each check data storage unit 303 of the storage devices 300 [1], 300 [2],..., 300 [n].
- These data are denoted as e [1], e [2], ..., e [n].
- each e [i] (e [i0], e [i1]).
- the size of the secret information is p ⁇ N
- the size of the shared information is p ⁇ (N + n + 1)
- the fraud detection rate is (1-N / p).
- the size of the shared information can be represented by approximately s * ((log s) / ⁇ ) ⁇ (k + 1). From this, it can be seen that in consideration of Equation 15, the present embodiment has a very high fraud detection rate and a very small probability of successful fraud.
- the present invention when secret information is distributed and stored in two or more secret sharing information, it can be detected with a very high probability whether the restored secret information has been tampered with. It is possible to provide an optimal system for distributing and managing the system.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Storage Device Security (AREA)
Abstract
Description
なお、ここで言う「改竄」とは、分散情報が配布された管理者が意図的に分散情報を改竄するばかりでなく、前記分散情報の管理者の意図に反して分散情報が改竄される場合も含むものとする。前記管理者の意図に反して分散情報が改竄される例としては、記憶手段に分散情報を記憶させるための装置が故障した結果、分散情報が改竄される場合や、管理者の操作ミスなどにより、分散情報が改竄される場合などが考えられる。
また、運用形態によって分散情報が選択される手段は様々であり、分散情報がどのような確率分布に基づいて選択されても、改竄された値の検知率が高いことが望まれる。
これらの問題を解決する技術として、非特許文献3~7に記載された技術が知られている。
前記正当者が、自ら所有する分散情報に前記改竄された分散情報を含めて秘密情報を復元すると、復元するためのk-1次多項式が書き換えられているため、当初の秘密情報とは異なった秘密情報が復元されてしまう。
しかしながら、前記非特許文献1~7には、復元された秘密情報が改竄されているか否かを検知する手段が講じられていないため、不正を意図しない復元者(正当者)が当初の秘密情報を復元できないという課題が生じている。
分散情報生成装置と、記憶装置と、分散情報復元装置とを有し、
前記分散情報生成装置は、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散する秘密情報分散部と、
多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数分散情報に符号分散する乱数情報分散部と、
前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータ用生成部とを有し、
前記分散情報生成装置は、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として出力するものであり、
前記記憶装置は、前記秘密情報を分散する数に相当する台数分が備えられ、各記憶装置は、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として記憶するものであり、
前記分散情報復元装置は、
前記記憶装置から分散情報を読み出し、前記アクセス構造に従って前記秘密情報を復元する秘密情報復元部と、
前記記憶装置から乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元する乱数情報復元部と、
前記の記憶装置からチェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する不正検知部とを有することを特徴とする。
秘密情報をアクセス構造に従って2以上の分散情報に符号分散し、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数情報に符号分散し、前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定し、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として出力し、
前記分散情報を読み出し、前記アクセス構造に従って前記秘密情報を復元し、前記乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元し、前記チェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する構成として構築する。
コンピュータに、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散する機能と、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数分散情報に符号分散する機能と、前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定する機能とを実行させる構成として構築する。
コンピュータに、
秘密情報分散システムの分散情報生成装置が一組の情報として出力する、秘密情報をアクセス構造に従って符号分散した分散情報と、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って符号分散した乱数分散情報と、前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータとを、一組の情報として入力として、
前記分散情報を得て、前記アクセス構造に従って前記秘密情報を復元する機能と、前記乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元する機能と、前記チェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する機能とを実行させる構成として構築する。
次に、図1に示す分散情報生成装置100と、図2に示す分散情報復元装置200と、記憶装置300との詳細な構成について説明する。
なお、以下では、非特許文献1に開示された(k,n)閾値法による秘密情報分散法を適用した例を用いて説明するが、秘密情報分散法は非特許文献1の(k,n)閾値法に限られるものではなく、非特許文献2~7に開示されたものでもよく、さらには例えば(n,n)閾値法による秘密情報分散法を適用してもよく、要は、秘密情報を2以上の分散情報に符号分散する秘密情報分散法であれば、任意のものを適用できるものである。なお、演算子を示す記号である「+」、「-」、「*」、「^」の記号をそれぞれ、和、差、積、冪乗演算子として用いる。特に数式以外の行では「AのB乗」を「A^B」と表記する。
前記アクセス構造とは、秘密分散法において秘密情報を復元可能な最小の分散情報の集合を要素としてもつ集合族を意味する。また、前記アクセス構造をΓとした場合、k∈Γかつk⊆Wとなるようなkが存在するような集合Wをアクセス構造Γのアクセス集合として定義する。なお、前記kとは、秘密情報sをn個の分散情報に分散した場合、k個の分散情報を集積することにより、前記秘密情報sを復元可能な場合における「k」に相当するものである。
また、秘密情報データ集合Sは、保管対象となる秘密情報sの集合を指すものとする。分散秘密情報データ集合VS[i]は、秘密情報s∈Sを分散符号化したデータである秘密分散情報vs[1],vs[2],・・・vs[n](vs[i]∈VS[i])の集合を指す。VS[i]は第i番目の秘密分散情報の集合を表す。また、分散秘密情報データ集合VS[i]のいずれかの要素を持つデータをvs[1],vs[2],…,vs[k]で表す。ただし、k≦iである。
乱数情報データ集合Rは、保管対象となる乱数情報rの集合を指すものとする。乱数分散情報データ集合VR[i]は、乱数(前記多項式の全ての係数)r∈Rを分散符号化したデータである乱数分散情報vr[1],vr[2],・・・vr[n](vr[i]∈VR[i])の集合を指すものとする。乱数分散情報データ集合VR[i]は第i番目の分散情報vr[i]の集合を指すものである。また、乱数分散情報データ集合VR[i]のいずれかの要素を持つデータをvr[1],vr[2],…,vr[k]で表す。ただしk≦iである。
前記乱数情報分散部102は、例えば数8に示す多項式を作製する。
ここで、n個の乱数列を作製した場合、任意のk個の値が独立であることが証明されている。
次に、前記乱数情報分散部102は、前記係数r0,r1,r2・・・rk-1を非特許文献1等に開示されたアクセス構造に従って符号分散することにより、2以上(n個)の乱数分散情報vr[1],vr[2],・・・vr[n]に符号分散する。なお、前記乱数情報分散部102が符号分散する構成に本発明の特徴がないため、その詳細については省略する。本発明は、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、2以上(n個)の乱数分散情報vr[1],vr[2],・・・vr[n]に符号分散する構成に特徴を有するものである。
ここで、チェック用データ集合Eとは、秘密情報s∈Sと乱数r∈Rに対応して生成したチェック用データの集合を指すものとする。
前記前記乱数情報分散部102が作製した前記乱数列が数10で示す式、
は前記多項式の係数を意味し、i=1~n(nは前記秘密情報を分散する数に相当する個数)
である関数の場合、
前記チェック用データ用生成部103は、ハッシュ値が前記f(r,i)に相当するハッシュ関数hが数11で示す式、
なお、数11に示す式は数12に示す式として表すことができる。
上記式において、右辺f(i)は固定であるから、左辺の要素ei[0]をランダムに選ぶことにより、チェックデータe[1],e[2],・・・e[n](e[i]∈E)を独立に設定することが可能となる。
したがって、秘密情報を2以上に分散した秘密分散情報vs1,vs2,・・・vsnに対応したハッシュ関数hとして表すと、数14で示す式のようになる。
前記ハッシュ値に求められる特性としては、次のことが要求される。すなわち、秘密情報sに対するハッシュ値aが解読された場合でも、秘密情報sと異なる(例えば改竄された)秘密情報s´に対するハッシュ値aが解読されないことが要求される。この内容を式で表すと、確率に相当するものであり、確率理論に基づく式で表すと、数15に示す式で表すことができる。
したがって、確立理論の式を用いると、数14に示す式は、数17に示す式で表すことができる。
前記記憶装置300[1]~300[n]内の乱数分散情報記憶部302[1]~302[n]は、前記分散情報生成装置100の乱数分散部102が出力する乱数分散情報VRの元である乱数分散情報vr[1]~vr[n]を記憶している。
前記記憶装置300[1]~300[n]内のチェック用データ記憶部303[1]~303[n]は、前記分散情報生成装置100のチェック用データ生成部103が出力するチェック用データ集合Eの元であるチェック用データe[1]~e[n]を記憶している。
前記乱数列は数10に対応した式であり、数18で示す式で表される。
前記ハッシュ関数は数11に対応した式であり、数19で示す式で表される。
なお、データ蓄積部14は、処理装置10に内蔵する必要がなく、処理装置10から独立して備えていてもよい。また、データ蓄積部14は、分散秘密情報記憶装置301及び乱数分散情報記憶装置302及び分散チェック用データ記憶装置303を備える記憶装置300として用いてもよい。
処理装置10は、記録媒体13に記録されたプログラムにしたがって分散情報生成装置100または分散情報復元装置200としての機能を実現する。記録媒体13は、磁気ディスク,半導体メモリ,光ディスクあるいはその他の記録媒体であってもよい。
図3は、本実施形態に係る秘密情報分散システムにおける分散情報生成装置100の動作を示すフローチャートである。図4は本実施形態に係る秘密情報分散システムにおける分散情報復元装置200の動作を示すフローチャートである。
ク用データ記憶装置303に格納する(ステップS404)。
不正検知部203は、ステップS501で復元された秘密情報データ集合Sの元である秘密情報sと、ステップS502で復元された乱数rと、前記アクセス集合Wに対応する複数の前記記憶装置300のチェック用データ記憶装置303から読み出したデータe[i]に対して、ハッシュ関数h(e[i],s)=f(r,i)を計算する(ステップS503)。
不正検知部203は、ステップS503で計算されたハッシュ関数h(e[i],s)に対して、ハッシュ関数h(e[i],s)=f(r,i)が成立する場合(ステップS504;YES)、復元した秘密情報sを出力して処理を終了する(ステップS506)。
不正検知部203は、ハッシュ関数h(e[i],s)=f(r,i)が成立しない場合(ステップS504;NO)、不正検出を表す記号を出力して処理を終了する(ステップS505)。
なお、この場合、数14に示すハッシュ値に代えて、数15に示す確立理論に基づく式を用いることを前提としている。また、非特許文献1に開示された(k,n)閾値法による秘密情報分散法を適用している。
このことからして、数15を考慮すると、本実施形態では極めて不正の検知率が高く、不正を行って成功する確率が極めて小さいことが分かる。
なお、この場合、数14に示すハッシュ値に代えて、数15に示す確立理論に基づく式を用いることを前提としている。また、非特許文献2に開示された(n,n)閾値法による秘密情報分散法を適用している。
このことからして、数15を考慮すると、本実施形態では極めて不正の検知率が高く、不正を行って成功する確率が極めて小さいことが分かる。
101 秘密情報分散部
102 乱数情報分散部
103 チェック用データ生成部
200 分散情報復元装置
201 秘密情報復元部
202 乱数情報復元部
203 不正検出部
204 読み出し制御部
300 記憶装置
301 分散秘密情報記憶部
302 乱数分散情報記憶部
303 チェック用データ記憶部
304 アクセス制御部
Claims (10)
- 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散システムであって、
分散情報生成装置と、記憶装置と、分散情報復元装置とを有し、
前記分散情報生成装置は、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散する秘密情報分散部と、
多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数分散情報に符号分散する乱数情報分散部と、
前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータ用生成部とを有し、
前記分散情報生成装置は、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として出力するものであり、
前記記憶装置は、前記秘密情報を分散する数に相当する台数分が備えられ、各記憶装置は、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として記憶するものであり、
前記分散情報復元装置は、
前記記憶装置から分散情報を読み出し、前記アクセス構造に従って前記秘密情報を復元する秘密情報復元部と、
前記記憶装置から乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元する乱数情報復元部と、
前記記憶装置からチェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する不正検知部とを有することを特徴とする秘密情報分散システム。 - 前記アクセス構造が(k,n)閾値法のアクセス構造である請求項1に記載の秘密情報分散システム。
- 前記アクセス構造が(n,n)閾値法のアクセス構造である請求項1に記載の秘密情報分散システム。
- 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散システムに用いる分散情報生成装置であって、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散する秘密情報分散部と、
多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数分散情報に符号分散する乱数情報分散部と、
前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータ用生成部とを有し、
前記分散情報生成装置は、前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として出力するものであることを特徴とする分散情報生成装置。 - 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散システムに用いる分散情報復元装置であって、
秘密情報分散システムの分散情報生成装置が一組の情報として出力する、秘密情報をアクセス構造に従って符号分散した分散情報と、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って符号分散した乱数情報と、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータとを、一組の情報として入力するものであり、
前記分散情報を得て、前記アクセス構造に従って前記秘密情報を復元する秘密情報復元部と、
前記乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元する乱数情報復元部と、
前記チェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する不正検知部とを有することを特徴とする分散情報復元装置。 - 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散方法であって、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散し、
多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数情報に符号分散し、
前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定し、
前記分散情報と前記乱数情報と前記チェックデータとを一組の情報として出力し、
前記分散情報を読み出し、前記アクセス構造に従って前記秘密情報を復元し、
前記乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元し、
前記チェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定することを特徴とする秘密情報分散方法。 - 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散システムにおいて、前記分散情報の生成を制御するプログラムであって、
コンピュータに、
秘密情報をアクセス構造に従って2以上の分散情報に符号分散する機能と、
多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って2以上の乱数分散情報に符号分散する機能と、
前記秘密情報と前記乱数分散情報とを入力として、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、復元した秘密情報が改竄されたものであるか否かをチェックするためのデータを、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定する機能とを実行させることを特徴とする分散情報生成プログラム。 - 秘密情報を2以上の分散情報に分散して管理し、前記分散情報を集積することにより、前記秘密情報を復元する秘密情報分散システムにおいて、前記秘密情報の復元を制御するプログラムであって、
コンピュータに、
秘密情報分散システムの分散情報生成装置が一組の情報として出力する、秘密情報をアクセス構造に従って符号分散した分散情報と、多項式の全ての係数をランダムに選ぶことにより、前記秘密情報を分散する数に相当する個数の乱数列を作製し、前記全ての係数をアクセス構造に従って符号分散した乱数情報と、ハッシュ値が前記乱数列に相当するハッシュ関数を作製し、前記ハッシュ関数を成立させる鍵を選ぶことにより、前記秘密情報を分散する数に相当する個数のチェックデータとして独立に設定するチェックデータとを、一組の情報として入力として、
前記分散情報を得て、前記アクセス構造に従って前記秘密情報を復元する機能と、
前記乱数情報を読み出し、前記アクセス構造に従って前記乱数列を復元する機能と、
前記チェックデータを読み出し、その読み出したチェックデータが前記ハッシュ関数を満たす場合に、前記復元した秘密情報が改竄されていないことを判定する機能とを実行させる特徴とする復元プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011519860A JP5582143B2 (ja) | 2009-06-19 | 2010-06-18 | 秘密情報分散システム,秘密情報分散方法及びプログラム |
US13/379,270 US9021257B2 (en) | 2009-06-19 | 2010-06-18 | Secret information distribution system, secret information distribution method and program |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009146653 | 2009-06-19 | ||
JP2009-146653 | 2009-06-19 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2010147215A1 true WO2010147215A1 (ja) | 2010-12-23 |
Family
ID=43356530
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2010/060377 WO2010147215A1 (ja) | 2009-06-19 | 2010-06-18 | 秘密情報分散システム,秘密情報分散方法及びプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US9021257B2 (ja) |
JP (1) | JP5582143B2 (ja) |
WO (1) | WO2010147215A1 (ja) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015210795A (ja) * | 2014-04-30 | 2015-11-24 | Kddi株式会社 | 安全性を検証するクライアント端末、サーバ、システム、方法及びプログラム |
JP2016025563A (ja) * | 2014-07-23 | 2016-02-08 | Kddi株式会社 | 複数サーバを対象としたオンラインファイルの安全性を検証するクライアント端末、サーバ、システム、方法及びプログラム |
JP5860556B1 (ja) * | 2015-02-06 | 2016-02-16 | 日本電信電話株式会社 | 不整合検知方法、不整合検知システム、不整合検知装置、およびプログラム |
WO2019168104A1 (ja) * | 2018-02-28 | 2019-09-06 | リアル・テクノロジー株式会社 | 正当性管理システム、正当性管理方法及びプログラム |
JP2020526050A (ja) * | 2017-08-28 | 2020-08-27 | アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited | 鍵データの処理方法および装置、ならびにサーバ |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012124270A1 (ja) * | 2011-03-15 | 2012-09-20 | パナソニック株式会社 | 改ざん監視システム、管理装置、保護制御モジュール及び検知モジュール |
JP6312344B2 (ja) * | 2014-02-18 | 2018-04-18 | 日本電信電話株式会社 | セキュリティ装置、その方法、およびプログラム |
CN105653983B (zh) * | 2015-12-30 | 2018-11-09 | 中国农业大学 | 基于云存储的信息分配、还原、完整性验证方法及装置 |
CN105678194B (zh) * | 2016-02-05 | 2018-08-28 | 中国农业大学 | 数据完整性检验系统及方法 |
CN112926074B (zh) * | 2021-03-26 | 2022-08-23 | 成都卫士通信息产业股份有限公司 | 一种sm9密钥门限化生成方法、装置、设备及存储介质 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2008001628A1 (fr) * | 2006-06-30 | 2008-01-03 | Nec Corporation | Générateur et dispositif de restauration d'information distribuée |
WO2008050544A1 (fr) * | 2006-10-24 | 2008-05-02 | Nec Corporation | Dispositif de génération d'informations distribuées et dispositif de décodage |
WO2008093690A1 (ja) * | 2007-02-02 | 2008-08-07 | Nec Corporation | 分散情報生成装置、復元装置、復元結果検証装置、秘密情報分散システム、方法およびプログラム |
WO2009025220A1 (ja) * | 2007-08-22 | 2009-02-26 | Nec Corporation | 秘密情報分散システム、方法及びプログラム並びに伝送システム |
WO2009075353A1 (ja) * | 2007-12-12 | 2009-06-18 | Nec Corporation | 分散情報生成装置、復元装置、検証装置及び秘密情報分散システム |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
ATE393993T1 (de) * | 1998-05-22 | 2008-05-15 | Certco Inc | Robuste und effiziente verteilte erzeugung eines rsa-schlüssels |
US6910130B2 (en) * | 2000-11-29 | 2005-06-21 | Hideki Imai | System for and method of unconditionally secure digital signature |
JP2002217891A (ja) | 2001-01-22 | 2002-08-02 | Toshiba Corp | 秘密分散管理プログラム及びシステム |
CN1207867C (zh) * | 2001-09-28 | 2005-06-22 | 中国科学院研究生院 | 一种安全的数字签名系统及其数字签名方法 |
JP2004336577A (ja) | 2003-05-09 | 2004-11-25 | C4 Technology Inc | 秘密分散法の最適割り当て決定方法及びその方法を実行するコンピュータプログラム |
JP2007135170A (ja) * | 2005-10-12 | 2007-05-31 | Hitachi Ltd | 電子データ送受信方法 |
JP4798796B2 (ja) | 2006-09-11 | 2011-10-19 | Kddi株式会社 | データの秘匿性及び復元性を提供するデータ保護方法、クライアント装置及びプログラム |
US8526621B2 (en) * | 2006-12-01 | 2013-09-03 | President And Fellows Of Harvard College | Method and apparatus for time-lapse cryptography |
JP2008250931A (ja) | 2007-03-30 | 2008-10-16 | Toshiba Corp | 分散情報復元システム、情報利用装置、および、検証装置 |
-
2010
- 2010-06-18 US US13/379,270 patent/US9021257B2/en active Active
- 2010-06-18 WO PCT/JP2010/060377 patent/WO2010147215A1/ja active Application Filing
- 2010-06-18 JP JP2011519860A patent/JP5582143B2/ja active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2008001628A1 (fr) * | 2006-06-30 | 2008-01-03 | Nec Corporation | Générateur et dispositif de restauration d'information distribuée |
WO2008050544A1 (fr) * | 2006-10-24 | 2008-05-02 | Nec Corporation | Dispositif de génération d'informations distribuées et dispositif de décodage |
WO2008093690A1 (ja) * | 2007-02-02 | 2008-08-07 | Nec Corporation | 分散情報生成装置、復元装置、復元結果検証装置、秘密情報分散システム、方法およびプログラム |
WO2009025220A1 (ja) * | 2007-08-22 | 2009-02-26 | Nec Corporation | 秘密情報分散システム、方法及びプログラム並びに伝送システム |
WO2009075353A1 (ja) * | 2007-12-12 | 2009-06-18 | Nec Corporation | 分散情報生成装置、復元装置、検証装置及び秘密情報分散システム |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015210795A (ja) * | 2014-04-30 | 2015-11-24 | Kddi株式会社 | 安全性を検証するクライアント端末、サーバ、システム、方法及びプログラム |
JP2016025563A (ja) * | 2014-07-23 | 2016-02-08 | Kddi株式会社 | 複数サーバを対象としたオンラインファイルの安全性を検証するクライアント端末、サーバ、システム、方法及びプログラム |
JP5860556B1 (ja) * | 2015-02-06 | 2016-02-16 | 日本電信電話株式会社 | 不整合検知方法、不整合検知システム、不整合検知装置、およびプログラム |
JP2020526050A (ja) * | 2017-08-28 | 2020-08-27 | アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited | 鍵データの処理方法および装置、ならびにサーバ |
US11095437B2 (en) | 2017-08-28 | 2021-08-17 | Advanced New Technologies Co., Ltd. | Key data processing method and apparatus, and server |
US11356250B2 (en) | 2017-08-28 | 2022-06-07 | Advanced New Technologies Co., Ltd. | Key data processing |
JP7118088B2 (ja) | 2017-08-28 | 2022-08-15 | アドバンスド ニュー テクノロジーズ カンパニー リミテッド | 鍵データの処理方法および装置、ならびにサーバ |
WO2019168104A1 (ja) * | 2018-02-28 | 2019-09-06 | リアル・テクノロジー株式会社 | 正当性管理システム、正当性管理方法及びプログラム |
JP2019153842A (ja) * | 2018-02-28 | 2019-09-12 | リアル・テクノロジー株式会社 | 正当性管理システム、正当性管理方法及びプログラム |
JP7074319B2 (ja) | 2018-02-28 | 2022-05-24 | リアル・テクノロジー株式会社 | 正当性管理システム、正当性管理方法及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
JPWO2010147215A1 (ja) | 2012-12-06 |
US20120102321A1 (en) | 2012-04-26 |
US9021257B2 (en) | 2015-04-28 |
JP5582143B2 (ja) | 2014-09-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5582143B2 (ja) | 秘密情報分散システム,秘密情報分散方法及びプログラム | |
JP5338668B2 (ja) | 秘密情報分散システム、方法及びプログラム並びに伝送システム | |
JP6753403B2 (ja) | 情報処理装置、認証システム、認証方法、並びにコンピュータ・プログラム | |
JP2016131335A (ja) | 情報処理方法、情報処理プログラムおよび情報処理装置 | |
JP5299286B2 (ja) | 分散情報生成装置、復元装置、検証装置及び秘密情報分散システム | |
TW200426582A (en) | A system and method to proactively detect software tampering | |
CN110336673B (zh) | 一种基于隐私保护的区块链设计方法 | |
JP5609892B2 (ja) | 検証装置、秘密情報復元装置、検証方法、プログラム、及び秘密分散システム | |
KR20190143196A (ko) | 양자 난수열 기반의 암호 장치 | |
Kumar et al. | A survey on current key issues and status in cryptography | |
JP5251520B2 (ja) | 分散情報生成装置、復元装置、復元結果検証装置、秘密情報分散システム、方法およびプログラム | |
JP5136412B2 (ja) | 分散情報生成装置及び復元装置 | |
CN113079177B (zh) | 一种基于时间及解密次数限制的遥感数据共享方法 | |
JP2013009245A (ja) | 秘密情報分散システム及び秘密情報分散方法並びに秘密情報生成プログラム及び秘密情報復元プログラム | |
JP5381981B2 (ja) | 分散情報生成装置 | |
CN112673591B (zh) | 用于向经授权的第三方提供对秘密的公开分类账安全密钥托管访问的系统和方法 | |
Lou et al. | Digital signature-based image authentication | |
JP5142361B2 (ja) | 正当性検証装置 | |
JP2007158984A (ja) | 電子文書の真正性保証方法および電子文書の公開システム | |
WO2024157662A1 (ja) | メッセージ提示システム及びメッセージ提示方法 | |
JP7466791B2 (ja) | 暗号化装置、復号装置、復号可能検証装置、暗号システム、暗号化方法、及び暗号化プログラム | |
WO2023095249A1 (ja) | 認証暗号化装置、認証復号装置、認証暗号システム、方法及びコンピュータ可読媒体 | |
Priya | A novel approach for secured transmission of DICOM images | |
US20230171092A1 (en) | System and Method for Secure Detection of Similarity and Dissimilarity of Events | |
JP4144645B2 (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: 10789588 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2011519860 Country of ref document: JP |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWE | Wipo information: entry into national phase |
Ref document number: 13379270 Country of ref document: US |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 10789588 Country of ref document: EP Kind code of ref document: A1 |