JPH10303882A - Enciphering method - Google Patents

Enciphering method

Info

Publication number
JPH10303882A
JPH10303882A JP9107790A JP10779097A JPH10303882A JP H10303882 A JPH10303882 A JP H10303882A JP 9107790 A JP9107790 A JP 9107790A JP 10779097 A JP10779097 A JP 10779097A JP H10303882 A JPH10303882 A JP H10303882A
Authority
JP
Japan
Prior art keywords
random number
number sequence
pseudo
sequence
natural
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
JP9107790A
Other languages
Japanese (ja)
Inventor
Masahiko Katsurabayashi
正彦 桂林
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP9107790A priority Critical patent/JPH10303882A/en
Publication of JPH10303882A publication Critical patent/JPH10303882A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent the reduction of cryptographic strength even when the quality of pseudo random number is adverse in the case of enciphering data while using the pseudo random number. SOLUTION: The elements of pseudo random number string B composed of 256 bytes are selected while defining the addresses and elements of the natural random number string A composed of 256 bytes having the almost uniform appearance frequency of respective numerical values as addresses and two selected elements are exchanged so that the pseudo random number string B is stirred by the natural random number string A. The new pseudo random number string of 256 bytes is prepared and by exclusively ORing this new pseudo random number string and data for the unit of 256 bytes, these data for the unit of 256 bytes are enciphered.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データを暗号化す
る暗号化方法に関する。
TECHNICAL FIELD The present invention relates to an encryption method for encrypting data.

【0002】[0002]

【従来の技術】従来より、ファクシミリ装置では、原稿
を読み取って得られたデータをMH符号化、MR符号化
等により符号化した後、符号化されたデータを目的のフ
ァクシミリ装置へ送信していた。このようなファクシミ
リ装置間の通信において、送信される符号化データから
元のデータが解読されないようにするために、符号化デ
ータをさらに暗号化して目的のファクシミリ装置へ送信
する技術が知られている。
2. Description of the Related Art Conventionally, in a facsimile apparatus, data obtained by reading a document is encoded by MH encoding, MR encoding, or the like, and then the encoded data is transmitted to a target facsimile apparatus. . In such communication between facsimile apparatuses, a technique is known in which encoded data is further encrypted and transmitted to a target facsimile apparatus in order to prevent the original data from being decoded from the transmitted encoded data. .

【0003】このような暗号化の技術の一例として、擬
似乱数を発生させ該擬似乱数を用いて送信データを暗号
化する技術が、特開平2−249333号公報等に提案
されている。
As an example of such an encryption technique, a technique of generating a pseudo random number and encrypting transmission data using the pseudo random number is proposed in Japanese Patent Laid-Open No. 2-249333.

【0004】上記擬似乱数は、乱数の一種であり、例え
ば、次に示す乗算合同法で作成することができる。
The pseudo-random number is a kind of random number, and can be created, for example, by the following multiplication congruential method.

【0005】 Xn =16807Xn-1 (mod231−1) なお、nは自然数、Xn はn番目の要素である。また、
modは剰余演算を示し、16807は231−1の原始
根である。
X n = 16807X n -1 (mod 2 31 -1) where n is a natural number and X n is the n-th element. Also,
mod indicates a modulo operation, and 16807 is a primitive root of 2 31 -1.

【0006】具体的には、予め設定された暗号化鍵を初
期値として、所定回(例えば、256回)上記の式を用
いて計算し、下位1バイトを集めて1組の擬似乱数列を
作成する。
More specifically, a predetermined number of times (for example, 256 times) is calculated using the above-described equation with a preset encryption key as an initial value, and the lower one byte is collected to form a set of pseudo-random numbers. create.

【0007】一方、乱数としては、上記擬似乱数以外に
自然乱数と呼ばれるものも知られている。この自然乱数
は、例えば次のような方法で発生させる。高精度に製作
された0から15までの目を備えたルーレットを用意
し、邪念を打ち払い静かな気持ちでこのルーレットを回
転させ、出た目を16進数(0〜F)で記録する。これ
を、所定回(例えば、256回)繰り返して1つの自然
乱数列とする。なお、上記ルーレットは高精度に製作さ
れているうえに操作者は無心であるため、ルーレットで
出た目に偏りや周期性は全くない。
On the other hand, as the random numbers, besides the above pseudo random numbers, those called natural random numbers are also known. This natural random number is generated by the following method, for example. Prepare a roulette wheel with high precision eyes from 0 to 15, turn the roulette with a calm feeling, and record the number in hexadecimal (0-F). This is repeated a predetermined number of times (for example, 256 times) to form one natural random number sequence. Since the roulette is manufactured with high precision and the operator is mindless, there is no bias or periodicity in the appearance of the roulette.

【0008】一般的には、自然乱数では各数値の出現頻
度がほぼ均一であるのに対し、擬似乱数では各数値の出
現頻度に偏りが生じるケースもあることが知られてい
る。
In general, it is known that the appearance frequency of each numerical value is substantially uniform in natural random numbers, while the appearance frequency of each numerical value is sometimes biased in pseudo random numbers.

【0009】ところが、前述した特開平2−24933
3号公報に記載の技術では、単一の擬似乱数を送信デー
タの暗号化に使用していたので、その擬似乱数が乱数と
して十分な品質(各数値の出現について偏りや周期性が
無いこと)を持っていないと、暗号強度が低下してしま
う、という問題点があった。
[0009] However, the above-mentioned Japanese Patent Application Laid-Open No. H2-224933 is disclosed.
In the technique described in Japanese Patent Publication No. 3, a single pseudo-random number is used for encryption of transmission data, so that the pseudo-random number is of sufficient quality as a random number (the appearance of each numerical value has no bias or periodicity). Otherwise, there is a problem that the encryption strength is reduced.

【0010】また、2種類の擬似乱数を組み合わせて新
たな擬似乱数を発生させる技術も提案されているが、こ
の場合も、使用する擬似乱数が上記と同様に乱数として
十分な品質を持っていないと、発生する擬似乱数も品質
が低下する、という問題点があった。
Although a technique of combining two types of pseudo random numbers to generate a new pseudo random number has also been proposed, in this case also, the pseudo random number used does not have sufficient quality as a random number as described above. Thus, there is a problem that the quality of the generated pseudo-random numbers also deteriorates.

【0011】[0011]

【発明が解決しようとする課題】本発明は、上記問題点
を解消するために成されたものであり、擬似乱数を使っ
てデータを暗号化する際に、擬似乱数の品質が悪くても
暗号強度の低下を回避することができる暗号化方法を提
供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and when data is encrypted using pseudo random numbers, even if the quality of the pseudo random numbers is poor, the encryption is performed. It is an object of the present invention to provide an encryption method capable of avoiding a decrease in strength.

【0012】[0012]

【課題を解決するための手段】従来の暗号化方法では、
単一の擬似乱数列により発生させた擬似乱数列又は2種
類の擬似乱数列を組み合わせて発生させた擬似乱数列を
用いていたが、上記目的を達成するために、請求項1〜
3に記載の発明に係る暗号化方法では、各数値の出現頻
度がほぼ均一な自然乱数列と擬似乱数列とを用いて新た
な数列を発生させ、該数列によりデータを暗号化するこ
とを特徴とする。
According to the conventional encryption method,
A pseudo-random number sequence generated by a single pseudo-random number sequence or a pseudo-random number sequence generated by combining two types of pseudo-random number sequences is used.
In the encryption method according to the invention described in 3, a new number sequence is generated by using a natural random number sequence and a pseudo random number sequence in which the appearance frequencies of the respective numerical values are substantially uniform, and the data is encrypted by the number sequence. And

【0013】請求項1記載の発明では、所定の鍵に基づ
いて発生させた擬似乱数列及び自然乱数列のうち、一方
を他方で攪拌する。即ち、擬似乱数列を自然乱数列で攪
拌するか、又は自然乱数列を擬似乱数列で攪拌する。
According to the first aspect of the present invention, one of the pseudo random number sequence and the natural random number sequence generated based on a predetermined key is agitated by the other. That is, the pseudo random number sequence is agitated with the natural random number sequence, or the natural random number sequence is agitated with the pseudo random number sequence.

【0014】詳細は後述するが、ここでの攪拌とは、い
わゆる攪拌処理といわゆる検索処理の両方の処理を含む
ものとする。いわゆる攪拌処理は、後述する第1実施形
態の第1の乱数発生方法(図4参照)に相当し、いわゆ
る検索処理は、後述する第1実施形態の第2の乱数発生
方法(図5参照)に相当する。
Although the details will be described later, the stirring here includes both the so-called stirring process and the so-called search process. The so-called stirring process corresponds to a first random number generation method of the first embodiment described later (see FIG. 4), and the so-called search process corresponds to a second random number generation method of the first embodiment described later (see FIG. 5). Equivalent to.

【0015】このように、各数値の出現頻度がほぼ均一
な自然乱数列を、攪拌される乱数列又は攪拌する乱数列
として攪拌を行うことにより、仮に元の擬似乱数列の品
質が悪くても、各数値の出現について偏りや周期性が無
い(即ち、乱数としての品質(乱数品質)が良い)数列
を発生させることができる。従って、この乱数品質の良
い数列によりデータを暗号化することで、暗号強度の低
下を回避し、暗号強度を所定レベル以上に維持すること
ができる。
As described above, by performing agitation on a natural random number sequence in which the appearance frequency of each numerical value is substantially uniform as a random number sequence to be stirred or a random number sequence to be stirred, even if the quality of the original pseudo random number sequence is poor, It is possible to generate a sequence having no bias or periodicity with respect to the appearance of each numerical value (that is, a quality as a random number (good random number quality)). Therefore, by encrypting data using a sequence of high random number quality, a decrease in encryption strength can be avoided and the encryption strength can be maintained at or above a predetermined level.

【0016】上記と同様に、自然乱数列と擬似乱数列と
を用いて乱数品質の良い数列を発生させ、この乱数品質
の良い数列によりデータを暗号化する方法として、請求
項2及び請求項3に記載の発明を挙げることができる。
Similarly to the above, a method of generating a sequence of good random number quality using a natural random number sequence and a pseudo random number sequence, and encrypting data by this sequence of good random number quality, claims 2 and 3 are provided. Can be cited.

【0017】請求項2記載の発明では、所定の鍵に基づ
いて発生させた擬似乱数列を基に複数の自然乱数列から
2つの自然乱数列を選択し、選択した2つの自然乱数列
のうち一方の自然乱数列を他方の自然乱数列で攪拌す
る。そして、この攪拌で得られた数列によりデータを暗
号化することを特徴とする。
According to the second aspect of the invention, two natural random number sequences are selected from a plurality of natural random number sequences based on a pseudo random number sequence generated based on a predetermined key, and the selected two natural random number sequences are selected. One natural random number sequence is mixed with the other natural random number sequence. Then, the data is encrypted by the sequence obtained by the stirring.

【0018】また、請求項3記載の発明では、所定の鍵
に基づいて発生させた擬似乱数列を基に複数の自然乱数
列から1つの自然乱数列を選択し、この選択した1つの
自然乱数列で、前記複数の自然乱数列以外の所定の自然
乱数列を攪拌する。そして、この攪拌で得られた数列に
よりデータを暗号化することを特徴とする。
According to the third aspect of the present invention, one natural random number sequence is selected from a plurality of natural random number sequences based on a pseudo random number sequence generated based on a predetermined key, and the selected one natural random number sequence is selected. A predetermined natural random number sequence other than the plurality of natural random number sequences is mixed in the sequence. Then, the data is encrypted by the sequence obtained by the stirring.

【0019】次に、請求項4記載の発明では、所定の鍵
に基づいて発生させた擬似乱数列の要素で所定の乱数列
(擬似乱数列又は自然乱数列)を拡大検索する。この拡
大検索で得られた数列を、一定数ずつ排他的論理和をと
ることで、擬似乱数列を発生させる。そして、この発生
させた擬似乱数列によりデータを暗号化する。
Next, in the invention according to the fourth aspect, a predetermined random number sequence (pseudo random number sequence or natural random number sequence) is expanded and searched by the elements of the pseudo random number sequence generated based on the predetermined key. The sequence obtained by this expanded search is exclusive-ORed by a certain number to generate a pseudo-random sequence. Then, the data is encrypted by the generated pseudo random number sequence.

【0020】このように拡大検索と排他的論理和演算と
を組み合わせて擬似乱数列を発生させることにより、仮
に元の擬似乱数列が多少の偏りや周期性を有していて
も、発生した擬似乱数列では偏りや周期性は殆ど無くな
り、乱数品質の良い擬似乱数列を得ることができる。従
って、この乱数品質の良い擬似乱数列によりデータを暗
号化することで、暗号強度の低下を回避し、暗号強度を
所定レベル以上に維持することができる。
By thus generating the pseudo-random number sequence by combining the expanded search and the exclusive OR operation, even if the original pseudo-random number sequence has some deviation or periodicity, the generated pseudo-random number sequence is generated. The random number sequence has almost no bias or periodicity, and a pseudo-random number sequence with good random number quality can be obtained. Therefore, by encrypting data using the pseudo-random number sequence having a good random number quality, it is possible to avoid a decrease in encryption strength and maintain the encryption strength at a predetermined level or more.

【0021】[0021]

【発明の実施の形態】以下、図面を参照して本発明に係
る暗号化方法の各種実施形態を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Various embodiments of an encryption method according to the present invention will be described below with reference to the drawings.

【0022】[第1実施形態]最初に、特許請求の範囲
に記載した請求項1〜請求項3の発明に係る第1実施形
態を説明する。
[First Embodiment] First, a first embodiment according to claims 1 to 3 described in the claims will be described.

【0023】[暗号化方法に基づく暗号化を実行するフ
ァクシミリ装置の構成]まず、暗号化処理を実行するフ
ァクシミリ装置の構成を説明する。図1に示すように、
本実施形態におけるファクシミリ装置10は、ファクシ
ミリ装置10全体を制御するCPU12、CPU12を
動作させるためのプログラムが格納されたメモリとして
のROM14、CPU12の動作に必要なデータを保存
するメモリとしてのRAM16、オペレータからの入力
の受け付け及びファクシミリ装置10の状態の表示を行
う操作部18、CCD等を含んで構成され原稿を読み取
りその読取データを2値化する画像読み取り部22、画
像読み取り部22で2値化された画情報を圧縮符号化す
る符号器24、メモリを内蔵し、符号器24で符号化さ
れた画情報を前記メモリに書き込みCPU12と連携し
て前記画情報に対して暗号化処理を行うデータ処理部2
6、圧縮符号化された画情報を復号化する復号器28、
画情報を記録用紙等に印字出力する画像記録部30、公
衆回線34に接続され画情報を公衆回線34に送出する
モデム回線制御部32、及び画像読み取り部22により
読み取られた画情報やモデム回線制御部32により受信
した画情報を一時的に記憶する画像記憶部20を含んで
構成されており、これらはデータバス36を介して相互
に接続されている。
[Structure of Facsimile Machine for Executing Encryption Based on Encryption Method] First, the structure of a facsimile machine for executing encryption processing will be described. As shown in FIG.
The facsimile apparatus 10 according to the present embodiment includes a CPU 12 for controlling the entire facsimile apparatus 10, a ROM 14 as a memory storing a program for operating the CPU 12, a RAM 16 as a memory for storing data necessary for the operation of the CPU 12, an operator. Operating unit 18 for receiving an input from the MFP and displaying the status of the facsimile machine 10, an image reading unit 22 including a CCD and the like, which reads a document and binarizes the read data, and binarizes the image with the image reading unit 22 An encoder 24 for compressing and encoding the encoded image information, a memory having a built-in memory, writing the image information encoded by the encoder 24 in the memory, and performing encryption processing on the image information in cooperation with the CPU 12 Processing unit 2
6. a decoder 28 for decoding the compression-encoded image information;
An image recording unit 30 that prints out image information on recording paper or the like; a modem line control unit 32 that is connected to a public line 34 and sends out image information to the public line 34; It is configured to include an image storage unit 20 for temporarily storing the image information received by the control unit 32, and these are mutually connected via a data bus 36.

【0024】[ファクシミリ装置の送受信動作]次に、
上記ファクシミリ装置10の基本的な送受信動作を説明
する。
[Transmission / Reception Operation of Facsimile Machine]
A basic transmission / reception operation of the facsimile machine 10 will be described.

【0025】まず、図2を用いて、送信動作を説明す
る。図2に示すステップ102で操作部18から送信指
示を受けると、ステップ104へ進み、画像読み取り部
22の所定位置に載置された原稿を画像読み取り部22
によって読み取り、この読取で得られた画情報を符号器
24で符号化した後、該符号化した画情報を画像記憶部
20に一旦蓄積する。
First, the transmission operation will be described with reference to FIG. When a transmission instruction is received from the operation unit 18 in step 102 shown in FIG.
After the image information obtained by the reading is encoded by the encoder 24, the encoded image information is temporarily stored in the image storage unit 20.

【0026】次のステップ106では、後に説明する擬
似乱数発生方法に基づいて256バイトの擬似乱数を発
生させる。次のステップ108では、画像記憶部20に
蓄積された画情報を256バイト単位でデータ処理部2
6のメモリに転送し、転送された256バイト単位の画
情報と前記256バイトの擬似乱数とで排他的論理和を
行うことで、該画情報に対する暗号化処理を行う。そし
て、暗号化された画情報はモデム回線制御部32に転送
され、ステップ110でモデム回線制御部32によって
前記暗号化された画情報を256バイト単位でITU−
TのG3ファクシミリエラーコレクトモードで公衆回線
34に送出する。このようにして、画情報は暗号化され
目的のファクシミリ装置へ送信される。
In the next step 106, a pseudo random number of 256 bytes is generated based on a pseudo random number generating method described later. In the next step 108, the image information stored in the image storage unit 20 is stored in the data
The image data is transferred to the memory No. 6 and the transferred image information in units of 256 bytes is subjected to an exclusive OR operation with the 256-byte pseudo-random number, thereby performing encryption processing on the image information. Then, the encrypted image information is transferred to the modem line control unit 32, and in step 110, the encrypted image information is transferred to the ITU-
It is sent to the public line 34 in the G3 facsimile error collect mode of T. In this way, the image information is encrypted and transmitted to the intended facsimile machine.

【0027】以後、ステップ106、108、110を
繰り返し、全ての画情報を暗号化し目的のファクシミリ
装置へ送信する。なお、ステップ106の擬似乱数発生
処理では、2回目以降は前ブロックの平文を基に擬似乱
数を発生させる。
Thereafter, steps 106, 108 and 110 are repeated, and all image information is encrypted and transmitted to the intended facsimile machine. In the pseudo random number generation process of step 106, the pseudo random number is generated based on the plaintext of the previous block from the second time.

【0028】次に、図3を用いて、受信動作を説明す
る。図3に示すステップ202で外部のファクシミリ装
置から、暗号化された画情報を受信すると、ステップ2
04で該受信した画情報をモデム回線制御部32によっ
て2値データに変換した(即ち、復調した)後、データ
処理部26のメモリに転送する。
Next, the receiving operation will be described with reference to FIG. When the encrypted image information is received from the external facsimile machine in step 202 shown in FIG.
In 04, the received image information is converted into binary data by the modem line control unit 32 (that is, demodulated), and then transferred to the memory of the data processing unit 26.

【0029】次のステップ206では、後に説明する擬
似乱数発生方法に基づいて256バイトの擬似乱数を発
生させる。次のステップ208では、データ処理部26
のメモリ上で送信時と同様に、前記復調された256バ
イト単位の画情報と前記256バイトの擬似乱数とで排
他的論理和を行うことで、該画情報に対する復号を行
う。そして、次のステップ210で前記復号された25
6バイトの画情報を画像記憶部20へ格納する。
At the next step 206, a 256-byte pseudo-random number is generated based on a pseudo-random number generation method described later. In the next step 208, the data processing unit 26
As in the case of transmission on the memory, the exclusive OR is performed on the demodulated 256-byte unit image information and the 256-byte pseudo random number, thereby decoding the image information. Then, in the next step 210, the decrypted 25
The 6-byte image information is stored in the image storage unit 20.

【0030】以後、ステップ206、208、210を
繰り返し、受信した全ての画情報を復号し画像記憶部2
0へ格納する。なお、ステップ206の擬似乱数発生処
理では、2回目以降は、前回に復号したデータを基に擬
似乱数を発生させる。
After that, steps 206, 208 and 210 are repeated to decode all the received image information, and the image storage unit 2
Store in 0. In the pseudo-random number generation process of step 206, the pseudo-random number is generated based on the previously decoded data in the second and subsequent times.

【0031】受信した全ての画情報の復号・画像記憶部
20への格納が完了すると、ステップ214へ進み、画
像記憶部20から画情報を取り出して復号器28で伸張
し、次のステップ216で画像記録部30によって前記
伸張した画情報を記録用紙等に印字出力する。
When all the received image information has been decoded and stored in the image storage section 20, the process proceeds to step 214, where the image information is taken out from the image storage section 20 and expanded by the decoder 28, and at the next step 216. The expanded image information is printed out on a recording paper or the like by the image recording unit 30.

【0032】[第1実施形態の作用]さて、これより本
第1実施形態の作用として、暗号化に用いられる擬似乱
数を発生するための乱数発生方法を説明する。
[Operation of First Embodiment] Now, as an operation of the first embodiment, a random number generation method for generating a pseudorandom number used for encryption will be described.

【0033】まず、いわゆる攪拌処理を用いた第1の乱
数発生方法を説明する。 (1)自然乱数列を次のような手順で発生させる。ま
ず、高精度に製作された0から15までの目を備えたル
ーレットを用意し、邪念を打ち払い静かな気持ちでこの
ルーレットを回転させ、出た目を16進数(0〜F)で
記録する。これを、256回繰り返して1つの自然乱数
列とする。なお、上記ルーレットは高精度に製作されて
いるうえに操作者は無心であるため、ルーレットで出た
目に偏りや周期性は全くない。
First, a first random number generation method using so-called stirring processing will be described. (1) Generate a natural random number sequence in the following procedure. First, prepare a roulette wheel with 0 to 15 eyes that is manufactured with high precision, rotate this roulette wheel with a calm feeling, and record the eye in hexadecimal (0 to F). . This is repeated 256 times to form one natural random number sequence. Since the roulette is manufactured with high precision and the operator is mindless, there is no bias or periodicity in the appearance of the roulette.

【0034】(2)擬似乱数列を次に示す乗算合同法で
作成する。 Xn =16807Xn-1 (mod231−1) ・・・(A) なお、nは自然数であり、Xn はn番目の要素である。
また、modは剰余演算を示し、16807は231−1
の原始根である。
(2) A pseudo random number sequence is created by the following multiplication congruential method. X n = 16807X n -1 (mod 2 31 -1) (A) where n is a natural number and X n is the n-th element.
Also, mod indicates a remainder operation, and 16807 indicates 2 31 -1.
Is a primitive root of.

【0035】予め操作部18(図1参照)から設定され
た暗号化鍵を初期値として、上記式(A)を用いて25
6回計算し、下位1バイトを集めて1つの擬似乱数列と
する。
Using the encryption key preset from the operation unit 18 (see FIG. 1) as an initial value, 25 using the above equation (A).
The calculation is performed six times, and the lower one byte is collected to form one pseudo-random number sequence.

【0036】(3)(1)で発生させた256バイトの
自然乱数列及び(2)で発生させた256バイトの擬似
乱数列を次に示す要領で攪拌させることにより、擬似乱
数列を作成する。
(3) A pseudo-random number sequence is created by mixing the 256-byte natural random number sequence generated in (1) and the 256-byte pseudo random number sequence generated in (2) in the following manner. .

【0037】図4に示す乱数列(A)に上記256バイ
トの自然乱数列を、乱数列(B)に(2)で発生させた
256バイトの擬似乱数列を、それぞれ対応させる。こ
こで、乱数列(A)のアドレスと要素とをそれぞれアド
レスとして乱数列(B)の要素を選択し、これら2つの
要素を入れ換える。
The random number sequence (A) shown in FIG. 4 corresponds to the 256-byte natural random number sequence, and the random number sequence (B) corresponds to the 256-byte pseudo random number sequence generated in (2). Here, the element of the random number sequence (B) is selected using the address and the element of the random number sequence (A) as addresses, and these two elements are exchanged.

【0038】例えば、乱数列(A)のアドレス00H
(Hは16進表示の意味、以下同様)とその要素03H
とを抽出し、乱数列(B)においてアドレス00Hの要
素とアドレス03Hの要素とを入れ換える。次に、乱数
列(A)のアドレス01Hとその要素02Hとを抽出
し、乱数列(B)においてアドレス01Hの要素とアド
レス02Hの要素とを入れ換える。以下、このような要
素の入れ換えを乱数列(A)のアドレスFFHまで行う
ことにより、乱数列(A)で乱数列(B)を攪拌する。
For example, the address 00H of the random number sequence (A)
(H means hexadecimal notation, the same applies hereinafter) and its element 03H
Are extracted, and the element at address 00H and the element at address 03H are exchanged in the random number sequence (B). Next, the address 01H of the random number sequence (A) and its element 02H are extracted, and the element of the address 01H and the element of the address 02H are exchanged in the random number sequence (B). Hereinafter, such element exchange is performed up to the address FFH of the random number sequence (A), thereby stirring the random number sequence (B) with the random number sequence (A).

【0039】上記のような攪拌により新たな擬似乱数列
を発生させる。上記第1の乱数発生方法では、数列に偏
りや周期性の無い自然乱数列で擬似乱数列を攪拌したた
め、攪拌された擬似乱数列(=(2)で発生させた擬似
乱数列)が多少の偏りや周期性を有していても、発生し
た擬似乱数列では偏りや周期性は殆ど無くなる。
A new pseudo-random number sequence is generated by the agitation described above. In the first random number generation method, since the pseudo-random number sequence is agitated with a natural random number sequence having no bias or periodicity in the sequence, the mixed pseudo-random number sequence (= the pseudo-random number sequence generated by (2)) Even if there is bias or periodicity, the generated pseudo-random number sequence hardly has bias or periodicity.

【0040】ファクシミリ装置10では、このような第
1の乱数発生方法により発生させた乱数品質の良い擬似
乱数列を用いて、データを暗号化する。即ち、データ処
理部26のメモリに転送された256バイト単位の画情
報と第1の乱数発生方法で発生させた256バイトの擬
似乱数とで排他的論理和を行うことで、該画情報に対す
る暗号化処理を行う。これにより、元の擬似乱数(=
(2)で発生させた擬似乱数列)が多少の偏りや周期性
を有していても、暗号化処理における暗号強度の低下を
回避することができる。
The facsimile apparatus 10 encrypts data by using a pseudo-random number sequence of good random number quality generated by such a first random number generation method. That is, by performing an exclusive OR operation on the 256-byte image information transferred to the memory of the data processing unit 26 and the 256-byte pseudo-random number generated by the first random number generation method, the encryption for the image information is performed. Process. Thus, the original pseudorandom number (=
Even if the pseudo-random number sequence generated in (2) has some bias or periodicity, it is possible to avoid a decrease in encryption strength in the encryption processing.

【0041】なお、上記第1の乱数発生方法では、
(2)で発生させた擬似乱数列を図4の乱数列(A)
に、(1)で発生させた自然乱数列を図4の乱数列
(B)に、それぞれ対応させ、擬似乱数列で自然乱数列
を攪拌することにより新たな擬似乱数列を発生させても
良い。この場合も、元の擬似乱数列が多少の偏りや周期
性を有していても、発生した擬似乱数列では偏りや周期
性は殆ど無く、乱数品質の良い擬似乱数列を得ることが
できる。
In the first random number generation method,
The pseudo random number sequence generated in (2) is the random number sequence (A) in FIG.
In addition, the natural random number sequence generated in (1) may be made to correspond to the random number sequence (B) in FIG. 4, respectively, and a new pseudo random number sequence may be generated by agitating the natural random number sequence with the pseudo random number sequence. . Even in this case, even if the original pseudo random number sequence has some bias or periodicity, the generated pseudo random number sequence has almost no bias or periodicity, and a pseudo random number sequence with good random number quality can be obtained.

【0042】次に、いわゆる検索処理を用いた第2の乱
数発生方法を説明する。なお、自然乱数列及び擬似乱数
列の発生手順は第1の乱数発生方法と同様であるので、
説明を省略する。
Next, a second random number generation method using a so-called search process will be described. Since the procedure for generating the natural random number sequence and the pseudo random number sequence is the same as the first random number generation method,
Description is omitted.

【0043】図5に示す乱数列(A)に256バイトの
自然乱数列を、乱数列(B)に256バイトの擬似乱数
列を、それぞれ対応させる。ここで、乱数列(A)のあ
るアドレスの要素をアドレスとして乱数列(B)の要素
を選択し、この選択した乱数列(B)の要素を前記ある
アドレスの要素とする。
The random number sequence (A) shown in FIG. 5 corresponds to a 256-byte natural random number sequence, and the random number sequence (B) corresponds to a 256-byte pseudo random number sequence. Here, the element of the random number sequence (B) is selected using the element of the certain address of the random number sequence (A) as the address, and the element of the selected random number sequence (B) is set as the element of the certain address.

【0044】例えば、乱数列(A)のアドレス00Hの
要素は03Hであるので、乱数列(B)のアドレス03
Hの要素C3Hを選択し、この選択した要素C3Hをア
ドレス00Hの要素とする。次に、乱数列(A)のアド
レス01Hの要素は02Hであるので、乱数列(B)の
アドレス02Hの要素C2Hを選択し、この選択した要
素C2Hをアドレス01Hの要素とする。さらに、乱数
列(A)のアドレス02Hの要素はFFHであるので、
乱数列(B)のアドレスFFHの要素CFHを選択し、
この選択した要素CFHをアドレス02Hの要素とす
る。以下、このような要素の選択を乱数列(A)のアド
レスFFHまで行うことにより、乱数列(A)で乱数列
(B)を検索する。
For example, since the element of the address 00H of the random number sequence (A) is 03H, the address 03 of the random number sequence (B) is
The element C3H of H is selected, and the selected element C3H is set as the element of the address 00H. Next, since the element of the address 01H of the random number sequence (A) is 02H, the element C2H of the address 02H of the random number sequence (B) is selected, and this selected element C2H is set as the element of the address 01H. Further, since the element of the address 02H of the random number sequence (A) is FFH,
Select the element CFH of the address FFH of the random number sequence (B),
The selected element CFH is set as the element of address 02H. Hereinafter, by selecting such an element up to the address FFH of the random number sequence (A), the random number sequence (A) is searched for the random number sequence (B).

【0045】このようにして新たな擬似乱数列を発生さ
せる。この第2の乱数発生方法では、数列に偏りや周期
性の無い自然乱数列で擬似乱数列を攪拌したため、攪拌
された擬似乱数列(=元の擬似乱数列)が多少の偏りや
周期性を有していても、発生した擬似乱数列では偏りや
周期性は殆ど無くなる。
Thus, a new pseudo-random number sequence is generated. In the second random number generation method, the pseudo-random number sequence is agitated with a natural random number sequence having no bias or periodicity in the sequence, so that the agitated pseudo-random number sequence (= original pseudo-random number sequence) exhibits some bias and periodicity. Even if it has, the generated pseudo-random number sequence has almost no bias or periodicity.

【0046】ファクシミリ装置10では、このような第
2の乱数発生方法により発生させた乱数品質の良い擬似
乱数列を用いて、データを暗号化するので、元の擬似乱
数が多少の偏りや周期性を有していても、暗号化処理に
おける暗号強度の低下を回避することができる。
In the facsimile apparatus 10, since the data is encrypted by using the pseudo random number sequence having good random number quality generated by the second random number generating method as described above, the original pseudo random number has some deviation or periodicity. , It is possible to avoid a decrease in encryption strength in the encryption processing.

【0047】なお、上記第2の乱数発生方法では、擬似
乱数列を図5の乱数列(A)に、自然乱数列を図5の乱
数列(B)に、それぞれ対応させ、擬似乱数列で自然乱
数列を検索することにより新たな擬似乱数列を発生させ
ても良い。この場合も、元の擬似乱数列が多少の偏りや
周期性を有していても、発生した擬似乱数列では偏りや
周期性は殆ど無く、乱数品質の良い擬似乱数列を得るこ
とができる。
In the second random number generation method, the pseudo-random number sequence corresponds to the random number sequence (A) in FIG. 5, and the natural random number sequence corresponds to the random number sequence (B) in FIG. A new pseudo random number sequence may be generated by searching for a natural random number sequence. Even in this case, even if the original pseudo random number sequence has some bias or periodicity, the generated pseudo random number sequence has almost no bias or periodicity, and a pseudo random number sequence with good random number quality can be obtained.

【0048】ところで、上記第1、第2の乱数発生方法
の変形例として、以下のように複数の自然乱数列と擬似
乱数列とを用いて新たな擬似乱数列を発生させる乱数発
生方法も有効である。
As a modified example of the first and second random number generation methods, a random number generation method of generating a new pseudo random number sequence using a plurality of natural random number sequences and a pseudo random number sequence as described below is also effective. It is.

【0049】(S1)第1の乱数発生方法の(1)に示
す手順で自然乱数列を256組用意する。
(S1) 256 natural random number sequences are prepared by the procedure shown in (1) of the first random number generation method.

【0050】(S2)第1の乱数発生方法の(2)に示
す手順で擬似乱数列を発生させ、この擬似乱数列を先頭
から順番に使用して256組の自然乱数列から2つの自
然乱数列を選択する。
(S2) A pseudo random number sequence is generated by the procedure shown in (2) of the first random number generation method, and the pseudo random number sequence is used in order from the beginning to obtain two natural random numbers from 256 sets of natural random number sequences. Select a column.

【0051】(S3)上記第1の乱数発生方法又は第2
の乱数発生方法によって、前記選択された2つの自然乱
数列のうち一方を他方で攪拌することにより、新たな擬
似乱数列を発生させる。
(S3) The first random number generation method or the second random number generation method
By mixing one of the selected two natural random number sequences with the other, a new pseudo random number sequence is generated.

【0052】このようにして発生させた擬似乱数列も偏
りや周期性は殆ど無く、乱数品質の良い擬似乱数列を得
ることができる。
The pseudo-random number sequence generated in this way has almost no bias or periodicity, and a pseudo-random number sequence with good random number quality can be obtained.

【0053】なお、上記(S2)では2つの自然乱数列
を選択しているが、3つ以上の自然乱数列を選択し、こ
れらのうち2つを順に取り出して(S3)の攪拌を繰り
返すことで、新たな擬似乱数列を発生させても良い。
In the above (S2), two natural random number sequences are selected. However, three or more natural random number sequences are selected, two of them are taken out in order, and the stirring of (S3) is repeated. Thus, a new pseudo-random number sequence may be generated.

【0054】また、上記(S2)で、擬似乱数列を先頭
から順番に使用して256組の自然乱数列から1つの自
然乱数列を選択し、この選択した1つの自然乱数列及び
予め発生させた別の自然乱数列において、一方を他方で
攪拌することにより、新たな擬似乱数列を発生させても
良い。
Further, in the above (S2), one natural random number sequence is selected from the 256 sets of natural random number sequences by using the pseudo random number sequences in order from the beginning, and the selected one natural random number sequence and the previously generated natural random number sequence are generated. In another natural random number sequence, a new pseudo random number sequence may be generated by mixing one with the other.

【0055】[第2実施形態]次に、特許請求の範囲の
請求項4に記載した発明に係る第2実施形態を説明す
る。なお、第2実施形態におけるファクシミリ装置の構
成及び送受信の動作は、上記第1実施形態と同様である
ので、説明を省略する。
[Second Embodiment] Next, a second embodiment according to the invention described in claim 4 will be described. Note that the configuration of the facsimile apparatus and the transmission / reception operation in the second embodiment are the same as those in the first embodiment, and a description thereof will be omitted.

【0056】そこで、図6を用いて、第2実施形態の作
用として、暗号化に用いられる擬似乱数を発生するため
の乱数発生方法を説明する。
A random number generating method for generating a pseudo random number used for encryption will be described as an operation of the second embodiment with reference to FIG.

【0057】予め図6に示すように、1つのアドレスに
4バイトの要素を持つ乱数列Aと乱数列Bとを作成す
る。このうち、乱数列Aについては、所定の暗号化鍵に
基づいて発生させた擬似乱数列を用いて作成する。乱数
列Bについては、擬似乱数列又は自然乱数列の何れかを
用いて作成する。例えば、前述した第1の乱数列発生方
法や第2の乱数列発生方法を1つのアドレスについて4
回実行することで、1つのアドレスに4バイトの要素を
持つ乱数列を作成することができる。
As shown in FIG. 6, a random number sequence A and a random number sequence B having a 4-byte element at one address are created in advance. Of these, the random number sequence A is created using a pseudo random number sequence generated based on a predetermined encryption key. The random number sequence B is created using either a pseudo random number sequence or a natural random number sequence. For example, the first random number sequence generation method and the second random number sequence generation method described above are applied to one address with 4
By executing it once, a random number sequence having 4-byte elements at one address can be created.

【0058】(1)乱数列Aの1つの要素(4バイト)
を1バイトずつ4つに分解し、分解した1バイトずつを
乱数列Bのアドレスとして、乱数列Bの要素(4バイ
ト)を4つ検索する(いわゆる拡大検索を行う)。
(1) One element of random number sequence A (4 bytes)
Is decomposed into four by one byte, and four elements (4 bytes) of the random number sequence B are searched using the decomposed one byte as an address of the random number sequence B (so-called expanded search is performed).

【0059】例えば、乱数列Aのアドレス00Hの要素
が、02H、03H、FEH、FFHであった場合、乱
数列Bにおけるアドレス02Hの要素(00H、01
H、02H、03H)、アドレス03Hの要素(10
H、11H、12H、13H)、アドレスFEHの要素
(20H、21H、22H、23H)、及びアドレスF
FHの要素(30H、31H、32H、33H)を検索
する。
For example, when the element of the address 00H of the random number sequence A is 02H, 03H, FEH, FFH, the element of the address 02H (00H, 01
H, 02H, 03H), address 03H element (10
H, 11H, 12H, 13H), elements of address FEH (20H, 21H, 22H, 23H), and address F
The element of FH (30H, 31H, 32H, 33H) is searched.

【0060】(2)拡大検索したデータそれぞれを、対
応するバイト同士で排他的論理和をとる。この排他的論
理和演算結果(4バイト)を新たな擬似乱数列のデータ
とする。
(2) Exclusive OR is performed on each of the data obtained by the enlarged search with the corresponding bytes. The exclusive OR operation result (4 bytes) is used as new pseudo-random number sequence data.

【0061】上記例では、対応する00H、10H、2
0H、30Hのデータ同士で排他的論理和をとり、00
Hを得る。同様に、対応する01H、11H、21H、
31Hのデータ同士で排他的論理和をとり、00Hを得
る。また、対応する02H、12H、22H、32Hの
データ同士で排他的論理和をとり、00Hを得る。さら
に、対応する03H、13H、23H、33Hのデータ
同士で排他的論理和をとり、00Hを得る。このように
して得られた4バイト(00H、00H、00H、00
H)を新たな擬似乱数列のアドレス00Hの要素とす
る。
In the above example, the corresponding 00H, 10H, 2
An exclusive OR is performed between the data of 0H and 30H, and 00H
Get H. Similarly, the corresponding 01H, 11H, 21H,
Exclusive-OR is performed on the data of 31H to obtain 00H. Further, exclusive OR is performed between the corresponding data of 02H, 12H, 22H, and 32H to obtain 00H. Furthermore, exclusive OR is performed between the corresponding data of 03H, 13H, 23H, and 33H to obtain 00H. The four bytes (00H, 00H, 00H, 00
H) is the element of the address 00H of the new pseudo-random number sequence.

【0062】(3)上記(1)の拡大検索と(2)の排
他的論理和演算とを繰り返すことで、新たな擬似乱数列
を得る。
(3) A new pseudo-random number sequence is obtained by repeating the expanded search of (1) and the exclusive OR operation of (2).

【0063】上記のように拡大検索と排他的論理和演算
とを組み合わせて擬似乱数列を発生させることにより、
仮に擬似乱数列Aが多少の偏りや周期性を有していて
も、発生した擬似乱数列では偏りや周期性は殆ど無くな
り、乱数品質の良い擬似乱数列を得ることができる。
As described above, by generating a pseudo-random number sequence by combining an extended search and an exclusive OR operation,
Even if the pseudo-random number sequence A has some bias or periodicity, the generated pseudo-random number sequence has almost no bias or periodicity, and a pseudo-random number sequence with good random number quality can be obtained.

【0064】ファクシミリ装置10では、このような乱
数発生方法により発生させた乱数品質の良い擬似乱数列
を用いて、データを暗号化する。即ち、データ処理部2
6のメモリに転送された256バイト単位の画情報と上
記乱数発生方法で発生させた256バイトの擬似乱数と
で排他的論理和を行うことで、該画情報に対する暗号化
処理を行う。これにより、暗号化処理における暗号強度
の低下を回避することができる。
In the facsimile apparatus 10, the data is encrypted by using the pseudo-random number sequence of good random number quality generated by such a random number generation method. That is, the data processing unit 2
The exclusive OR of the 256-byte image information transferred to the memory No. 6 and the 256-byte pseudo-random number generated by the above-described random number generation method performs an encryption process on the image information. As a result, it is possible to avoid a decrease in encryption strength in the encryption processing.

【0065】なお、上記第1、第2実施形態では、本発
明に係る暗号化方法をファクシミリ装置に適用した例を
示したが、本発明に係る暗号化方法は、ファクシミリ装
置以外にも、データの送受信を行う機器全般に対して適
用することができる。
In the above first and second embodiments, the example in which the encryption method according to the present invention is applied to the facsimile apparatus is shown. However, the encryption method according to the present invention can be applied to data other than the facsimile apparatus. It can be applied to all devices that transmit and receive.

【0066】[0066]

【発明の効果】本発明によれば、数列を発生させる基に
なる擬似乱数列の品質が悪くても、乱数品質の良い数列
を発生させることができるので、暗号強度の低下を回避
し、暗号強度を所定レベル以上に維持することができ
る。
According to the present invention, even if the quality of the pseudo-random number sequence from which the sequence is generated is poor, a sequence with good random number quality can be generated. The strength can be maintained at or above a predetermined level.

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

【図1】第1、第2実施形態におけるファクシミリ装置
の全体構成図である。
FIG. 1 is an overall configuration diagram of a facsimile apparatus according to first and second embodiments.

【図2】図1のファクシミリ装置における送信動作の処
理ルーチンを示す流れ図である。
FIG. 2 is a flowchart showing a processing routine of a transmission operation in the facsimile apparatus of FIG. 1;

【図3】図1のファクシミリ装置における受信動作の処
理ルーチンを示す流れ図である。
3 is a flow chart showing a processing routine of a receiving operation in the facsimile apparatus of FIG.

【図4】第1実施形態における第1の乱数発生方法の概
要を示す図である。
FIG. 4 is a diagram showing an outline of a first random number generation method in the first embodiment.

【図5】第1実施形態における第2の乱数発生方法の概
要を示す図である。
FIG. 5 is a diagram illustrating an outline of a second random number generation method in the first embodiment.

【図6】第2実施形態における乱数発生方法の概要を示
す図である。
FIG. 6 is a diagram illustrating an outline of a random number generation method according to a second embodiment.

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

10 ファクシミリ装置 12 CPU 26 データ処理部 10 Facsimile machine 12 CPU 26 Data processing unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 所定の鍵に基づいて発生させた擬似乱数
列及び自然乱数列のうち、一方を他方で攪拌することで
得られた数列によりデータを暗号化することを特徴とす
る暗号化方法。
1. An encryption method characterized by encrypting data with a sequence obtained by mixing one of a pseudo-random number sequence and a natural random number sequence generated based on a predetermined key with the other. .
【請求項2】 所定の鍵に基づいて発生させた擬似乱数
列を基に複数の自然乱数列から2つの自然乱数列を選択
し、選択した2つの自然乱数列のうち一方の自然乱数列
を他方の自然乱数列で攪拌することで得られた数列によ
りデータを暗号化することを特徴とする暗号化方法。
2. A natural random number sequence is selected from a plurality of natural random number sequences based on a pseudo random number sequence generated based on a predetermined key, and one natural random number sequence of the selected two natural random number sequences is selected. An encryption method characterized in that data is encrypted by a sequence obtained by stirring with another natural random number sequence.
【請求項3】 所定の鍵に基づいて発生させた擬似乱数
列を基に複数の自然乱数列から1つの自然乱数列を選択
し、前記選択した1つの自然乱数列で、前記複数の自然
乱数列以外の所定の自然乱数列を攪拌することで得られ
た数列によりデータを暗号化することを特徴とする暗号
化方法。
3. A natural random number sequence is selected from a plurality of natural random number sequences based on a pseudo random number sequence generated on the basis of a predetermined key, and the plurality of natural random number is selected by the selected one natural random number sequence. An encryption method characterized by encrypting data with a sequence obtained by agitating a predetermined natural random number sequence other than a sequence.
【請求項4】 所定の鍵に基づいて発生させた擬似乱数
列の要素で所定の乱数列を拡大検索して得られた数列
を、一定数ずつ排他的論理和をとることにより発生させ
た擬似乱数列によりデータを暗号化することを特徴とす
る暗号化方法。
4. A pseudo-random number sequence obtained by enlarging and searching a predetermined random number sequence with elements of a pseudo-random number sequence generated based on a predetermined key. An encryption method characterized by encrypting data with a random number sequence.
JP9107790A 1997-04-24 1997-04-24 Enciphering method Pending JPH10303882A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9107790A JPH10303882A (en) 1997-04-24 1997-04-24 Enciphering method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9107790A JPH10303882A (en) 1997-04-24 1997-04-24 Enciphering method

Publications (1)

Publication Number Publication Date
JPH10303882A true JPH10303882A (en) 1998-11-13

Family

ID=14468102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9107790A Pending JPH10303882A (en) 1997-04-24 1997-04-24 Enciphering method

Country Status (1)

Country Link
JP (1) JPH10303882A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007287079A (en) * 2006-04-20 2007-11-01 Fujitsu Fip Corp Pseudo random number generation device, pseudo random number generation method, pseudo random number generation program, ciphering device and deciphering device
JP2008205753A (en) * 2007-02-20 2008-09-04 Megachips Lsi Solutions Inc Signal processor
WO2021038769A1 (en) * 2019-08-28 2021-03-04 ウルトラメモリ株式会社 Communication device, memory module, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007287079A (en) * 2006-04-20 2007-11-01 Fujitsu Fip Corp Pseudo random number generation device, pseudo random number generation method, pseudo random number generation program, ciphering device and deciphering device
JP2008205753A (en) * 2007-02-20 2008-09-04 Megachips Lsi Solutions Inc Signal processor
WO2021038769A1 (en) * 2019-08-28 2021-03-04 ウルトラメモリ株式会社 Communication device, memory module, and program

Similar Documents

Publication Publication Date Title
JP4619117B2 (en) Cryptographic seed value generation method and system
US8213607B2 (en) Method for securely extending key stream to encrypt high-entropy data
US7660414B2 (en) Encryption/decryption method and authentication method using multiple-affine key system
US8683218B2 (en) System and method for N-dimensional encryption
US5799090A (en) pad encryption method and software
JP2628660B2 (en) Encryption / decryption method and apparatus
WO2005073842A1 (en) Pseudo random number generation device and pseudo random number generation program
JPH09510591A (en) Device for generating encryption / decryption look-up table using session key
KR20070110129A (en) Data processing apparatus
US5001754A (en) Encryption system and method
JP2004040248A (en) Information processing apparatus, information processing method, program, and storage medium
EP0289086B1 (en) A method of and arrangement for digital signal encryption
JPS61114289A (en) Method and apparatus for converting digital data sequence into coded form
JPH10303882A (en) Enciphering method
KR100710455B1 (en) Apparatus for rijndael block cipher and encryption/decryption method thereof
JPH10303883A (en) Enciphering method
JP2008205753A (en) Signal processor
JPH10303864A (en) Encipherment method
JP2004038385A (en) Information processing apparatus, method, and program, and printer
KR200279546Y1 (en) Device for coding/decoding document
JP2007295342A (en) Cipher communication system
JPH09139849A (en) Enciphering method for facsimile equipment
JPH0937083A (en) Cipher communication equipment
JPH10303884A (en) Enciphering method
JP4001515B2 (en) Information processing apparatus, information processing method, information processing program, and scanner

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees