JP4098719B2 - Aesアルゴリズム用のプログラマブルデータ暗号化エンジン - Google Patents
Aesアルゴリズム用のプログラマブルデータ暗号化エンジン Download PDFInfo
- Publication number
- JP4098719B2 JP4098719B2 JP2003553779A JP2003553779A JP4098719B2 JP 4098719 B2 JP4098719 B2 JP 4098719B2 JP 2003553779 A JP2003553779 A JP 2003553779A JP 2003553779 A JP2003553779 A JP 2003553779A JP 4098719 B2 JP4098719 B2 JP 4098719B2
- Authority
- JP
- Japan
- Prior art keywords
- programmable data
- galois field
- key
- data encryption
- encryption engine
- 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.)
- Expired - Fee Related
Links
- 238000006243 chemical reaction Methods 0.000 claims description 35
- 230000006870 function Effects 0.000 claims description 30
- 230000009466 transformation Effects 0.000 claims description 18
- 230000004044 response Effects 0.000 claims description 10
- PXFBZOLANLWPMH-UHFFFAOYSA-N 16-Epiaffinine Natural products C1C(C2=CC=CC=C2N2)=C2C(=O)CC2C(=CC)CN(C)C1C2CO PXFBZOLANLWPMH-UHFFFAOYSA-N 0.000 claims description 9
- 238000010586 diagram Methods 0.000 description 15
- 239000011159 matrix material Substances 0.000 description 7
- 238000004364 calculation method Methods 0.000 description 3
- 238000009825 accumulation Methods 0.000 description 2
- 238000000034 method Methods 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 210000004027 cell Anatomy 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 125000004122 cyclic group Chemical group 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 210000000352 storage cell Anatomy 0.000 description 1
Images
Classifications
-
- 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/06—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
- H04L9/0618—Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
- H04L9/0631—Substitution permutation network [SPN], i.e. cipher composed of a number of stages or rounds each involving linear and nonlinear transformations, e.g. AES algorithms
-
- 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/12—Details relating to cryptographic hardware or logic circuitry
- H04L2209/125—Parallelization or pipelining, e.g. for accelerating processing of cryptographic operations
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Error Detection And Correction (AREA)
Description
本出願は、2001年12月18日に出願された米国仮出願シリアル番号60/341634の優先権を主張する。
さらに、本発明の目的は、リジャンダールアルゴリズムを用いてAES(Advanced Encryption Standard)の暗号機能を実施するための上記の改良されたプログラマブルデータ暗号化エンジンを提供することである。
さらに、本発明の目的は、ソフトウェアで実施可能なAES(Advanced Encryption Standard)の暗号機能を実施するための上記の改良されたプログラマブルデータ暗号化エンジンを提供することである。
さらに、本発明の目的は、極めて柔軟性があり且つ多くの異なる順列(permutation)及びアプリケーションについて再プログラムできるAES(Advanced Encryption Standard)の暗号機能を実施するための上記の改良されたプログラマブルデータ暗号化エンジンを提供することである。
好ましい実施形態において、上記パラレルルックアップテーブルは、第3モードにおいて、マスターキーに応答してサブキーを取得してもよく、そして第4モードにおいて、上記サブキーに応答してラウンドキーを発生してもよい。
{0,1,α,α2,α3,1+α,α+α2,α2+α3,1+α+α3,…1+α3}
αはGF(24)についての原始要素であるから、それは2に設定されて、GF(24)のフィールド要素を{0,1,2,4,8,3,6,12,11,…9}として発生する。
例えば、c(x)=(a3x3+a2x2+a1x1+a0)*(b3x3+b2x2+b1x1+b0)
C(x)=c6x6+c5x5+c4x4+c3x3+c2x2+c1x1+c0
ここで:
説明のため、乗算は、多項式 モジューロ 既約多項式の乗算で実施される。例えば、(p(x)=x8+x4+x3+x+1であれば)
{57}*{83}={c1}
であり、なぜなら、
これら{*}バイトのそれぞれは、{b7,b6,b5,b4,b3,b2,b1,b0}の順で個々のビット値(0または1)の連結であり、多項式表現:
b7x7+b6x6+b5x5+b4x4+b3x3+b2x2+b1x1+b0x0=Σbixi
を用いて有限要素として解釈されるからである。
本発明によるGF乗算の例は次のようである。
他の実施形態は当業者には明らかであり、本願請求項の範囲内である。
Claims (12)
- AES(Advanced Encryption Standard)アルゴリズムの暗号機能を実施するためのプログラマブルデータ暗号化エンジンであって、
AES選択機能を実施し且つGF−1(28)で逆数を実行し且つアフィンオーバーGF(2)変換を適用してサブバイト変換を得るために第1データブロックに応答する第1パラレルルックアップテーブルと、
前記サブバイト変換を変換してシフトロウ変換を得るための第2パラレルルックアップテーブルと、
前記シフトロウ変換を変換してミックスカラム変換を獲得すると共にラウンドキーを加えて前記第1データブロックのAES暗号機能をもたらすガロアフィールド乗算器と、
を備えたプログラマブルデータ暗号化エンジン。 - 複数のラウンドキーを前記ガロアフィールド乗算器に供給するためのキージェネレータを更に備えた請求項1記載のプログラマブルデータ暗号化エンジン。
- 前記キージェネレータは、マスターキーに応答して前記ラウンドキーを発生するキージェネレータ回路を備えた請求項2記載のプログラマブルデータ暗号化エンジン。
- 前記キージェネレータ回路が、前記マスターキーをローテイションしてローテイションされたサブキーを得るための第3パラレルルックアップテーブルシステムを備えた請求項3記載のプログラマブルデータ暗号化エンジン。
- 前記キージェネレータ回路が、GF−1(28)で逆数を実行し且つアフィンオーバーGF(2)変換を適用して前記ラウンドキーを得るための第4パラレルルックアップテーブルシステムを備えた請求項4記載のプログラマブルデータ暗号化エンジン。
- 前記第1および第2パラレルルックアップテーブル及び前記第1ガロアフィールド乗算器が、変換の多くのラウンドを実施し、且つ各ラウンドについて発生されたラウンドキーが存在する請求項5記載のプログラマブルデータ暗号化エンジン。
- 前記各ラウンドキーが複数のサブキーを備えた請求項6記載のプログラマブルデータ暗号化エンジン。
- 前記ガロアフィールド乗算器は、
二つの多項式をガロアフィールド上の係数と乗算してそれらの積を得るための乗算回路と、
既約多項式について前記多項式の積のモジューロ剰余を予測するために前記乗算回路に応答するガロアフィールドリニア変換回路と、
所定の既約多項式についてモジューロ剰余を予測するために係数のセットを前記ガロアフィールドリニア変換回路に供給するためのストレージ回路と、
単一のサイクルで前記乗算および加算演算を実施するために、前記乗算回路の前記積を、ガロアフィールド上の係数を持つ第3多項式に加えるためのガロアフィールド加算回路と、
を備えた請求項1記載のプログラマブルデータ暗号化エンジン。 - 前記パラレルルックアップテーブルは、
メモリと、
前記メモリに格納された複数のルックアップテーブルと、
前記ルックアップテーブルにおいてルックアップされる値を保持するためのロウインデックスレジスタと、
前記メモリに格納された前記各ルックアップテーブルの開始アドレスを表す値を格納するためのカラムインデックスレジスタと、
前記カラムインデックスレジスタ及び前記ロウインデックスレジスタに応答して、前記ロウインデックスレジスタにおける各値に対するアドレスを同時に発生し、各ルックアップテーブルにそれらの値の機能を並列に配置するアドレス変換回路と、
を備えた請求項1記載のプログラマブルデータ暗号化エンジン。 - AES(Advanced Encryption Standard)アルゴリズムの暗号機能を実施するためのプログラマブルデータ暗号化エンジンであって、
AES選択機能を実施し且つGF−1(28)で前記逆数を実行し且つアフィンオーバーGF(2)変換を適用してサブバイト変換を獲得するために第1モードにおいて第1データブロックに応答すると共に、第2モードにおいて前記サブバイト変換に応答して前記サブバイト変換を変換してシフトロウ変換を得るパラレルルックアップテーブルシステムと、
前記シフトロウ変換を変換してミックスカラム変換を得ると共にラウンドキーを加えて前記第1データブロックのAES(Advanced Encryption Standard)暗号機能をもたらすガロアフィールド乗算器と、
を備えたプログラマブルデータ暗号化エンジン。 - 前記パラレルルックアップテーブルシステムが、第3モードにおいてマスターキーに応答してサブキーを獲得すると共に、第4モードにおいて前記サブキーに応答してラウンドキーを発生する請求項10記載のプログラマブルデータ暗号化エンジン。
- 前記パラレルルックアップテーブルシステムが、前記サブバイト/サブワード変換を実施するための第1パラレルルックアップテーブルと、前記シフトロウ/ローテイションワード変換を実施するための第2ルックアップテーブルとを備えた請求項11記載のプログラマブルデータ暗号化エンジン。
Applications Claiming Priority (15)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US34163501P | 2001-12-18 | 2001-12-18 | |
US34171101P | 2001-12-18 | 2001-12-18 | |
US34163401P | 2001-12-18 | 2001-12-18 | |
US60/341,711 | 2001-12-18 | ||
US60/341,634 | 2001-12-18 | ||
US60/341,635 | 2001-12-18 | ||
US10/051,533 | 2002-01-18 | ||
US10/051,533 US6587864B2 (en) | 2001-11-30 | 2002-01-18 | Galois field linear transformer |
US10/060,699 | 2002-01-30 | ||
US10/060,699 US6766345B2 (en) | 2001-11-30 | 2002-01-30 | Galois field multiplier system |
US10/228,526 | 2002-08-26 | ||
US10/228,526 US7082452B2 (en) | 2001-11-30 | 2002-08-26 | Galois field multiply/multiply-add/multiply accumulate |
US10/255,971 | 2002-09-26 | ||
US10/255,971 US7508937B2 (en) | 2001-12-18 | 2002-09-26 | Programmable data encryption engine for advanced encryption standard algorithm |
PCT/US2002/040901 WO2003053001A1 (en) | 2001-12-18 | 2002-12-18 | Programmable data encryption engine for advanced encryption standard algorithm |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2005513541A JP2005513541A (ja) | 2005-05-12 |
JP2005513541A6 JP2005513541A6 (ja) | 2005-08-04 |
JP4098719B2 true JP4098719B2 (ja) | 2008-06-11 |
Family
ID=27568054
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003553779A Expired - Fee Related JP4098719B2 (ja) | 2001-12-18 | 2002-12-18 | Aesアルゴリズム用のプログラマブルデータ暗号化エンジン |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP1456994B1 (ja) |
JP (1) | JP4098719B2 (ja) |
WO (1) | WO2003053001A1 (ja) |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TW527783B (en) * | 2001-10-04 | 2003-04-11 | Ind Tech Res Inst | Encryption/deciphering device capable of supporting advanced encryption standard |
JP2005077517A (ja) * | 2003-08-28 | 2005-03-24 | Mitsumi Electric Co Ltd | 暗号化/復号化装置及び暗号化/復号化方法 |
DE102004006570B4 (de) * | 2004-02-11 | 2007-06-21 | Golawski, Herbert, , Dipl.-Ing. | Einmalschlüsselgenerierungsverfahren auf fraktaler Berechnungsbasis für Blockverschlüsselungsalgorithmen |
US8024551B2 (en) * | 2005-10-26 | 2011-09-20 | Analog Devices, Inc. | Pipelined digital signal processor |
EP2173056A1 (fr) * | 2008-09-04 | 2010-04-07 | Gemplus | Procédé de contre-mesure dans un composant électronique mettant en ouvre un algorithme de cryptographie à clef secrète |
JP2012109854A (ja) * | 2010-11-18 | 2012-06-07 | Panasonic Corp | プログラマブル・ロジック・デバイス |
WO2014047135A2 (en) * | 2012-09-18 | 2014-03-27 | Interdigital Patent Holdings, Inc. | Generalized cryptographic framework |
US9455962B2 (en) | 2013-09-22 | 2016-09-27 | Winbond Electronics Corporation | Protecting memory interface |
US10019571B2 (en) | 2016-03-13 | 2018-07-10 | Winbond Electronics Corporation | Protection from side-channel attacks by varying clock delays |
JP6187624B1 (ja) * | 2016-03-17 | 2017-08-30 | 富士電機株式会社 | 情報処理装置、情報処理方法及びプログラム |
JP6135804B1 (ja) * | 2016-06-01 | 2017-05-31 | 富士電機株式会社 | 情報処理装置、情報処理方法及びプログラム |
WO2020148771A1 (en) * | 2019-01-17 | 2020-07-23 | Fortifyiq Inc | Methods for protecting computer hardware from cyber threats |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5212652A (en) * | 1989-08-15 | 1993-05-18 | Advanced Micro Devices, Inc. | Programmable gate array with improved interconnect structure |
JPH0659686B2 (ja) | 1990-10-29 | 1994-08-10 | ダイアホイルヘキスト株式会社 | コンデンサー用二軸配向ポリエステルフィルム |
US6400180B2 (en) * | 1999-02-25 | 2002-06-04 | Xilinix, Inc. | Configurable lookup table for programmable logic devices |
GB0023409D0 (en) * | 2000-09-22 | 2000-11-08 | Integrated Silicon Systems Ltd | Data encryption apparatus |
EP1246389B1 (en) * | 2001-03-27 | 2005-01-05 | Amphion Semiconductor Limited | Apparatus for selectably encrypting or decrypting data |
US6587864B2 (en) | 2001-11-30 | 2003-07-01 | Analog Devices, Inc. | Galois field linear transformer |
US6766345B2 (en) | 2001-11-30 | 2004-07-20 | Analog Devices, Inc. | Galois field multiplier system |
-
2002
- 2002-12-18 EP EP02805224.9A patent/EP1456994B1/en not_active Expired - Lifetime
- 2002-12-18 WO PCT/US2002/040901 patent/WO2003053001A1/en active Application Filing
- 2002-12-18 JP JP2003553779A patent/JP4098719B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
EP1456994B1 (en) | 2018-02-07 |
WO2003053001A1 (en) | 2003-06-26 |
JP2005513541A (ja) | 2005-05-12 |
EP1456994A1 (en) | 2004-09-15 |
EP1456994A4 (en) | 2010-02-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7508937B2 (en) | Programmable data encryption engine for advanced encryption standard algorithm | |
McLoone et al. | High performance single-chip FPGA Rijndael algorithm implementations | |
Mangard et al. | A highly regular and scalable AES hardware architecture | |
CN101350714B (zh) | 采用混合rijndael s-box的有效高级加密标准数据路径 | |
JP3992742B2 (ja) | データブロックおよび鍵を非線形的に結合する暗号方法および装置 | |
EP1246389B1 (en) | Apparatus for selectably encrypting or decrypting data | |
US11606189B2 (en) | Method and apparatus for improving the speed of advanced encryption standard (AES) decryption algorithm | |
JP2005215688A (ja) | S−box演算を用いるハードウェア暗号化/復号化装置及び、その方法 | |
JP2002366029A (ja) | Dpaに対して安全な暗号化 | |
WO2009031883A1 (en) | Encryption processor | |
JP4098719B2 (ja) | Aesアルゴリズム用のプログラマブルデータ暗号化エンジン | |
RU2124814C1 (ru) | Способ шифрования блоков цифровых данных | |
Pramstaller et al. | A universal and efficient AES co-processor for field programmable logic arrays | |
JP2005513541A6 (ja) | Aesアルゴリズム用のプログラマブルデータ暗号化エンジン | |
JP5652363B2 (ja) | 暗号処理装置、および暗号処理方法、並びにプログラム | |
JPH10240500A (ja) | 乱数生成装置及び方法、暗号化装置及び方法、復号装置及び方法、並びにストリーム暗号システム | |
Kaur et al. | FPGA implementation of efficient hardware for the advanced encryption standard | |
Murtaza et al. | Fortification of aes with dynamic mix-column transformation | |
CN109033893B (zh) | 基于合成矩阵的aes加密单元、aes加密电路及其加密方法 | |
Alam et al. | A novel pipelined threads architecture for AES encryption algorithm | |
KR20020087331A (ko) | 부분 라운드간 파이프라인 기법을 이용한 AES Rijndael암호 및 복호 회로 | |
Abdulwahed | Chaos-Based Advanced Encryption Standard | |
CN108989018B (zh) | 一种aes加密单元、aes加密电路及加密方法 | |
Shastry et al. | Rolled architecture based implementation of AES using T-Box | |
Sharma et al. | Design of an efficient architecture for advanced encryption standard algorithm using systolic structures |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070306 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20070605 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20070612 |
|
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: 20080212 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080313 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110321 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120321 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130321 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130321 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140321 Year of fee payment: 6 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |