JP2002217897A - Transmitter and receiver ciphering part of data - Google Patents

Transmitter and receiver ciphering part of data

Info

Publication number
JP2002217897A
JP2002217897A JP2001012093A JP2001012093A JP2002217897A JP 2002217897 A JP2002217897 A JP 2002217897A JP 2001012093 A JP2001012093 A JP 2001012093A JP 2001012093 A JP2001012093 A JP 2001012093A JP 2002217897 A JP2002217897 A JP 2002217897A
Authority
JP
Japan
Prior art keywords
data
numeral
encryption
predetermined
encrypted
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.)
Pending
Application number
JP2001012093A
Other languages
Japanese (ja)
Inventor
Kensaku Yamada
健策 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001012093A priority Critical patent/JP2002217897A/en
Publication of JP2002217897A publication Critical patent/JP2002217897A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent deciphering of a cryptographic key by ciphering data except for prescribed numerals. SOLUTION: This transmitter for partial ciphering of data is provided with a specific numeral ciphering part 13 for ciphering the data excluding only prescribed numerical data with a common ciphering key in constitution, where data communication is performed by using the common ciphering key, for transmitting the data with the excluded specific numerical data. The transmitter is provided with a specific numeral decoding part 23 for deciphering received data with the common ciphering key, excluding only the prescribed numerical data from the received data, to restore the received data together with the decoded prescribed numerical data.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、コンピューター
システムにおいて特に数字データを暗号化して送受信す
る際に暗号鍵の漏洩を防ぐためのデータ暗号化装置に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data encryption device for preventing the leakage of an encryption key in a computer system, particularly when encrypting and transmitting numeric data.

【0002】[0002]

【従来の技術】機密性の高いデータを共有するには、デ
ータを暗号化しておく必要がある。暗号化方法はさまざ
まな方法が考案されているが、処理を低コストで行う暗
号化方法として、暗号鍵を使用した換字暗号がある。換
字暗号とは、送信データを秘密鍵を使用して1文字ずつ
別の文字に置き換える方法である。置き換える方法とし
て、文字を「あいうえお」順あるいは「1,2,3」順に暗
号鍵の数字だけ先の文字にシフトする方法や、変換表に
より置き換える方法や、文字と暗号鍵の排他的論理和を
とる方法などがある。
2. Description of the Related Art In order to share highly confidential data, it is necessary to encrypt the data. Various encryption methods have been devised. As an encryption method for performing processing at low cost, there is a substitution cipher using an encryption key. Substitution encryption is a method of replacing transmission data with another character one by one using a secret key. As a replacement method, a method of shifting characters to the next character by the number of the encryption key in the order of “aiueo” or “1, 2, 3”, a method of replacing by a conversion table, an exclusive OR of the character and the encryption key are used. There are methods to take.

【0003】換字暗号はデータ送信側で暗号化する場合
に使用する暗号鍵とデータ受信側で復号する場合に使用
する暗号鍵は共通でなければならない。また、この共通
の暗号鍵はデータ送信者と受信者以外には公開しない秘
密鍵である必要がある。データベースにデータを暗号化
して格納するような場合を考えると、データ送信者はデ
ータベースにデータを投入する者であり、データ受信者
はデータベースよりデータを読み出す者である。データ
ベースを介してデータを暗号化する特徴として、1回に
暗号化するデータ長は短いが、暗号化する回数が非常に
多くなる。このようなデータを暗号化する場合、暗号鍵
を秘密鍵としておく単純な換字暗号が使われる。単純な
換字暗号では暗号強度が弱いが、低コストで高速処理で
きる特長があり、この特長はデータ個数が多い場合に非
常に有効である。
[0003] In the substitution cipher, the encryption key used when encrypting on the data transmitting side and the encryption key used when decrypting on the data receiving side must be common. Also, the common encryption key needs to be a secret key that is not disclosed to anyone other than the data sender and receiver. Considering a case where data is encrypted and stored in a database, a data sender is a person who inputs data to the database, and a data receiver is a person who reads data from the database. As a feature of encrypting data via a database, the length of data to be encrypted at one time is short, but the number of times of encryption is very large. When encrypting such data, a simple substitution cipher that uses an encryption key as a secret key is used. Although simple substitution ciphers have low encryption strength, they have the feature of being able to perform high-speed processing at low cost. This feature is very effective when the number of data is large.

【0004】次にこの従来の換字暗号の動作について説
明する。図8は、暗号鍵を使用した単純な文字をシフト
する換字暗号によりデータを暗号化し、データベースを
介してデータを送受信する例を説明する図である。デー
タ送信側では、送信データ101と暗号鍵102により
暗号データ103を生成し、これを送信する。受信側で
は、受け取った暗号データ104を送信側と同様の暗号
鍵105によって復号する。復号したデータが受信デー
タ106となる。
Next, the operation of the conventional substitution cipher will be described. FIG. 8 is a diagram for explaining an example in which data is encrypted by a substitution cipher that shifts simple characters using an encryption key, and data is transmitted and received via a database. The data transmission side generates encrypted data 103 using the transmission data 101 and the encryption key 102, and transmits this. The receiving side decrypts the received encrypted data 104 using the same encryption key 105 as the transmitting side. The decrypted data becomes the received data 106.

【0005】ところで、この換字暗号を数字を含むデー
タに適用した場合を考えてみる。図9は、送信データ1
11としての数字に、換字暗号鍵112を用いて暗号デ
ータ113としての数字を生成する事を示している。し
かしデータが数字の場合には、暗号データ113の丸枠
内に表れる数4567、または123から、送信データ
111が0である桁の暗号データ113に、換字暗号鍵
112の値そのものが表れる。即ち、丸枠内の数字、4
567、または123である。数字データが一つのみで
あれば判らないが、図9の(a)、(b)、(c)のよ
うに繰返し現れると、その部分から容易に一方が数値の
0で、他方が秘密鍵であることが解読されてしまう。
Now, consider the case where the substitution cipher is applied to data including numbers. FIG. 9 shows transmission data 1
The figure shows that a number as the encrypted data 113 is generated by using the substitution encryption key 112 for the number as 11. However, when the data is a numeral, the value itself of the substitution encryption key 112 appears in the encryption data 113 of the digit whose transmission data 111 is 0 from the number 4567 or 123 appearing in the circle of the encryption data 113. That is, the number in the circle, 4
567 or 123. If there is only one numerical data, it is not known. However, when it repeatedly appears as shown in FIGS. 9A, 9B, and 9C, one of the numerical values is easily 0 from the part and the other is the secret key. Is deciphered.

【0006】[0006]

【発明が解決しようとする課題】従来の換字暗号による
暗号鍵方式は以上のように構成されており、データベー
スに格納する金額データのように数字だけのデータが多
数送信データとして発生した場合、0で表現される割合
が多い下位桁では、暗号化データに暗号鍵がそのまま出
現してしまい、複数のデータを見比べる差分法で容易に
暗号鍵が解読されるという課題がある。
The conventional encryption key system using the substitution cipher is configured as described above. When a large number of data, such as money data stored in a database, is generated as a large number of transmission data, 0 is used. In the lower digits where the ratio represented by is large, the encryption key appears in the encrypted data as it is, and there is a problem that the encryption key can be easily decrypted by the difference method of comparing a plurality of data.

【0007】この発明は、上記のような課題を解消する
ためになされたもので、金額などの数字データのうち0
等で表現される特定数値を除いて暗号化を行い、暗号鍵
がそのまま暗号データに出現することを防ぐ、即ち暗号
鍵の解読を防ぐことを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem.
It is intended to prevent the encryption key from appearing in the encrypted data as it is, that is, to prevent the decryption of the encryption key, by performing encryption except for a specific numerical value represented by, for example,.

【0008】[0008]

【課題を解決するための手段】この発明に係るデータ部
分暗号化送信装置は、共通暗号鍵を用いてデータ通信を
行う構成において、所定の数字データのみを除外して共
通暗号鍵による暗号化を行う特定数字暗号化部を備え
て、除外した特定の数字データと共に送信するようにし
た。
A data partial encryption transmission device according to the present invention, in a configuration for performing data communication using a common encryption key, performs encryption using a common encryption key while excluding only predetermined numeric data. A specific numeral encrypting unit is provided to perform transmission together with the excluded specific numeral data.

【0009】また更に、所定の数字データは、他の所定
の数字に置換する置換暗号化部を備え、暗号化対象の数
字は特定数字暗号化部により置換した所定の数字以外の
暗号化出力値を得るようにした。
Further, the predetermined numeral data is provided with a replacement encryption unit for replacing with another predetermined numeral, and the numeral to be encrypted is an encrypted output value other than the predetermined numeral replaced by the specific numeral encryption unit. I tried to get.

【0010】また更に、所定の数字データを除外した他
の数字の暗号化を行う特定数字暗号化部は、シフト型秘
密鍵を用いて数値変換する構成とした。
Further, the specific numeral encrypting section for encrypting other numerals excluding the predetermined numeral data performs a numerical conversion using a shift type secret key.

【0011】この発明に係るデータ部分暗号化受信装置
は、共通暗号鍵を用いてデータ通信を行う構成におい
て、受信データから所定の数字データのみを除外して共
通暗号鍵による復号化を行う特定数字復号化部を備え
て、復号した所定の数字データと合わせて受信データを
復元するようにした。
A data partial encryption receiving apparatus according to the present invention, in a configuration in which data communication is performed using a common encryption key, wherein a specific numeral for performing decryption using a common encryption key by excluding only predetermined numerical data from received data. A decoding unit is provided to restore the received data together with the decoded predetermined numeric data.

【0012】また更に、所定の数字データは、他の所定
の数字に置換して復号する置換復号化部を備え、暗号化
対象の数字は、特定数字復号化部により置換した所定の
数字以外の暗号化出力値とし、合わせて元の数字データ
に復元するようにした。
[0012] Furthermore, a predetermined number data is provided with a permutation decoding unit for substituting and decoding another predetermined number, and the number to be encrypted is a number other than the predetermined number replaced by the specific number decoding unit. The encrypted output value was used and restored to the original numeric data.

【0013】また更に、所定の数字を除外した他の数字
データの複号化を行う特定数字復号化部は、送信側に対
応するシフト型秘密鍵を用いて数値変換するようにし
た。
Further, the specific numeral decoding unit for decrypting other numeral data excluding a predetermined numeral performs a numerical conversion using a shift type secret key corresponding to the transmitting side.

【0014】[0014]

【発明の実施の形態】実施の形態1.本発明の、簡易な
方式で秘密鍵が容易には判らないようにした具体的な構
成と動作を説明する。図1は本実施の形態におけるデー
タ部分暗号化送信側とデータ部分暗号化受信側とを組に
して示したシステム図である。また図2は、図1におけ
るデータと鍵間の関係を示す図であり、図において、1
はデータ部分暗号化送信側全体を示し、2は同じくデー
タ部分暗号化受信側全体を示す。11は数字データ暗号
化部10中の数字を1桁毎に切り出す切り出し部、12
は定められた数字、例えば‘0’のみを抽出して他の定
められた数字、例えば‘9’に置換する置換暗号化部、
13はこの定められた数字0以外の数字を暗号化する特
定数字暗号化部、14は送信データから数字データ以外
の文字、符号を抽出して暗号化する文字暗号化部であ
る。21は数字データ復号化部20中の、受信データか
ら数字を抽出して1桁単位で切り出す切り出し部、22
は送信側に対応して置換された数字を元に戻す置換復号
化部、23は定められた数字、例えば置換後の9以外の
暗号化された数字から元の数字を復元する特定数字復号
化部、24は受信データから数字以外のコードを抽出し
て復号する文字復号化部である。3はデータベースであ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 A specific configuration and operation of the present invention in which the secret key is not easily known in a simple manner will be described. FIG. 1 is a system diagram showing a pair of a data partially encrypted transmission side and a data partially encrypted reception side in the present embodiment. FIG. 2 is a diagram showing a relationship between data and a key in FIG.
Indicates the whole data partially encrypted transmission side, and 2 indicates the same data partially encrypted reception side. 11 is a cutout unit that cuts out the numbers in the numeric data encryption unit 10 digit by digit, 12
Is a replacement encryption unit that extracts only a predetermined number, for example, '0' and replaces it with another predetermined number, for example, '9'
Reference numeral 13 denotes a specific number encryption unit for encrypting a number other than the predetermined number 0, and reference numeral 14 denotes a character encryption unit for extracting characters and codes other than numeric data from transmission data and encrypting them. Reference numeral 21 denotes a cutout unit for extracting a digit from the received data and cutting it out in units of one digit in the numeric data decoding unit 20;
Is a permutation decoding unit for restoring the replaced number corresponding to the transmitting side, 23 is a specific number decoding unit for restoring the original number from a predetermined number, for example, an encrypted number other than 9 after substitution A character decoding unit 24 extracts and decodes codes other than numbers from the received data. 3 is a database.

【0015】図1と図2を用いてこのシステムの動作を
説明する。この場合、定められた除外数字は‘0’であ
るとする。データ部分暗号化送信側では、図2に示す例
えば送信データ41に対して、暗号鍵42を用いて部分
暗号化する。切り出し部11は、送信データ41中の数
字データを1桁毎に切り出し、置換暗号化部12は下4
桁の0を9に置換する。また特定数字暗号化部13は、
上3桁の「356」に対して暗号鍵42を用いて暗号化
して「470」を得る。これらの数字が合わされて暗号
化データ43が得られ、データベースに記憶される。デ
ータ部分暗号化受信側では、データベース3をアクセス
して暗号データ51(これは暗号データ43に等しい)
を得て、数字データは切り出し部21で1桁毎に切り出
し、置換復号化部22は定められた下4桁の置換数字
‘9’を抽出して0に変換する。また特定数字復号化部
23は、上3桁の「470」に対して暗号鍵52を用い
て復号し、「356」を得る。これらが合わされて受信
データ53が復元される。
The operation of this system will be described with reference to FIGS. In this case, it is assumed that the defined exclusion number is “0”. The data partial encryption transmission side partially encrypts, for example, the transmission data 41 shown in FIG. The cutout unit 11 cuts out the digit data in the transmission data 41 one digit at a time, and the replacement encryption unit 12 outputs
Replace digit 0 with 9 Further, the specific numeral encryption unit 13
The first three digits “356” are encrypted using the encryption key 42 to obtain “470”. These numbers are combined to obtain encrypted data 43, which is stored in the database. On the data-partially encrypted receiving side, the database 3 is accessed and the encrypted data 51 (this is equal to the encrypted data 43)
Then, the numerical data is cut out digit by digit by the cutout unit 21, and the permutation decoding unit 22 extracts the specified lower four digits of the permutation digit '9' and converts it to 0. Further, the specific numeral decryption unit 23 decrypts the first three digits “470” using the encryption key 52 to obtain “356”. These are combined and the received data 53 is restored.

【0016】図3は本実施の形態における暗号化の動作
を説明する動作説明図であり、従来の動作を説明する図
9に対応している。本実施の形態では、図3の(a)な
いし(d)のいずれであっても、従来例では丸枠内に現
れていた暗号鍵がこの場合9となり、数字であることは
判っても、秘密鍵の番号は判らない。しかも数字は置換
した数字であり、元の数字ではない。従って簡単な構成
でありながら、数字の秘匿性を高めることができる。こ
の方法は、データが数字であることは隠さず、数字の値
を隠す場合に極めて有効である。前後の数値は完全に暗
号化されており、第3者が見て数字であることは知られ
たとしても、真の数値は判らない。本方法によれば、例
えば金額データから秘密鍵を解読される可能性を少なく
するので、金額データに限らず、同一秘密鍵で暗号化さ
れた他のデータの安全性も高められる。本実施の形態で
は、データベースに適用した例を説明したが、もちろん
伝送ラインを用いた一般的な送受信システムに対しても
適用できる。また定められた数字は0ないし9のいずれ
としてもよい。
FIG. 3 is an operation explanatory diagram for explaining the operation of encryption in the present embodiment, and corresponds to FIG. 9 for explaining the conventional operation. In the present embodiment, the encryption key that appears in a circle in the conventional example becomes 9 in this case, and it turns out that it is a number in any of (a) to (d) of FIG. The secret key number is unknown. Moreover, the numbers are replaced numbers, not the original numbers. Therefore, the confidentiality of the numbers can be improved with a simple configuration. This method is extremely effective when hiding the value of a number without hiding that the data is a number. The numbers before and after are completely encrypted, so even if a third party knows that they are numbers, the true numbers are unknown. According to this method, for example, the possibility that the secret key is decrypted from the amount data is reduced, so that the security of not only the amount data but also other data encrypted with the same secret key can be improved. In the present embodiment, an example in which the present invention is applied to a database has been described. Further, the determined number may be any one of 0 to 9.

【0017】実施の形態2.本実施の形態では、特定数
字暗号化部、特定数字復号化部に、いわゆるシフト型秘
密鍵、シフト型換字暗号方法を用いる場合を説明する。
図4はシフト型換字暗号方法の原理を説明する図であ
り、図5は図1における構成において特定数字暗号化部
をシフト型換字暗号方法に基づく動作をする特定数字暗
号化部13bを中心とする本実施の形態の数字データ暗
号化部10bの動作フローチャートである。図では置換
対象となる定められた数字は0としている。また秘密鍵
は「1、2、3、4、5、6、7」として、その元のデ
ータ対応では図2に具体例を示している。
Embodiment 2 FIG. In the present embodiment, a case will be described in which a so-called shift-type secret key and a shift-type substitution encryption method are used for a specific-number encryption unit and a specific-number decryption unit.
FIG. 4 is a diagram for explaining the principle of the shift-type substitution encryption method. FIG. 5 is a diagram in which the specific numeral encryption unit in the configuration of FIG. 5 is an operation flowchart of the numerical data encryption unit 10b according to the present embodiment. In the figure, the predetermined number to be replaced is 0. The secret key is “1, 2, 3, 4, 5, 6, 7”, and a specific example is shown in FIG. 2 corresponding to the original data.

【0018】シフト型換字暗号方法の動作を説明する。
原理は、送信データ数字列に対して秘密鍵の数値列を対
応させ、しかし置換後の数字(この場合9)は除いてシ
フトリングを形成する。即ち図2の例では、送信データ
の3は秘密鍵が示す数1だけ進んで4となり、送信デー
タの5は秘密鍵が示す数、2だけ進んで7となり、送信
データの6は秘密鍵が示す3だけ進んで、この場合9と
なるが9は置換後の数字なので、除外されて0となる。
図5のフローチャートによれば、ステップ(以後、Sと
略称する)71で特定数字暗号化部13bは数字の置換
後の数字である9を暗号化出力から除外する。切り出し
部11で一桁毎に切り出された数字データは、S74で
元の数字が0以外であれば、特定数字暗号化部13b
は、S77ないしS81で原理説明した論理により暗号
化データとしての数値yを確定する。またS74で数字
が置換対象であれば、S75で置換暗号化部12により
数字の0を9に置換する。こうして具体的に図2の暗号
データ43が得られる。
The operation of the shift-type substitution encryption method will be described.
The principle is to make the numeric sequence of the secret key correspond to the numeric sequence of transmitted data, but to form a shift ring except for the digit after substitution (in this case 9). That is, in the example of FIG. 2, 3 of the transmission data advances by the number 1 indicated by the secret key to 4; 5 of the transmission data advances by the number 2 indicated by the secret key to 7; It proceeds by 3 as shown, and in this case it becomes 9, but since 9 is the number after replacement, it is excluded and becomes 0.
According to the flowchart of FIG. 5, at step (hereinafter abbreviated as S) 71, the specific numeral encrypting unit 13b excludes the numeral 9 after the numeral substitution from the encrypted output. The numerical data cut out digit by digit by the cut-out unit 11 is the specific numeric encryption unit 13b if the original number is other than 0 in S74.
Determines the numerical value y as the encrypted data by the logic explained in principle in S77 to S81. If the number is to be replaced in S74, the replacement encryption unit 12 replaces the number 0 with 9 in S75. Thus, the encrypted data 43 of FIG. 2 is specifically obtained.

【0019】図6は暗号化の図4に対応する、復号化の
原理説明図であり、図7は暗号化の図5に対応する、特
定数字復号化部23bを中心とする数字データ復号化部
20bの動作フローチャートである。また置換後の数字
は9であり、それを元の0に戻すものとする。先の暗号
化原理図で明らかなように、受信した暗号データ51の
一桁の数字に対して、図6のシフトリング上を矢印方向
に対応する予め送られている秘密暗号鍵52に基づいて
進んで元の数を復元する。図7のフローチャートは、具
体的な動作を示しており、例えば受信した暗号データ5
1と秘密暗号鍵52が図2の値であると、復元される受
信データ53が得られる。
FIG. 6 is a diagram for explaining the principle of decryption corresponding to FIG. 4 for encryption, and FIG. 7 is a diagram corresponding to FIG. It is an operation | movement flowchart of the part 20b. The number after the replacement is 9, and it is to be returned to the original 0. As is apparent from the above-mentioned encryption principle diagram, the received single-digit number of the encrypted data 51 is converted to the one-digit number on the shift ring in FIG. 6 based on the previously transmitted secret encryption key 52 corresponding to the arrow direction. Go ahead and restore the original number. The flowchart of FIG. 7 shows a specific operation.
If 1 and the secret encryption key 52 have the values shown in FIG. 2, the received data 53 to be restored is obtained.

【0020】[0020]

【発明の効果】以上のようにこの発明によれば、所定の
数字データを除外して暗号化を行う特定数字暗号化部を
備えたので、比較的簡単な構成で秘密鍵が知られること
を防ぐ効果がある。
As described above, according to the present invention, since the specific numeral encrypting section for performing encryption while excluding predetermined numeral data is provided, it is possible to know the secret key with a relatively simple configuration. Has the effect of preventing.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の実施の形態1におけるデータ部分暗
号化システムの構成図である。
FIG. 1 is a configuration diagram of a data partial encryption system according to a first embodiment of the present invention.

【図2】 図1におけるデータと秘密鍵の関係を示す図
である。
FIG. 2 is a diagram showing a relationship between data and a secret key in FIG.

【図3】 実施の形態1における暗号化の動作説明図で
ある。
FIG. 3 is an explanatory diagram of an operation of encryption according to the first embodiment.

【図4】 本発明の実施の形態2におけるシフト型換字
暗号化の原理説明図である。
FIG. 4 is a diagram illustrating the principle of shift-type substitution encryption in Embodiment 2 of the present invention.

【図5】 実施の形態2における数字データ暗号化部1
0bの動作フロー図である。
FIG. 5 is a numeric data encryption unit 1 according to the second embodiment.
It is an operation | movement flowchart of 0b.

【図6】 本発明の実施の形態2におけるシフト型換字
復号化の原理説明図である。
FIG. 6 is a diagram for explaining the principle of shift-type substitution decoding in Embodiment 2 of the present invention.

【図7】 実施の形態2における数字データ復号化部2
0bの動作フロー図である。
FIG. 7 is a numeric data decoding unit 2 according to the second embodiment.
It is an operation | movement flowchart of 0b.

【図8】 従来の換字暗号方法を説明する図である。FIG. 8 is a diagram illustrating a conventional substitution encryption method.

【図9】 従来の換字暗号化の動作説明図である。FIG. 9 is an explanatory diagram of an operation of conventional substitution encryption.

【符号の説明】[Explanation of symbols]

1 データ部分暗号化送信側、2 データ部分暗号化受
信側、3 データベース、12,12b 置換暗号部、
13,13b 特定数字暗号化部、22,22b 置換
復号部、23,23b 特定数字復号化部。
1 data partial encryption transmission side, 2 data partial encryption reception side, 3 database, 12, 12b replacement encryption section,
13, 13b Specific numeral encryption unit, 22, 22b Replacement decryption unit, 23, 23b Specific numeral decryption unit.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 共通暗号鍵を用いてデータ通信を行う構
成において、 所定の数字データのみを除外して上記共通暗号鍵による
暗号化を行う特定数字暗号化部を備えて、該除外した特
定の数字データと共に送信することを特徴とするデータ
部分暗号化送信装置。
In a configuration in which data communication is performed using a common encryption key, a specific number encryption unit that performs encryption using the common encryption key while excluding only predetermined numeric data is provided. A data partial encryption transmission device for transmitting together with numeric data.
【請求項2】 所定の数字データは、他の所定の数字に
置換する置換暗号化部を備え、暗号化対象の数字は特定
数字暗号化部により上記置換した所定の数字以外の暗号
化出力値を得るようにしたことを特徴とする請求項1記
載のデータ部分暗号化送信装置。
2. A method according to claim 1, wherein the predetermined numeric data includes a replacement encryption unit that replaces the predetermined numeric data with another predetermined number, and the number to be encrypted is an encrypted output value other than the predetermined number replaced by the specific numeric encryption unit. 2. The data partial encryption transmission device according to claim 1, wherein:
【請求項3】 所定の数字データを除外した他の数字の
暗号化を行う特定数字暗号化部は、シフト型秘密鍵を用
いて数値変換する構成としたことを特徴とする請求項1
記載のデータ部分暗号化送信装置。
3. A specific numeral encrypting unit for encrypting another numeral excluding a predetermined numeral data is configured to perform a numerical conversion using a shift type secret key.
The data partial encryption transmission device according to the above.
【請求項4】 共通暗号鍵を用いてデータ通信を行う構
成において、 受信データから所定の数字データのみを除外して上記共
通暗号鍵による復号化を行う特定数字復号化部を備え
て、復号した上記所定の数字データと合わせて受信デー
タを復元することを特徴とするデータ部分暗号化受信装
置。
4. In a configuration in which data communication is performed using a common encryption key, a specific numeral decoding unit for performing decryption using the common encryption key by excluding only predetermined numeral data from received data is provided. A data-partially-encrypted receiving device for restoring received data together with the predetermined numerical data.
【請求項5】 所定の数字データは、他の所定の数字に
置換して復号する置換復号化部を備え、暗号化対象の数
字は、特定数字復号化部により上記置換した所定の数字
以外の暗号化出力値とし、合わせて元の数字データに復
元するようにしたことを特徴とする請求項4記載のデー
タ部分暗号化受信装置。
5. A predetermined numeral data is provided with a permutation decoding unit for substituting and decoding another predetermined numeral, and a numeral to be encrypted is a numeral other than the predetermined numeral replaced by the specific numeral decoding unit. 5. The data partial encryption receiving apparatus according to claim 4, wherein the encrypted partial output value is used to restore the original numeric data.
【請求項6】 所定の数字を除外した他の数字データの
複号化を行う特定数字復号化部は、送信側に対応するシ
フト型秘密鍵を用いて数値変換するようにしたことを特
徴とする請求項4記載のデータ部分暗号化受信装置。
6. A specific numeral decoding unit for decrypting other numeral data excluding a predetermined numeral, performs numerical conversion using a shift type secret key corresponding to a transmitting side. The data partial encryption receiving device according to claim 4.
JP2001012093A 2001-01-19 2001-01-19 Transmitter and receiver ciphering part of data Pending JP2002217897A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001012093A JP2002217897A (en) 2001-01-19 2001-01-19 Transmitter and receiver ciphering part of data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001012093A JP2002217897A (en) 2001-01-19 2001-01-19 Transmitter and receiver ciphering part of data

Publications (1)

Publication Number Publication Date
JP2002217897A true JP2002217897A (en) 2002-08-02

Family

ID=18879148

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001012093A Pending JP2002217897A (en) 2001-01-19 2001-01-19 Transmitter and receiver ciphering part of data

Country Status (1)

Country Link
JP (1) JP2002217897A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7852269B2 (en) 2006-08-09 2010-12-14 Daido Tokushuko Kabushiki Kaisha Ultrawideband communication antenna

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7852269B2 (en) 2006-08-09 2010-12-14 Daido Tokushuko Kabushiki Kaisha Ultrawideband communication antenna

Similar Documents

Publication Publication Date Title
EP0403656B1 (en) Communication equipment
KR930005572B1 (en) Data carrier and data communication apparatus using the same
US6504930B2 (en) Encryption and decryption method and apparatus using a work key which is generated by executing a decryption algorithm
US7254232B2 (en) Method and system for selecting encryption keys from a plurality of encryption keys
RU2121231C1 (en) Method which provides two-point connection in secure communication systems
JPS62283742A (en) Data transmission
US20100005307A1 (en) Secure approach to send data from one system to another
JPH10327141A (en) Method and device for enciphering/deciphering data
JPH0227389A (en) Enciphering method and enciphering device/decoding device using enciphering method concerned
JPH04297157A (en) Data ciphering device
JP2008035305A (en) Encryption method and data concealing method
Sahu et al. Securing messages from brute force attack by combined approach of honey encryption and blowfish
JPH01225251A (en) Secret key delivering system
JP2002217897A (en) Transmitter and receiver ciphering part of data
Erondu et al. An encryption and decryption model for data security using vigenere with advanced encryption standard
Taka Secure Communication by combined Diffe-Hellman key exchange Based AES Encryption and Arabic Text Steganography.
JP2661085B2 (en) Encryption device
JPH07297819A (en) Method and means for processing combination of individual collation with encipherment of message authentication to network transmission
JPH0993242A (en) Data transmitter-receiver
KR100266629B1 (en) Stream encipher and decipher apparatus
Jumaa et al. Methods of Cryptography
JPH0934355A (en) Ciphering system and ciphering system applicable to communication network
KR100295106B1 (en) Authorization and data protection method for mobile telecommunication
Kushwah et al. Web Application Based Text Encryption
Oberoi et al. A Survey on Cryptography, Encryption and Compression Techniques.

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040517

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20041019

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041207

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050120

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050308