Self authentication ciphertext chaining
Abstract
Existing key encryption approaches are extended by using overlapping portions of encrypted information. Another provision inserts one or more bits of data to ensure correct encryption/decryption. The inserted data can also be used for authenti-cation.

Term
Term ended
Expired 8 June 2020, 6.3 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
6 claims: 3 independent, 3 dependent
- 1CA 02373787 2006-07-04 THE EMBODIMENTS OF THE INVENTION IN WHICH AN EXCLUSIVE PROPERTY OR PRIVILEGE IS CLAIMED ARE DEFINED AS FOLLOWS:1. A method for producing an encrypted message, the method comprising: logically splitting a message to be encrypted into a main payload portion and a residue payload portion such that a sum of the length of the main payload portion and a length of an authentication block associated with the message is equal to a predefined block length;encrypting, with a key, a concatenation of the authentication block and the main payload portion to produce a payload ciphertext field having a length equal to said predefined block length;dividing the payload ciphertext field into first and second payload ciphertext fields;encrypting, using said encryption key, a concatenation of said second payload ciphertext field, and said residue payload portion, or a concatenation of a second authentication block, said second payload ciphertext field, and said residue payload portion to produce a residue ciphertext field wherein prior to encrypting said concatenation of said second payload ciphertext field, and said residue payload portion, or said concatenation of said second authentication block, said second payload ciphertext field, and said residue payload portion has a length equal to said predetermined block length;and wherein said first payload ciphertext field and said residue ciphertext field comprise said encrypted message. CA 02373787 2006-07-04
- 5A method for producing an unencrypted message from an encrypted message, the method comprising:dividing the encrypted message into a first payload ciphertext field and a residue ciphertext field, wherein said residue ciphertext field has a length equal to a predetermined length;using a decryption key, decrypting said residue ciphertext field and segmenting to produce a secondary authentication block, a second payload ciphertext field and a residue payload field, based on a known length of said secondary authentication block, and at least one of a known length of said residue ciphertext field, a known length of a payload field, said predetermined length, and a known length of a primary authentication block;concatenating said first payload ciphertext field with said second ciphertext payload field to produce a main ciphertext field;using said decryption key, decrypting said main ciphertext field to extract a main payload portion;concatenating said main payload portion with said residue payload field to produce said unencrypted message.
Independent claims3
43 paragraphs in 10 sections, as filed
CA 02373787 2006-07-04
SELF AUTHENTICATION CIPHERTEXT CHAINING
FIELD OF THE INVENTION
The present invention relates to cryptographic systems in general and in particular to a system for encrypting information efficiently using encryption keys having a fixed modulus size.
BACKGROUND OF THE INVENTION
Encryption is the process of converting a message from plaintext to ciphertext in such a way that only those that are authorized readers can decrypt the plaintext from the ciphertext. Often, encryption is used to secure a message that is expected to be transported through an untrusted channel or stored on an insecure data storage medium. The term “message” often refers to a communication between a sender and a receiver but as used here the term refers to any data that might need to be secured between the time and/or place of its creation or acceptance by the sender and the time and/or place of its receipt by the receiver. Thus, a message could be an e-mail communication, a program, a dataset, an image, a collection of data objects treated as a single message, a stream of data, or combinations of the above or similar objects.
One method of determining whether or not the receiver is authorized to read, or otherwise access, the plaintext of the message is the use of “keys”. Typically a key is representable by data, such as a string of bits. An example is a 128-bit key, which is a string of 128 bits. Using this method, the sender would use an encryptor to encrypt the plaintext of the message into the ciphertext in such a way that any recipient of the ciphertext, authorized or not, that did not have knowledge of the key could not decrypt the plaintext from the ciphertext without some threshold of computing effort and/or time.
It is well understood that, except for a limited class of encryption schemes such as using one time pads, the plaintext can be extracted from the ciphertext without the key with enough computing effort and/or time. For example, an attacker (i.e., an unauthorized recipient) could attempt to decrypt the message by serially decrypting using each possible key. However, in a well-designed encryption system, the amount
CA 02373787 2006-07-04 of computing effort needed to decrypt without the key costs more than the value of having decrypted the message or would take so much time that the value of keeping the message secure has passed before the message is decrypted.
There are several aspects of message security that an encryption system provides. One aspect is secrecy, in that the plaintext of a message can be kept from unauthorized readers even if the reader has possession of the ciphertext of the message. Another aspect is authentication, in that the recipient of the ciphertext can verify that the message was actually sent by the purported sender. Yet another aspect is integrity, in that the recipient can verify that the message was not modified after leaving the control of the sender. In some instances, only one aspect is used. For example, a digital signature process creates a data sequence that authenticates a message and that message is often sent “in the clear” so that anyone can read the message. Thus, the message is not kept secret, but it can still be authenticated. Although a system does not always encrypt a message before transport or storage, as is the case for digital signatures, the system is nonetheless generically referred to as an encryption system.
Encryption systems are often classified into private key systems and public key systems, often referred to as symmetric key systems and asymmetric key systems, respectively. In a private key system, the key is used by the sender to encrypt the message and the same key is used by the receiver to decrypt or verify, the message. As a result, the key must be kept secret from unauthorized entities. With public key systems, the key is a pair of key parts comprising a public part and a private part. The public part is not necessarily kept secret and can be used to verify messages and perform other processes on a message, but typically the private key is needed to extract plaintext from the ciphertext of a secret message.
One example of a public key standard is the widely used RSA standard. One advantage of using a standard public key system is that many components of the system are readily available, such as e-mail encryptors, key managers, encoders, decoders, verifiers, and the like. However, a problem with many standard encryption systems is that they operate on the message in blocks of fixed sizes per key length, requiring padding when the message to be sent does not fill an integer number of
CA 02373787 2006-07-04 blocks exactly. Random data should be used for padding, to avoid easy attacks on decrypting the message without the key.
The use of fixed size blocks is not a problem where messages are always sized to be an integer number of blocks, but where the messages are not an integer number of blocks, but instead comprise zero or more full blocks and a partial block, the partial block must be padded up to a whole block before processing. Where the amount of processing to encrypt, decrypt or verify a message is a function of the number of blocks and the amount of processing needed for a block is considerable, a processing routine might perform many unnecessary operations on a partial block if the message portion of the partial block is much smaller than the block size.
For example, the block size is often dictated by a key modulus used to encrypt a block. If the key modulus is 512 bits, messages will be encoded in 512 bit blocks. If a message to be encrypted happens to be 1025 bits long, the message would be encrypted into three 512-bit blocks, one of which would represent only one bit of the message.
SUMMARY OF THE INVENTION
In an encryption system according to one embodiment of the present invention, existing fixed key modulus size encryption approaches are extended to use overlapping portions of encrypted information in generating encrypted messages. In another aspect of the invention, the encryption system can insert one or more bits of data to ensure correct encryption/decryption and the inserted data can be used for authentication.
In accordance with one aspect of the invention, there is provided a method for producing an encrypted message. The method involves logically splitting a message to be encrypted into a main payload portion and a residue payload portion such that a sum of the length of the main payload portion and a length of an authentication block associated with the message is equal to a predefined block length. The method further involves encrypting, with a key, a concatenation of the authentication block and the main payload portion to produce a payload ciphertext field having a length equal to the predefined block length. The method further involves dividing the payload ciphertext field into first and second payload ciphertext fields and encrypting, using
CA 02373787 2006-07-04 the encryption key, a concatenation of the second payload ciphertext field, and the residue payload portion, or a concatenation of a second authentication block, the second payload ciphertext field, and the residue payload portion to produce a residue ciphertext field wherein prior to encrypting the concatenation of the second payload ciphertext field, and the residue payload portion, or the concatenation of the second authentication block, the second payload ciphertext field, and the residue payload portion has a length equal to the predetermined block length. The first payload ciphertext field and the residue ciphertext field provide the encrypted message.
The second authentication block may involve one or more bits and the second payload ciphertext field has more than 128 bits.
The second authentication block may involve one or more bits forming a null value.
In accordance with another aspect of the invention, there is provided a method for encrypting and decrypting a message. The method involves producing an encrypted message according to the method described above and further involves producing an unencrypted message from the encrypted message by dividing the encrypted message into a first payload ciphertext field and a residue ciphertext field, wherein the residue ciphertext field has a length equal to a predetermined length. The method further involves using a decryption key, decrypting the residue ciphertext field and segmenting to produce a secondary authentication block, a second payload ciphertext field and a residue payload field, based on a known length of the secondary authentication block, and at least one of a known length of the residue ciphertext field, a known length of a payload field, the predetermined length, and a known length of a primary authentication block. The method further involves concatenating the first payload ciphertext field with the second ciphertext payload field to produce a main ciphertext field and using the decryption key to decrypt the main ciphertext field to extract a main payload portion, concatenating the main payload portion with the residue payload field to produce the unencrypted message.
In accordance with another aspect of the invention, there is provided a method for producing an unencrypted message from an encrypted message. The method involves dividing the encrypted message into a first payload ciphertext field and a residue ciphertext field, wherein the residue ciphertext field has a length equal to a
CA 02373787 2007-07-11 predetermined length. The method further involves using a decryption key, decrypting the residue ciphertext field and segmenting to produce a secondary authentication block, a second payload ciphertext field and a residue payload field, based on a known length of the secondary authentication block, and at least one of a known length of the residue ciphertext field, a known length of a payload field, the predetermined length, and a known length of a primary authentication block. The method further involves concatenating the first payload ciphertext field with the second ciphertext payload field to produce a main ciphertext field and using the decryption key to decrypt the main ciphertext field to extract a main payload portion and concatenating the main payload portion with the residue payload field to produce the unencrypted message.
In accordance with another aspect of the invention, there is provided a computer readable medium encoded with codes for directing a processor to perform the methods described above and/or variants thereof.
A further understanding of the nature and the advantages of the inventions disclosed herein may be realized by reference to the remaining portions of the specification and the attached drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
Fig. 1 is a block diagram of an encryption system as might be used to implement an embodiment of the present invention.
Fig. 2 is a flow diagram illustrating a process of encrypting a full block and a residue block of a message.
Fig. 3 is a flow diagram illustrating a variation of the process shown in Fig. 2, without the use of a secondary authentication block.
Fig. 4 is a flow diagram illustrating a process of decrypting a full block and a residue block of a message encrypted as shown in Fig. 2.
CA 02373787 2006-07-04
DESCRIPTION OF THE SPECIFIC EMBODIMENTS
Fig. lisa block diagram of an encryption system 10, wherein plaintext 12 of a message is encrypted by an encryptor 14 using an encryption key to produce an encryptor output 16 that could be ciphertext, verification data (such as a digital signature), or both. Encryptor output 16 is conveyed to a channel and/or storage medium 18, where such channel or storage medium is untrusted and therefore considered insecure. A decryptor 20 receives encryptor output 16 from channel and/or storage medium 18 and, using a decryption key, produces plaintext or authorization indications 22.
In an encryption/decryption operation, the encryptor 14 might encrypt plaintext, which the decryptor 20 would decrypt to obtain the plaintext. In another operation, the encryptor 14 might generate a digital signature that the decryptor 20 could use to verify a message and issue an authenticated/unauthenticated signal.
In a fixed modulus encryption operation, plaintext 12 is divided into blocks of the modulus size and where plaintext 12 is of a size not evenly divisible by the modulus, the encryption of the last full block and the partial remaining block of plaintext 12 is performed as shown in Fig. 2.
Fig. 2 is a series of transformations of the full block and the partial remaining block resulting in the encryption of that data. Step (a) in Fig. 2 illustrates a message and an authentication block, AB. AB could represent a number of data elements about the message. In one example, AB is a concatenation of a zero bit or byte (to prevent overflows), a unit identity address (such as a MAC address), a sequence number (to prevent replay attacks), and other data about the message. In the description below, the following variables are used to represent lengths of various elements:
ABlen length of AB field
Payloadlen length of the data to be encoded (a full block and a partial block)
Enc_len length of blocks used in encoding process As shown in Step (b) in Fig. 2, the encryptor logically splits the message into a main payload M and a residual payload R, where the split is done so that the length of M, len(M), is such that len(M) + AB len = Enc len. With that split, the length of R, is R_len = Payload_len - len(M) = Payloadlen - Enc len + AB_len.
CA 02373787 2006-07-04
As shown in Step (c) in Fig. 2, AB j| M (where “||” is a concatenation operator) is encrypted using an encryption key encKey_e to produce a ciphertext field C where len(C) = Enclen. In one embodiment, the blocks are encoded using an RSA encoding process. For example, C might be (AB || M)<sup>A</sup>encKey_e mod modulusn, where values of Enc len can be expressed as unique numbers less than modulus n. As used here, lengths can be in any units, but a common measurement of data length is in bits.
As shown in Step (d) in Fig. 2, C is then divided into two fields, Cl and C2, where the lengths of Cl and C2 are such that the following equations are satisfied:
len(C2)= Enc_len - A2_len - len(R) = 2*Enc_len - A2_len - Payloadlen - ABlen len(Cl)= len(C) - len(C2) where A2_len is the length of a secondary authentication block, A2, shown in Step (e) of Fig. 2.
Since the length of A2 || C2 || R is Enc len, that concatenation can be encrypted using encKey_e, to produce a residue ciphertext, RC. As illustrated by Fig. 2(f), Cl and RC can be provided to a decryptor.
The insertion of a secondary authentication block, such as A2 in Step (e) in Fig. 2, is optional. Where A2 is not used, the authentication block AB would authenticate R, due to the overlap, since the cryptographic effects of AB feed through from ciphertext C2, which is combined with R and encrypted as shown in Steps (e) and (f) in Fig. 2. So long as there are enough bits in C2 for the feedthrough effect to be cryptographically valid (e.g., C2 being 128 bits or more), then the inclusion of A2 in the generation of RC is not needed to authenticate R. However, using A2 would be useful where C2 is too small. Thus, it should be understood that in the figures, len(A2) could range from zero to some positive value. Fig. 3 illustrates the feedthrough effect.
Fig. 4 is a flow diagram illustrating a process of decrypting a full block and a residue block of a message encrypted as shown in Fig. 2. As illustrated by Figs. 4(a)(b), the received block is split into a Cl portion and an RC portion. The decryptor can properly split its input into Cl and RC knowing only len(Cl || RC) and Enc len, since len(RC) = Enclen.
CA 02373787 2006-07-04
As shown in Steps (c)-(g) in Fig. 4, RC is decrypted and segmented into A2, C2 and R. The segmentation can be performed if the decryptor knows A2_len and either len(R) or Payloadlen, Enclen, AB_len, from which len(R) can be calculated. If A2 is used and cannot be verified, the message is discarded. Otherwise, the message is parsed into Cl and C2.
Once Cl and C2 are identified, they can be concatenated to form C, which can then be decrypted to produce AB and M. Finally, M and R can be combined to reconstruct the original plaintext message. If AB cannot be verified, the message is discarded. One case where the message is not verified is where the value for a key sequence is stored in AB and the message has a sequence number lower than, or out of order relative to, a prior received sequence number.
In the process of decrypting (see Step (c) in Fig. 4), the decryptor verifies A2 and discards the message if A2 is other than expected. One cause for A2 being an unexpected value is if the ciphertext message had been altered as it passed from the encryptor to the decryptor. In one embodiment, A2 is simply a null value, such as a “0” bit or a “00” byte. Because of some overlap between C and RC through C2, the authentication of R can be done by just verifying that A2 is as expected and AB is as expected. In effect, this allows both blocks to be authenticated using just one authentication block, AB, resulting in bandwidth and processing savings. In operation, the strength of AB for authenticating the partial block is related to the amount of overlap, i.e., len(C2). The overlap, len(C2), should preferably be at least 128 bits.
One use of the system described above is for securely passing keys to a remote security chip that is only accessible over an untrusted channel.
Although the invention has been described with reference to particular embodiments thereof, these embodiments are merely illustrative, and not limiting, of the present invention, the scope of which is to be determined solely by the appended claims.
Contents10
3 sheets
Sheet 1 Sheet 2 Sheet 3
7 priority claims, no other members on record
Priority claims7
| Document | Office | Kind | Date |
|---|---|---|---|
| 13841299 | United States of America | P | |
| 60138412 | United States of America | – | |
| 0015869 | United States of America | W | |
| 60138412 | – | – | – |
| PCTUS00015869 | – | – | – |
| US19990138412P | – | – | – |
| WO2000US15869 | – | – | – |
2 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| ExpiryMKEX | MKEX | |
| Examination requestEEER | EEER |
Numbers
- Publication
- 2373787
- Publication, DOCDB
- 2373787
- Publication, EPODOC
- CA2373787
- Application
- 2373787
- Application, DOCDB
- 2373787
- Application, EPODOC
- CA20002373787
Titles2
- English
- SELF AUTHENTICATION CIPHERTEXT CHAINING
- French
- AUTHENTIFICATION AUTOMATIQUE DU CHAINAGE DE TEXTES CRYPTES
Classification
- CPC, 3
- H04L9/3247
- H04L9/0618
- H04L2209/38
- IPC, 2
- H04L9 06
- H04L9 32