GB2294140A - Processing module with function selection - Google Patents

Processing module with function selection Download PDF

Info

Publication number
GB2294140A
GB2294140A GB9522945A GB9522945A GB2294140A GB 2294140 A GB2294140 A GB 2294140A GB 9522945 A GB9522945 A GB 9522945A GB 9522945 A GB9522945 A GB 9522945A GB 2294140 A GB2294140 A GB 2294140A
Authority
GB
United Kingdom
Prior art keywords
function
algorithm
data
processor
encryption
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
Application number
GB9522945A
Other versions
GB2294140B (en
GB9522945D0 (en
Inventor
Masato Tajima
Taro Shibagaki
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.)
Toshiba Corp
Original Assignee
Toshiba 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
Priority claimed from JP4139425A external-priority patent/JPH05333776A/en
Priority claimed from JP13942492A external-priority patent/JPH05333772A/en
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority claimed from GB9311145A external-priority patent/GB2267419B/en
Publication of GB9522945D0 publication Critical patent/GB9522945D0/en
Publication of GB2294140A publication Critical patent/GB2294140A/en
Application granted granted Critical
Publication of GB2294140B publication Critical patent/GB2294140B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic 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/0643Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic 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/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/04Masking or blinding
    • H04L2209/046Masking or blinding of operations, operands or results of the operations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/12Details relating to cryptographic hardware or logic circuitry
    • H04L2209/122Hardware reduction or efficient architectures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/30Compression, e.g. Merkle-Damgard construction

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Engineering (AREA)
  • Storage Device Security (AREA)

Abstract

A data processing module comprises a processor 21 for storing a plurality of function algorithms F0, F1 .... Fn and for executing a designated one of them; and a controller 22 for selecting one of the algorithms to be subsequently executed on the basis of all or part of a processing result Y. The selection may be deterministic or statistical and involve comparison of the result with externally-input data. The processing result may be converted, 23, by masking to provide an output Y'. The module may be one of a series used in compressing/encrypting data blocks.

Description

"DATA PROCESSING APPARATUS" The present invention relates to a data processing apparatus for compressing/encrypting message data by use of a plurality of function algorithms. The present invention also relates to a modularization technique for the data processing apparatus.
In recent years, a data compression type encryption processing function (a hash function), which is applicable to the compression/encryption processing of message data, has attracted the attention of those skilled in the art. To put this function into practice, a method that utilizes, for example, the CBC (cipher block chaining) mode of the DES (data encryption standard) has been proposed.
According to this method, message data subjected to data hashing is divided into data blocks of appropriate size (e.g., L bits) as follows: (Bi) (i = 1 to m) The encryption processing for the (k+l)th data block (k = 0 to m-l) is defined as follows: Ck+l = FK(Ck + Bk+l) It is assumed that FK represents a block encryption processing function using an encryption key K (fixed).
It is also assumed that where k = 0, an initial vector 10 is given to Cg. In this case, the hash value is defined by the processing result Cm obtained in the final stage of the processing.
However, the data compression/encryption processing system utilizing the CBC mode has problems in that once the encryption key K is decoded, two different message data items having the same hash value may be easily produced.
Let it be assumed that the data blocks of the two different message data items M and M' are expressed by: M = (Bi) M' = (Bi' > where i = 1 to m. If, in this case, the condition expressed by Cm-1 + Bm = Cm-1' + Bm' is satisfied, the hash values of M and M' become equal to each other though the message data items have been processed in different ways.
In other words, "Cmi + Bm" can be presumed based on hash value Cm if the encryption key K is decoded.
Hence, M', which has the same hash value as M, can be obtained by performing calculation, with a block group {Bi'} (i = 1 to m-l) appropriately determined, and by determining the final block Bm' to satisfy the condition formula. This means that data collision may easily occur in the encryption processing method which is based on the hash function utilizing the CBC mode.
An encryption LSI (large scale integration circuit) is known as a function processing module which is used to execute the function processing (e.g., encryption processing) of data, for the data security purpose. In the prior art, the function processing module of this type supports only one function algorithm. Even if it supports a plurality of function algorithms, one of them is selected for use, in response to an external switching control signal. Therefore, when a data processing apparatus of this type is fabricated as a module, it is necessary to ensure very reliable data security.
As has been described, the use of the hash function utilizing, for example, the conventional CBC mode results in an increase in the possibility of the occurrence of data collision. Therefore, a data processing apparatus adopting the hash function has to be so designed as to avoid the data collision, for ensuring data security. Where the data processing apparatus of this type is fabricated as a module, consideration has to be given to ensure more reliable data security.
The present invention has to be developed to solve the problems mentioned above, and the first object of the present invention is to provide a data processing apparatus which prevents data collision from occurring when data is subjected to compression/encryption processing, and which ensures reliable data security.
The second object of the present invention is to provide a modularization technique which ensures the secrecy of data when the data processing apparatus of this type is fabricated as a module.
According to the present invention, there is provided a data processing apparatus comprising: a block processing section (11) for dividing message data (B) into a plurality of blocks, so as to obtain a plurality of data blocks (Bi (i = 1 to m)); and a plurality of data conversion processing sections (12i) which are provided in correspondence to the data blocks (Bi) and each of which stores a plurality of data conversion algorithms therein, a first one of the data conversion processing sections selecting one (will) of the data conversion algorithms in response to an initial selection control signal (So) and each of remaining ones of the data conversion processing sections selecting one (will) of the data conversion algorithms in response to a selection control signal (Si-l) supplied from a preceding data conversion processing section (Bi1), each of the data conversion processing sections (12i) performing data conversion processing with respect to the corresponding data block (Bi) on the basis of the selected data conversion algorithm and generating a selection control signal used for processing a next data block (Bi+l) on the basis of the data conversion processing.
This invention can be more fully understood from the following detailed description when taken in conjunction with the accompanying drawings, in which: Fig. 1 is a block circuit diagram showing a data processing apparatus according to the first embodiment of the present invention; Fig. 2 is a block circuit diagram showing the configuration of a compression/encryption circuit employed in the first embodiment; Fig. 3 is a block circuit diagram showing the configuration of a convolutional encoder which realizes the encryption algorithm determination method used in the first embodiment; Fig. 4 is a trellis diagram corresponding to the operation of the convolutional encoder shown in Fig. 3;; Fig. 5 is a block circuit diagram showing a data processing apparatus according to the second embodiment of the present invention, the data processing apparatus being obtained by simplifying that of the first embodiment; and Fig. 6 is a block circuit diagram showing the configuration of a general-purpose data processing module according to the third embodiment, the data processing module being applicable not only to the data processing performed by the apparatuses shown in Figs. 1 and 5 but also to data processing of other kinds.
The first embodiment of the present invention will now be described with reference to the accompanying drawings. The embodiment will be described, referring to the case where message data is subjected to compression/encryption processing by use of a hash function utilizing an improved and generalized CBC mode.
Fig. 1 shows the data processing apparatus employed in the embodiment. Referring to Fig. 1, a block processing section 11 divides input message data B into a plurality of blocks, and the resultant data blocks Bi (i - 1, 2, ..., k+l, k+2, ..., m) are output in parallel at appropriate time intervals. Each data block Bi is supplied to the corresponding one of encryption processing circuits 121.
The encryption processing circuits 12i are of the same configuration, and an initial parameter 10 (which can be used as a key) is determined for the first one 121 of encryption processing circuits 12i. Each of the remaining encryption processing circuits 12i receives data block Bi, and encrypts it on the basis of the processing result Ci1# (when i=1, C0 =Ig) of the preceding processing circuit. The result of processing of the final processing circuit 12m is the compressed and encrypted data of message data B.
Fig. 2 shows the circuit configurations of the (k+l)th and (k+2)th ones of the encryption processing circuits 12i mentioned above. Referring to Fig. 2, the (k+l)th data block is supplied to an adder lk+l. By this adder, the kth processing result Ck# (when k=0, C0#=I0) is added to the data block Bk+1. The result of this addition is supplied to an encryption processor 2k+l. The encryption processor 2k+l selects one of pre-stored N encryption function algorithms (hereinafter referred to as "encryption algorithms" or simply as "algorithms") Ag to AN~1, in response to a selection signal Sk supplied from a kth algorithm selection controller, and encrypts the addition result of the adder lk+l by use of the selected algorithm.
The processing result Ck+l of the encryption processor 2k+1 is supplied to both a mask processor 3k+1 and a mask controller 4k+1.
Upon reception of the processing result Ck+lw the mask controller 4k+1 identifies the history of the encryption algorithm executed by the encryption processor 2k+l and stores the data obtained by the identification. Then, the mask controller 4k+1 determines a control value (..., bk, bk+l) dependent on the entirety or part of the encryption algorithm, and supplies the determined control value to the mask processor 3k+1.
Since the history of the encryption algorithm executed by the encryption processor 2k+l can be stored as data in the encryption processor 2k+l, the mask controller 4k+l may be supplied with the history data directly from the encryption processor 2k+l.
The mask processor 3k+1 performs mask processing with respect to the processing result Ck+l of the encryption processor 2kill such that the processing result Ck+l cannot be read or presumed afterwards. To be more specific, the entirety or part of the processing result Ck+l is replaced with other values on the basis of the control value (..., bk, bk+l) supplied from the mask controller 4k+1. The result Ck+1# of the mask processing is supplied to the (k+2)th adder 1k+2.
The processing result Ck+l of the encryption processor 2k+l is also supplied to an algorithm selection controller 5k+1. By this controller 5k+1 an encryption algorithm to be executed by a (k+2)th encryption processor 2k+2 is determined, using a statistical method which is dependent on both the encryption algorithm Ak executed by the encryption processor 2k+l and the values of the entirety or part of the processing result Ck+l obtained by the execution of the encryption algorithm Ak. A selection signal Sk+l representing the determined encryption algorithm is supplied to the (k+2)th encryption processor 2k+2.
Just like the (k+l)th encryption processing circuit, the (k+2)th encryption processing circuit for performing encryption of data block Bk+2 is made up of an adder 1k+2, an encryption processor 2k+2, a mask processor 3k+2 a mask controller 4k+2 and an algorithm selection controller 5k+2. The operations of these structural components are similar to those of the structural components of the (k+l)th encryption processing circuit.
The configuration and operation of each of the other encryption processing circuits (namely, the first through ith processing circuits and (k+3)th through m-th processing circuits) are similar to those mentioned above. Therefore, the configurations of the other encryption processing circuits are not shown in the drawings, and reference to the operations of them will be omitted herein. It should be noted that since each encryption processing circuit processes the data output from its preceding encryption processing circuit, the block processing section 11 has to supply data blocks Bi to the respective encryption processing circuits with appropriate time delays.
The reasons why data collision can be prevented in the above-mentioned data processing apparatus will now be explained.
The compression/encryption procedures of message data are defined by the following formulas: Ck+l = Ak(Ck + Bk+1) ... (1) Ak+l = g(Ak, [Ck+1]n) ... (2) Ck+1# = Ck+1 + [bk-r+2 ... bk bk+1] ... (3) where 0 5 k # (m-1).
Assuming that 1 # i # (n+a) and r(n+a)=L, the following formulas are obtained: [bk-r+2 ... bk bk+1] = [bk-r+2(i) ... bk(i) bk+l(i)] .. , (4) bk+l(i) = ss(#k+1) : Ak b Ak+1) .. . (5) When k=0 in these formulas, A0 denotes an arbitrarily-designated initial algorithm, and C0* denotes an appropriate initial vector (initial parameter) Io.
What is meant by each of the above formulas (1)-(5) will be explained.
Where Ak denotes the encryption algorithm executed by the (k+l)th encryption processing circuit, encrypted data Ck+l is derived from the processing result Ck# of the kth encryption processing circuit and the present data block Bk+l by use of the encryption algorithm Ak.
(formula (1)) Then, an encryption algorithm Ak+l to be executed in the next encryption processing circuit (i.e., the (k+2)th processing circuit) is determined based on both n bits [Ck+1)n included in the encrypted data Ck+l (e.g., lower n bits of the encrypted data) and the encryption algorithm Ak presently executed. (formula (2)) The encryption algorithm Ak+l to be executed in the next encryption processing circuit can be determined in various methods. One of the methods is a method wherein the n bits of the encrypted data Ck+l and the present encryption algorithm Ak are used such that the temporal changes in the encryption algorithm form a finite-state discrete-time Markovian process.
To realize this method, the use of a trellis diagram of the convolutional codes of an encoding rate of n/(n+a) is effective. The trellis diagram is one of the representations of convolutional codes and is a kind of state transition diagram. The trellis diagram is featured in that all states are shown in relation to time.
Fig. 3 is a block circuit diagram showing the configuration of a general convolutional encoder, and Fig.
4 is a trellis diagram corresponding to the operation of the convolutional encoder. In the convolutional encoder shown in Figs. 3 and 4, an encoded output of 2 bits is produced in response to an information input of 1 bit, so that the encoding rate is 1/2.
Referring to Fig. 3, a l-bit information input is sequentially shifted by l-bit shift registers SR1 and SR2. The l-bit information input is added to the output of shift register SR1 by an adder AD1, to thereby obtain a signal yl. Also, the l-bit information input is added to the output of shift register SR2 by an adder AD2, and the resultant signal is added to the output of register SR1 by an adder AD3, to thereby obtain a signal y2.
Signals Y1 and y2 are alternately output by means of a switch SW.
In Fig. 4, the states of registers SR1 and SR2 are shown in the vertical direction, and time k is shown in the horizontal direction. When information bit "1" is input in the state where k=0 and the contents of registers SR1 and SR2 are (00), the contents of registers SR1 and SR2 become (01) when k=l. This state transition is indicated by the broken lines.
In Fig. 4, an encoder output (11) is assigned to line segments corresponding to the state transitions.
The line segments are generally referred to as "branches", and the encoder output (11) is often referred to as "branch codes".
When information bit "0" is input, the contents of registers SR1 and SR2 become (00). This state transition is indicated by the solid lines. The related encoder outputs < 00 > are assigned to the corresponding transition branches.
In the trellis diagram representation, a series of branches are referred to as a "path", and each of the paths extending from the left side to the right side of the trellis diagram corresponds to a code.
The convolutional codes mentioned above and the trellis diagram thereof are described in detail in A.J.
Viterbi, Convolutional Codes and Their Performance in Communication Systems, IEEE Trans. Commun. Technol, vol. COM-19, No. 5, pp. 751-772, 1971.
When state Ak in the trellis diagram subsequently changes to new state Ak+l in response to input of n bits (information bits), a new branch code represented by bk+l(i) (1 S i 5 n+a) is produced. (formula (5)) By use of the past history of the branch codes including this new branch code (formula (4)), the entirety (or part) of the values of the history is replaced with other values dependent on the entirety (or part) of the history of the algorithms, thereby concealing the value of Ck+l. The result obtained thereby is expressed as Ck+1&num; (formula (3)).
A description will be given of the conditions under which data collision occurs. In view of the definitions, it is understood that data collision occurs when the hash values Cm1 and (Cm')&num; of two different message data items M and M' coincide with each other.
In the following, therefore, a description will be given of the condition under which the hash values coincide with each other.
The hash values Cm&num; and (Cm')&num; of the different message data items M and M' are represented by: Cm&num; = Cm + [bm-r+1 bm-r+2 ... bm] (Cm')&num; = Cm' + [bm-r+1' bm-r+2' ... bm'] Hence, the two hash values become equal to each other when the following two conditions are satisfied: Cm = Cm' [bm-r+1 bm-r+2 ... bm) = [bm-r+l' bm-r+2' ... bm'] With the latter relationships in mind, the following conditions are initially determined: Am-r = Am-r' Cm-r&num; + Bm-r+l = (Cm-r')&num; + Bm-r+1' ... (6) In this case, the following formula is obtained because of the assumption: Cm-r+1 = Am-r (Cm-r&num; + Bm-r+1) = Am-r' {(Cm-r')&num; + Bm-r+1') = Cm-r+1' Hence, the following formula is satisfied: [Cm-r+1]n = [Cm-r+1']n Accordingly, the following two formulas are derived: Am-r+1 = Am-r+1' bm-r+1 = bm-r+1' Next, let it be assumed that the condition represented below is satisfied: Cm-r+1&num; + Bm-r+2 = (Cm-r+1')&num; + Bm-r+2' ... (7) In this case, the following formula is obtained: Cm-r+2 = Am-r+l (Cm-r+1&num; + Bm-r+2) = Am-r+1' {(Cm-r+1')&num; + Bm-r+2') = Cm-r+2' Hence, the following formula is satisfied: [Cm-r+2]n = [Cm-r+2']n Accordingly, the following two formulas are derived: Am-r+2 = Am-r+2' Bm-r+2 = bm-r+2' After similar procedures are repeated, the condition represented below is assumed: Cm-l&num; + Bm = (Cm-1')&num; + Bml ... (s) In this case, the following formula is obtained: Cm = Am-1 (Cm-1&num; + Bm) = Am-1' {(Cm-1')&num; + Bm'} = cml Hence, the following formula is satisfied: [Cm]n = [Cm']n Accordingly, the following two formulas are derived: Am = Am bm = bm' At the time, the condition represented by the following formula is confirmed: [bm-r+1 bm-r+2 ... bm] = [bm-r+1' bm-r+2' ... bm'] Hence, the following formulas are satisfied: Cm&num; = Cm + [bm-r+1 bm-r+2 ... bm] (Cm')&num; = Cm' + [bm-r+1' bm-r+2' ... bm'] From these formulas, the following is obtained: Cm&num; = (Cm')&num; In view of the above, it is understood that the conditions under which data collision occurs are represented by the following four conditions: Am-r = Am-r' ... (11) Cm-r&num; + Bm-r+1 = (Cm-r')&num; + Bm-r+1' ... (12) Cm-r+1&num; + Bm-r+2 = (Cm-r+1')&num; + Bm-r+2' ... (13) ...
Cm-1&num; + Bm = (Cm-1')&num; + Bm' ... (1r) The condition for satisfying formula (11) will be considered. Since an algorithm changes in accordance with the trellis structure of a limited length (v0=nv), the condition for satisfying formula (11) is the time when the following three formulas (21)-(2v) are satisfied simultaneously: [Cm-r-v+1]n = [Cm-r-v+1']n ... (21) [Cm-r-v+2]n = [Cm-r-v+2']n ... (22) [Cm-r]n = [Cm-r']n ... (2v) Specifically: [Am-r-v [Cm-r-v&num; + Bm-r-v+l)]n = [Am-r-v' {(Cm-r-v')&num; + Bm-r-v+1'}]n ... (31) [Am-r-v+1 (Cm-r-v+1&num; + Bm-r-v+2)]n = [Am-r-v+1' {(Cm-r-v+1')&num; + Bm-r-v+2'}]n (32) [Am-r-1 (Cm-r-1&num; + Bm-r)]n = [Am-r-1' {(Cm-r-1')&num; + Bm-r')]n ... (3v) Assuming that the values up to the values of Am-r-v' and (Cm-r-v')&num; are known values, a description will be given as to how the values of Bm-r-v+1' to Bmr1 that are factors of M' are determined.
First, the value of Br-r-v+1' is determined in such a manner as to satisfy formula (31). (It should be noted that the value of Bm-r-v+1' cannot be determined without reference to the other values.) When the value of Bm-r-v+1' is determined, values are determined in the order of Cm-r-v+1' # Am-r-v+1' # (Cm-r-v+1')&num;, in accordance with the following formula: Cm-r-v+1' = Am-r-v' {(Cm-r-v')&num; + Bm-r-v+1') Am-r-v+1' = g(Am-r-v', [Cm-r-v+1']n) (Cm-r-v+1')&num; = Cm-r-v+1' + [......bm-r-v+1'] The portion "......" included in the [......bm-r-v+1'] is specifically [ bm-r-v+1'bm-r-v'] and is a value determined dependent on the past history of the algorithm "...
Am-r-v-1 # Am-r-v'". Since the value represented by (Cm-r-v')&num; = Cm-r-v' + [......bm-r-v-1' bm-r-v'] is a known value because of assumption, the value of the portion "......" included in the [......bm-r-v+1'] can be regarded as being determinate. Therefore, if it is assumed that the values up to the value of (Cm-r-v')&num; are known, the value of (Cm-r-v+1')&num; can be regarded as being determined based only on Bm-r-v+1'.
After similar procedures are repeated, the value of Bm-r' is determined in such a manner as to satisfy formula (3v). As a result, values are determined in the order of Cm-r' # Am-r' # (Cm-r')&num;.
It should be noted that the value of (Cm-r')&num; is dependent on the value of Bm-r-v+1' determined at the beginning.
When the values up to the value of (Cm-r')&num; have been determined, consideration can be made in relation to formulas (11) to (lr) indicated above. That is, if it is assumed that the values up to the values of Am-r-v' and (Cm-r-v')&num; are known, the formulas below are satisfied and data collision occurs: [Am-r-v (Cm-r-v&num; + Bm-r-v+l)]n = [Am-r-v' {(Cm-r-v')&num; + Bm-r-v+1'}]n ... (41) [Am-r-v+1 (Cm-r-v+1&num; + Bm-r-v+2)]n = [Am-r-v+l' {(Cm-r-v+1')&num; + Bm-r-v+2'))n ... (42) [Am-r-1 (Cm-r-1&num; + Bm-r)]n = [Am-r-1' {(Cm-r-1')&num; + Bm-r'}]n ... (4v) Cmr* + Bm-r+1 = (Cm-r')&num; + Bm-r+l' ... (51) Cm-r+1&num; + Bm-r+2 = (Cm-r+1')&num; + Bm-r-+2' ... (52) Cm11 + Bm = (Cm-1')&num; + Bml ... (Sr) The satisfaction of these formulas is one of the sufficient conditions under which data collision occurs.
In comparison with the CBC mode of data encryption, the above-noted condition under which data collision occurs is very strict. The number of the formulas representing the condition is (v+r), and it should be noted that the condition is expressed by not only the parameter v which controls the number of encryption algorithms but also the parameter r which is dependent on the history length of the encryption algorithm related to the concealment of encrypted data. In other words, the advantages of the above-noted condition is more than the advantages obtained by merely using a number of encryption algorithms.
As can be seen from the above detailed descriptions, the present invention is featured in two points. First, a plurality of encryption algorithms selectively used by the encryption processing circuits are not switched from one to another in response to a deterministic control signal; they are switched from one to another in a statistic method dependent on the result of the preceding encryption processing circuit. Second, the value obtained by the present-time encryption processing is concealed by use of a value or values dependent on the entirety or part of the past history of encryption algorithms before it is supplied to the next encryption processing circuit, to thereby leave no data suggestive of the control under which an encryption algorithm is changed.
Because of these features, it is practically impossible for a third party to know a series of encryption algorithms actually used in the hashing processing. In addition, since encrypted data is concealed by use of a value or values dependent on the entirety or part of the past history of the encryption algorithms, it is very difficult to prepare message data whose hash value coincides with that of the message data encrypted by the present invention.
In the embodiment mentioned above, the encryption processing circuit can be grouped into blocks such that each block is made by one encryption processing module.
If, in this case, each encryption processing module is designed such that it executes both the determination of a new encryption algorithm to be used in the next module and the concealment of the data encrypted by the present-used encryption algorithm, the apparatus incorporating such modules can ensure very reliable data security.
Since the encryption processing circuits are the same in configuration, the adder 1, encryption processor 2, mask processor 3, mask controller 4, and algorithm selection controller 5 of one processing circuit may be fabricated as one module, and this module may be repeatedly used for data blocks B1 to Bm, as shown in Fig. S.
If this is done, the entire apparatus can be considerably simplified.
In the case shown in Fig. 5, the block processing section 11 divides message data B into data blocks B1 to Bm and supplies the data blocks B1 to Bm to the adder 1 on the time divisional basis. The processing result C of the mask processor 3 is fed back to the adder 1, and a selection signal S produced by the algorithm selection controller 5 is supplied to the encryption processor 2, so as to determine the encryption algorithm to be used subsequently.
Further, an output controller 6 is provided. When the mask processor 3 produces the processing output Cm* corresponding to the last data block Bm, the output controller 6 outputs the processing output Cm* as a compressed and encrypted processing result. With this data processing, the apparatus can be very simple in configuration and yet the same operation similar as that of the case shown in Fig. 1 can be realized.
The technique for processing data by selectively using a plurality of function algorithms is not limited to the encryption processing described above; it is applicable to various kinds of data conversion. Fig. 6 shows an example of a general-purpose data processing module which can be applied not only to the data processing apparatuses shown in Fig. 1 and 5 but also to other types of data processors.
Referring to Fig. 6, a function processor 21 stores N function algorithms Fg to Fun~1. The function algorithm executed by the function processor 21 is determined in response to a selection signal supplied from an algorithm selection controller 22. When function algorithm Fk is selected, the function processor 21 carries out calculation Fk(X)=Y with respect to input data X.
The function algorithm selection controller 22 receives the result of the calculation Fk(X)=Y performed by the function processor 21. On the basis of the entirety or part of the received result, the function algorithm selection controller 22 determines function algorithm Fk+l to be subsequently executed by the function processor 21, and supplies a selection signal S to the function processor 21.
As described above, the function algorithm can be changed from Fk to Fk+l in a variety of methods1 and one of such methods is a statistic method wherein the temporal changes in the encryption algorithm are regarded as forming a finite-state discrete-time Markovian process.
Needless to say, the function algorithm may be changed deterministically on the basis of calculation result Y.
According to the above configuration, the function algorithm to be used next is determined on the basis of the result of calculation performed by the function processor 21, and this determination process is carried out within the module. Therefore, a third party cannot understand which algorithm is being executed at each stage of the processing.
As indicated by the dotted lines in Fig. 6, the function algorithm may be changed in response to externally-input data X'. In this case, the algorithm selection controller 22 compares the calculation result Fk(X) of the function processor 21 with the externallyinput data X', and determines the next function algorithm Fk+l on the basis of the comparison. The function algorithm can be changed deterministically or statistically in this modification as well.
When putting the abOve modification into practice, the following control may be available. That is, when the comparison shows that Fk(X) is equal to X', the present algorithm Fk is maintained unchanged, and when the comparison shows that Fk(X) differs from X', the present algorithm Fk is changed to another algorithm Fk+l.
According to the above configuration, the function algorithm is not designated directly by the externallyinput data X'. Therefore, a third party cannot know the processing performed inside the apparatus even when the function algorithm is externally selected or controlled.
In the embodiment shown in Fig. 6, the result of the calculation Fk(X)=Y performed by the function processor 21 is not output as it is. In other words, it is masked in an output converter 23 by replacing it with other values, before it is output. Therefore, further reliable data security is ensured.
In the present invention, various data masking methods are available. In the case where the temporal changes in the algorithm form a finite-state discretetime Markovian process, a method which uses a value Bj (j S k) dependent on the history of the algorithms executed so far is applicable. That is, value Y is changed by use of the value Bj as follows: Y'=V+Bj (j S k).
In the embodiment shown in Fig. 6, a mask controller 24 identifies the history of the past algorithms on the basis of the calculation result Y of the function processor 21, and calculates a value Bj dependent on the history. With this value j supplied to the output converter 23, the masking processing mentioned above is performed.
Needless to say, the output conversion need not be performed by the mask controller 24. It may be carried out on the basis of fixed data stored in the output converter 23. In addition, if the function processor 21 is made to store data on the history of the function algorithm, the mask controller 24 may receive the history data directly from the function processor 21, as indicated by the dotted lines in Fig. 6.
The above embodiment was described, referring to the case where the function algorithms stored in the function processor 21 are independent of one another.
However, this in no way limits the present invention.
For example, one function algorithm may be a combination of one fundamental algorithm portion F and a plurality of sub algorithm portions Go to Gun~1, and the entire algorithm may be changed by controlling only the sub algorithm portions Go to Gun~1. If this is performed, the function processor 21 need not have a large storage capacity to store the function algorithm, so that a reduction in the circuit scale can be attained easily, as in the case where the module is fabricated as a large scale integrated circuit.
In the above embodiment, the function processor 21 has only one input terminal. However, the present invention is not limited to this. As is indicated by the broken line in Fig. 6, an output of the output converter 23 may be fed back to the function processor 21.
The entire module need not be fabricated as a large scale integrated circuit. In other words, the function processor 21 may be divided into an algorithm storage section and an arithmetic processing section. In this case, an algorithm is read out from the algorithm storage section in response to a selection control signal supplied from the algorithm selection controller 22, and the readout algorithm is supplied to the arithmetic processing section. If the algorithm storage section designed such that the algorithms therein can be varied or a new algorithm can be to added thereto, then data security can be made further reliable, and the range of application of the embodiment can be widened.
Where the data processing module mentioned above is applied to the data processing apparatus shown in Fig.
5, the function processor 21 can be used as encryption processor 2; the algorithm selection controller 22, as algorithm selection controller 5; the output converter 23, as mask processor 3; and the mask controller 24, as mask controller 4. The data processing module is also applicable to the data processing apparatus shown in Fig. 1 in a similar manner.
The present invention is not limited to the embodiments described above. For example, the function algorithms are not limited to encryption algorithms mentioned above; they may be algorithms which are used for other kinds of data conversion. When the present invention is reduced to practice, it can be modified in various manners without departing from the spirit of the invention.

Claims (11)

CLAIMS:
1. A data processing module comprising: a function processor for storing a plurality of function algorithms therein and for executing a designated one of the function algorithms to perform function operation processing; and an algorithm selection controller for designating a function algorithm to be subsequently executed on the basis of a processing result obtained by the function processor.
2. A data processing module according to claim 1, wherein said algorithm selection controller controls a change in the function algorithms of the function processor by using a statistic method which is based on the entirety or part of the processing result (Y) obtained from a presently-executed function algorithm.
3. A data processing module according to claim 1, wherein said algorithm selection controller controls a change in the function algorithms of the function processor by using a deterministic method which is based on the entirety or part of the processing result obtained from a presently-executed function algorithm.
4. A data processing module according to claim 1, wherein said algorithm selection controller performs comparison between the processing result obtained by the function processor and externally-input data, and designates a subsequently-executed function algorithm on the basis of the comparison.
5. A data processing module according to claim 4, wherein said algorithm selection controller controls a change in the function algorithms of the function processor by using a statistic method which is based on the comparison between the processing result obtained from the presentlyexecuted function algorithm and the externally-input data.
6. A data processing module according to claim 4, wherein said algorithm selection controller controls a change in the function algorithms of the function processor by using a deterministic method which is based on the comparison between the processing result obtained from the presently-executed function algorithm and the externallyinput data.
7. A data processing module according to claim 1, further comprising an output converter for outputting the processing result obtained by the function processor after replacing the processing result with another value.
8. A data processing module according to claim 7, further comprising an output conversion controller for controlling conversion performed by the output converter by using a value which is based on the entirety or part of a history of the function algorithms executed by the function processor.
9. A data processing module according to claim 7, wherein said output converter performs output conversion on the basis of fixed data stored therein.
10. A data processing module according to claim 1, wherein each of said function algorithms stored in the function processor is a combination of one fundamental algorithm portion and a plurality of sub algorithm portions.
11. A data processing apparatus, substantially as hereinbefore described with reference to the accompanying drawings.
GB9522945A 1992-05-29 1993-05-28 Data processing apparatus Expired - Fee Related GB2294140B (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP4139425A JPH05333776A (en) 1992-05-29 1992-05-29 Function processing module
JP13942492A JPH05333772A (en) 1992-05-29 1992-05-29 Message data compressing device
GB9311145A GB2267419B (en) 1992-05-29 1993-05-28 Data processing apparatus

Publications (3)

Publication Number Publication Date
GB9522945D0 GB9522945D0 (en) 1996-01-10
GB2294140A true GB2294140A (en) 1996-04-17
GB2294140B GB2294140B (en) 1996-11-27

Family

ID=27266704

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9522945A Expired - Fee Related GB2294140B (en) 1992-05-29 1993-05-28 Data processing apparatus

Country Status (1)

Country Link
GB (1) GB2294140B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1013026A2 (en) * 1997-09-16 2000-06-28 Information Resource Engineering, Inc. Cryptographic co-processor
WO2004036418A2 (en) * 2002-10-15 2004-04-29 Nb Networks Systems and methods for general purpose data modification

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0162929A1 (en) * 1983-11-16 1985-12-04 Fujitsu Limited Method of controlling branching
EP0168054A2 (en) * 1984-07-11 1986-01-15 Hitachi, Ltd. Method and System for data driven information processing
GB2168508A (en) * 1984-11-16 1986-06-18 Hitachi Ltd Method for command processing in image processing system
GB2175112A (en) * 1983-05-07 1986-11-19 Hitachi Ltd Sequence control method and apparatus
EP0299711A2 (en) * 1987-07-14 1989-01-18 Mitsubishi Denki Kabushiki Kaisha An audio signal recording and reproducing apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2175112A (en) * 1983-05-07 1986-11-19 Hitachi Ltd Sequence control method and apparatus
EP0162929A1 (en) * 1983-11-16 1985-12-04 Fujitsu Limited Method of controlling branching
EP0168054A2 (en) * 1984-07-11 1986-01-15 Hitachi, Ltd. Method and System for data driven information processing
GB2168508A (en) * 1984-11-16 1986-06-18 Hitachi Ltd Method for command processing in image processing system
EP0299711A2 (en) * 1987-07-14 1989-01-18 Mitsubishi Denki Kabushiki Kaisha An audio signal recording and reproducing apparatus

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1013026A2 (en) * 1997-09-16 2000-06-28 Information Resource Engineering, Inc. Cryptographic co-processor
EP1013026A4 (en) * 1997-09-16 2004-09-08 Information Resource Engineeri Cryptographic co-processor
WO2004036418A2 (en) * 2002-10-15 2004-04-29 Nb Networks Systems and methods for general purpose data modification
WO2004036418A3 (en) * 2002-10-15 2005-03-31 Nb Networks Systems and methods for general purpose data modification

Also Published As

Publication number Publication date
GB2294140B (en) 1996-11-27
GB9522945D0 (en) 1996-01-10

Similar Documents

Publication Publication Date Title
GB2267419A (en) Data processing apparatus
US4157454A (en) Method and system for machine enciphering and deciphering
US7760871B2 (en) Block cipher using auxiliary transformation
US7809050B2 (en) Method and system for reconfigurable channel coding
KR100806468B1 (en) Data conversion device and data conversion method
US6278780B1 (en) Method of and an apparatus for generating internal crypto-keys
US6810094B1 (en) Viterbi decoder with pipelined parallel architecture
JP2002032018A (en) Ciphering device using standard algorithm for ciphering data
JP3274668B2 (en) Arithmetic processing device and arithmetic processing method
JPH10117149A (en) Trace back device/method for viterbi decoder
CN111563281B (en) Processor supporting multiple encryption and decryption algorithms and implementation method thereof
US4897876A (en) Method of and an arrangement for digital signal encryption
JP2000295212A (en) Method and device for decoding processing of encrypted data
CN114091086A (en) Rapid realization method of SM4 algorithm based on bit slice
US5450338A (en) Add-compare-select device
US6792570B2 (en) Viterbi decoder with high speed processing function
GB2294140A (en) Processing module with function selection
JP5182295B2 (en) Encryption apparatus and encryption processing method
JP3547474B2 (en) Cryptographic operation circuit
CN111488575B (en) System and method for actively defending hardware Trojan on storage path
JP3770584B2 (en) Encryption key generation circuit
KR100531840B1 (en) Method for computing branch metric in viterbi decoder and circuit thereof
KR970008419B1 (en) Viterbi decoder for hdtv
Jiang et al. A trace-back-free Viterbi decoder using a new survival path management algorithm
JPH06118872A (en) Data disturbing device

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20000528