JPWO2018008547A1 - 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム - Google Patents
秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム Download PDFInfo
- Publication number
- JPWO2018008547A1 JPWO2018008547A1 JP2018526339A JP2018526339A JPWO2018008547A1 JP WO2018008547 A1 JPWO2018008547 A1 JP WO2018008547A1 JP 2018526339 A JP2018526339 A JP 2018526339A JP 2018526339 A JP2018526339 A JP 2018526339A JP WO2018008547 A1 JPWO2018008547 A1 JP WO2018008547A1
- Authority
- JP
- Japan
- Prior art keywords
- array
- secret
- text
- concealed
- less
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
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/70—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
- G06F21/71—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information
- G06F21/72—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information in cryptographic circuits
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09C—CIPHERING OR DECIPHERING APPARATUS FOR CRYPTOGRAPHIC OR OTHER PURPOSES INVOLVING THE NEED FOR SECRECY
- G09C1/00—Apparatus or methods whereby a given sequence of signs, e.g. an intelligible text, is transformed into an unintelligible sequence of signs by transposing the signs or groups of signs or by replacing them by others according to a predetermined system
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/46—Secure multiparty computation, e.g. millionaire problem
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
- Mathematical Physics (AREA)
- Storage Device Security (AREA)
- Image Processing (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
ある値aを暗号化や秘密分散などにより秘匿化した値をaの秘匿文と呼び、<a>と表記する。また、aを<a>の平文と呼ぶ。秘匿化が秘密分散である場合は、<a>により各パーティが持つ秘密分散の断片の集合を参照する。
大きさnの秘匿文の配列<a>=(<a[0]>, <a[1]>, …, <a[n-1]>)とシフト量dの秘匿文<d>とを入力とし、<a>を左にdだけシフトした秘匿文の配<a'>=(<a[d]>, <a[d+1]>, …, <a[n-1]>, <a[0]>, <a[1]>, …, <a[d-1]>)を計算する処理を秘匿シフトと呼び、次式で記述する。
〔参考文献1〕濱田浩気、桐淵直人、五十嵐大、“ラウンド効率のよい秘密計算パターンマッチング”、コンピュータセキュリティシンポジウム2014論文集、第2014巻、pp. 674-681、2014年10月
この発明の第一実施形態は、秘密計算や暗号化などにより秘匿化された大きさnの配列(<a[0]>, <a[1]>, …, <a[n-1]>)、位置を表す自然数xの秘匿文<x>、およびxからの相対的な位置を表すm個の平文i0, i1, …, im-1を入力とし、xやa[0], a[1], …, a[n-1]の値を明らかにすることなく、m個の秘匿文(<a[x+i0 mod n]>, <a[x+i1 mod n]>, …, <a[x+im-1mod n]>)を得る方法である。
この発明の第二実施形態は、第一実施形態においてij=jとした構成、すなわち位置xから続くm個の要素を読み込む構成である。第二実施形態は、秘密計算や暗号化により秘匿化された大きさnの配列(<a[0]>, <a[1]>, …, <a[n-1]>)、位置を表す秘匿文<x>、および出力の大きさを表す平文mを入力とし、xやa[0], a[1], …, a[n-1]の値を明らかにすることなく、m個の秘匿文(<a[x mod n]>, <a[x+1 mod n]>, …, <a[x+m-1 mod n]>)を得る方法である。
上記実施形態で説明した各装置における各種の処理機能をコンピュータによって実現する場合、各装置が有すべき機能の処理内容はプログラムによって記述される。そして、このプログラムをコンピュータで実行することにより、上記各装置における各種の処理機能がコンピュータ上で実現される。
Claims (7)
- 3台以上の秘密計算装置を含む秘密計算システムであって、
上記秘密計算装置は、
大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、およびm個の0以上n未満の整数i0, …, im-1を入力する入力部と、
上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求める秘匿シフト部と、
上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[i0]>, …, <a'[im-1]>)を生成する配列生成部と、
を含むものである秘密計算システム。 - 3台以上の秘密計算装置を含む秘密計算システムであって、
上記秘密計算装置は、
大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、および自然数mを入力する入力部と、
上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求める秘匿シフト部と、
上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[0]>, …, <a'[m-1]>)を生成する配列生成部と、
を含むものである秘密計算システム。 - 大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、およびm個の0以上n未満の整数i0, …, im-1を入力する入力部と、
上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求める秘匿シフト部と、
上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[i0]>, …, <a'[im-1]>)を生成する配列生成部と、
秘密計算装置。 - 大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、および自然数mを入力する入力部と、
上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求める秘匿シフト部と、
上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[0]>, …, <a'[m-1]>)を生成する配列生成部と、
秘密計算装置。 - 入力部へ、大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、およびm個の0以上n未満の整数i0, …, im-1が入力され、
秘匿シフト部が、上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求め、
配列生成部が、上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[i0]>, …, <a'[im-1]>)を生成する、
秘密計算方法。 - 入力部へ、大きさnの配列a=(a[0], …, a[n-1])を秘匿化した秘匿文の配列<a>=(<a[0]>, …, <a[n-1]>)、0以上n未満の整数xの秘匿文<x>、および自然数mが入力され、
秘匿シフト部が、上記秘匿文の配列<a>を<x>だけ秘匿シフトして、上記配列aをxだけ左シフトした配列a'=(a'[0], …, a'[n-1])を秘匿化した秘匿文の配列<a'>=(<a'[0]>, …, <a'[n-1]>)を求め、
配列生成部が、上記秘匿文の配列<a'>から秘匿文の配列<b>=(<a'[0]>, …, <a'[m-1]>)を生成する、
秘密計算方法。 - 請求項3または4に記載の秘密計算装置としてコンピュータを機能させるためのプログラム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016134090 | 2016-07-06 | ||
JP2016134090 | 2016-07-06 | ||
PCT/JP2017/024149 WO2018008547A1 (ja) | 2016-07-06 | 2017-06-30 | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2018008547A1 true JPWO2018008547A1 (ja) | 2019-04-04 |
JP6585846B2 JP6585846B2 (ja) | 2019-10-02 |
Family
ID=60901342
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018526339A Active JP6585846B2 (ja) | 2016-07-06 | 2017-06-30 | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム |
Country Status (5)
Country | Link |
---|---|
US (1) | US11200346B2 (ja) |
EP (1) | EP3483867B1 (ja) |
JP (1) | JP6585846B2 (ja) |
CN (1) | CN109416894B (ja) |
WO (1) | WO2018008547A1 (ja) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11456862B2 (en) * | 2017-07-05 | 2022-09-27 | Nippon Telegraph And Telephone Corporation | Secure computation system, secure computation apparatus, secure computation method, and recording medium |
WO2020246018A1 (ja) * | 2019-06-07 | 2020-12-10 | 日本電信電話株式会社 | 秘密共役勾配法計算システム、秘密計算装置、共役勾配法計算装置、秘密共役勾配法計算方法、共役勾配法計算方法、およびプログラム |
CN114207694B (zh) * | 2019-08-14 | 2024-03-08 | 日本电信电话株式会社 | 秘密梯度下降法计算方法及系统、秘密深度学习方法及系统、秘密计算装置、记录介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012102203A1 (ja) * | 2011-01-24 | 2012-08-02 | 日本電信電話株式会社 | 秘匿積和計算方法、秘匿積和計算システム、計算装置、及びそれらのプログラム |
EP2816496A1 (en) * | 2013-06-19 | 2014-12-24 | Sophia Genetics S.A. | Method to manage raw genomic data in a privacy preserving manner in a biobank |
WO2016056503A1 (ja) * | 2014-10-08 | 2016-04-14 | 日本電信電話株式会社 | 部分文字列位置検出装置、部分文字列位置検出方法及びプログラム |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5060119B2 (ja) * | 2006-12-19 | 2012-10-31 | 株式会社富士通ビー・エス・シー | 暗号処理プログラム、暗号処理方法および暗号処理装置 |
JP5337411B2 (ja) * | 2008-06-13 | 2013-11-06 | 京セラドキュメントソリューションズ株式会社 | 情報秘匿化方法および情報秘匿化装置 |
JP5408608B2 (ja) * | 2009-03-02 | 2014-02-05 | 公立大学法人大阪市立大学 | 暗号トラヒック識別装置及びそれを備える暗号トラヒック識別システム |
WO2012106466A2 (en) * | 2011-02-01 | 2012-08-09 | Lacson Francis Gerard | Data encryption method |
WO2012121333A1 (ja) * | 2011-03-10 | 2012-09-13 | 日本電信電話株式会社 | 秘匿積和結合システム、計算装置、秘匿積和結合方法、及びそれらのプログラム |
ITTO20120462A1 (it) * | 2012-05-28 | 2013-11-29 | Alenia Aermacchi Spa | Sistema e metodo di protezione di dati informativi |
CN104429019B (zh) * | 2012-07-05 | 2017-06-20 | 日本电信电话株式会社 | 秘密分散系统、数据分散装置、分散数据变换装置以及秘密分散方法 |
US20130204780A1 (en) | 2013-01-10 | 2013-08-08 | Sriram Karri | System and method for purchasing socially |
EP2945313B1 (en) * | 2013-01-12 | 2017-09-06 | Mitsubishi Electric Corporation | Key generation device, key generation program, concealed data search system, and key distribution method |
US9628266B2 (en) * | 2014-02-26 | 2017-04-18 | Raytheon Bbn Technologies Corp. | System and method for encoding encrypted data for further processing |
-
2017
- 2017-06-30 US US16/313,233 patent/US11200346B2/en active Active
- 2017-06-30 JP JP2018526339A patent/JP6585846B2/ja active Active
- 2017-06-30 EP EP17824152.7A patent/EP3483867B1/en active Active
- 2017-06-30 CN CN201780038693.5A patent/CN109416894B/zh active Active
- 2017-06-30 WO PCT/JP2017/024149 patent/WO2018008547A1/ja unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012102203A1 (ja) * | 2011-01-24 | 2012-08-02 | 日本電信電話株式会社 | 秘匿積和計算方法、秘匿積和計算システム、計算装置、及びそれらのプログラム |
EP2816496A1 (en) * | 2013-06-19 | 2014-12-24 | Sophia Genetics S.A. | Method to manage raw genomic data in a privacy preserving manner in a biobank |
WO2016056503A1 (ja) * | 2014-10-08 | 2016-04-14 | 日本電信電話株式会社 | 部分文字列位置検出装置、部分文字列位置検出方法及びプログラム |
Non-Patent Citations (4)
Title |
---|
JUAN RAMON TRONCOSO-PASTPRIZA, ET AI.: "Privacy Presserving Error Resilient DNA Searching through Oblivious Automata", PROCEEDINGS OF THE 14TH ACM CONFERENCE ON COMPUTER AND COMMUNICATIONS SECURITY (CCS '07)), JPN7019002131, 2007, US, pages 519 - 528, ISSN: 0004107511 * |
渡邊 裕治 ほか: "紛失オートマトン計算における通信量の削減", 電子情報通信学会技術研究報告, vol. 11, no. 454, JPN6017034944, 23 February 2012 (2012-02-23), JP, pages 31 - 35, ISSN: 0004107509 * |
渡邊 裕治 ほか: "通信回数を低減した紛失オートマトン計算", 2012 第29回 暗号と情報セキュリティシンポジウム [CD−ROM], vol. 2D2−2, JPN6014029719, 30 January 2012 (2012-01-30), JP, pages 1 - 8, ISSN: 0004070476 * |
濱田 浩気 ほか: "秘密計算フィッシャー正確検定(2) 〜標本数が多い場合", 電子情報通信学会技術研究報告, vol. 116, no. 132, JPN6017034946, 7 July 2016 (2016-07-07), JP, pages 253 - 258, ISSN: 0004107510 * |
Also Published As
Publication number | Publication date |
---|---|
US11200346B2 (en) | 2021-12-14 |
US20190163933A1 (en) | 2019-05-30 |
CN109416894A (zh) | 2019-03-01 |
CN109416894B (zh) | 2021-12-31 |
WO2018008547A1 (ja) | 2018-01-11 |
EP3483867A4 (en) | 2020-01-22 |
EP3483867B1 (en) | 2022-04-20 |
JP6585846B2 (ja) | 2019-10-02 |
EP3483867A1 (en) | 2019-05-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11164484B2 (en) | Secure computation system, secure computation device, secure computation method, and program | |
JP6583970B2 (ja) | 秘密乱数合成装置、秘密乱数合成方法、およびプログラム | |
US11294633B2 (en) | Secure computation system, secure computation device, secure computation method, and program | |
JP6534778B2 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム | |
JP7067632B2 (ja) | 秘密シグモイド関数計算システム、秘密ロジスティック回帰計算システム、秘密シグモイド関数計算装置、秘密ロジスティック回帰計算装置、秘密シグモイド関数計算方法、秘密ロジスティック回帰計算方法、プログラム | |
JP6585846B2 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム | |
JP5972181B2 (ja) | 改ざん検知装置、改ざん検知方法、およびプログラム | |
JP6053238B2 (ja) | 秘密改ざん検知システム、秘密計算装置、秘密改ざん検知方法、およびプログラム | |
JP2020519968A (ja) | ビット分解秘密計算装置、ビット結合秘密計算装置、方法およびプログラム | |
JP7060115B2 (ja) | 秘密配列アクセス装置、秘密配列アクセス方法、およびプログラム | |
JP6367959B2 (ja) | 部分文字列位置検出装置、部分文字列位置検出方法及びプログラム | |
US11514192B2 (en) | Secure reading apparatus, secure writing apparatus, method thereof, and program for reading and writing data in a sequence without revealing an access position | |
JP6977882B2 (ja) | 秘密一括近似システム、秘密計算装置、秘密一括近似方法、およびプログラム | |
WO2017065122A1 (ja) | 秘密認証符号付加装置、秘密認証符号付加方法、およびプログラム | |
Temirbekova et al. | Improving teachers’ skills to integrate the microcontroller technology in computer engineering education | |
WO2018008543A1 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム | |
JP7173328B2 (ja) | 秘密除算システム、秘密計算装置、秘密除算方法、およびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20181217 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181217 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190709 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190821 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20190903 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20190905 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6585846 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |