Information
-
Patent Application
-
20020057797
-
Publication Number
20020057797
-
Date Filed
July 19, 200123 years ago
-
Date Published
May 16, 200222 years ago
-
CPC
-
US Classifications
-
International Classifications
Abstract
A method for communicating information between at least a pair of correspondents, the method comprising the steps of each of the correspondents selecting a plurality of cryptographic algorithms known to each of the correspondents. One of the correspondents applies the algorithms in a predetermined manner lo a message for producing a set of processed information. The set of processed information is transmitted to the other correspondent. The other correspondent applies complimentary operations of the cryptographic schemes in accordance with the predetermined manner for deriving information related to the message from the processed information.
Description
[0001] This invention relates to cryptographic schemes, and particularly, to a method for implementing a cryptographic scheme that is resistant to catastrophic failure.
BACKGROUND OF THE INVENTION
[0002] Cryptographic schemes allow correspondents to send messages in secret or hidden form, so that only those people authorized to receive the message will be able to read it. Cryptographic schemes are generally based on one of two systems, namely, a private key system or a public key system. In a private key system, the method for data encryption requires the parties who communicate to share a common key. Private key systems have the disadvantage that the users of the scheme have to somehow exchange a common key in a secure fashion before any data is encrypted. This key should also be changed relatively often for other cryptographic reasons.
[0003] Whereas private key cryptography utilizes a single key for both encryption and decryption, public key cryptography utilizes several different keys for encryption and decryption. The encryption keys can thus be made public with the decryption keys maintained secret.
[0004] Public key systems have been deployed in specific systems. For example, the RSA scheme is a deployment of the general public key scheme. Similarly, discrete log systems and elliptic curve systems are other deployments of the general public key system. Public key systems may also be used to sign messages so that a recipient may verify the origin of the message using a public key of the sender.
[0005] Obviously, in a cryptographic system there is the threat of an attacker obtaining or deducing the key, the private key in the case of public key systems, and thereby compromising communication between a pair of users. The lucky recovery by an attacker of one or two keys is not in itself a serious problem, as a particular key can be revoked and disallowed for further use. However, a serious threat to the future resiliency of a particular cryptographic scheme is the ability of an attacker to devise a systematic method whereby a large number, or even all keys, for that system can be recovered. The resistance to such systematic attacks will depend on the underlying system used, but one factor is the key size.
[0006] For example, in the RSA scheme, keys of 512 bits or less are extremely vulnerable to a variety of attacks.
[0007] Corporate-wide deployment of a specific scheme is normally based on an assumption that the scheme will be secure at least for some time beyond the near future. However, just as cryptographic systems are advancing in their security, so are attackers advancing in devising new attacks against these systems. For example, in the future there may be an advance on the special purpose attack method which attacks a subset of keys for a particular scheme or there may be an advance in a general purpose attack method which attacks essentially all keys. The response to a special purpose attack on a keyed algorithm is to generally exclude weak cases, i.e., keys with a certain weak property. Similarly, a general-purpose attack can be addressed by increasing the primary security parameters to where attacks are again infeasible.
[0008] Therefore, there is a need for a cryptographic scheme that is more resilient than the schemes presently in use.
SUMMARY OF THE INVENTION
[0009] Accordingly, it is an object of this invention to provide a more resilient cryptographic scheme that is more resistant to specific or general purpose attacks than current schemes.
[0010] In accordance with this invention there is provided a method for communicating information between at least first and a second correspondent, the method comprising the steps of: selecting a plurality of cryptographic algorithms known to each of the correspondents;
[0011] the first correspondents applying the algorithms in a predetermined manner to a message to produce processed information;
[0012] transmitting this processed information to the other correspondent; and
[0013] the second correspondent applying complimentary operations of said cryptographic schemes in accordance with the predetermined manner to derive information related to the message from the processed information.
BRIEF DESCRIPTION OF THE DRAWINGS
[0014] These and other features of the preferred embodiments of the invention will become more apparent in the following detailed description in which reference is made to the appended drawings wherein:
[0015]
FIG. 1 is schematic diagram of a communication system;
[0016]
FIG. 2 is a flow diagram showing a signature scheme according to an embodiment of the present invention;
[0017]
FIG. 3 is a flow diagram showing a further signature scheme according to an embodiment of the invention; and
[0018]
FIG. 4 is a flow diagram of key agreement scheme according to an embodiment of the invention.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0019] Referring to FIG. 1, a communication system having at least a pair of corespondents is shown generally by numeral 10. It is assumed that the correspondents 12 and 14 incorporate cryptographic units 16 and 18 respectively. For convenience, the first correspondent will be referred to as a sender and the second correspondent will be referred to as a receiver. Generally, a plain text message is processed by the encryption unit of the sender and transmitted as cyphertext along a communication channel to the receiver where the encryption message is decrypted by the cryptographic unit 18 to recover the original message.
[0020] Referring to FIG. 2, a signature scheme according to an embodiment of the invention is shown generally by numeral 30. In this embodiment, the correspondents select several signature schemes such as RSA, DSA and ECDSA from a plurality of signature schemes. Using these three signature schemes, the sender processes the information to be signed to produce three sets of processed information in the form of three independent signatures (S1, S2, S3). These combine to form a multiple signature. The individual signatures are then transmitted to the recipient who then verifies the signatures using the corresponding verification part of the algorithm.
[0021] Thus, it may be seen that a break in any one or two algorithms will not affect the validity of the remaining signatures. Therefore, if all three signatures cannot be verified, the recipient is aware that at least one of the sets of processed information may have been interfered with by a third party. In order for the third party to effectively interfere with a signature using such a scheme, the third party has to break all of the encryption algorithms used. Although the third party may be able to uncover information related to the original message, it is of little use without breaking the remaining algorithms.
[0022] Although the present embodiment is described as selecting three signature schemes, any plurality of schemes may be used as required by a particular implementation. Further, effective signature schemes other than RSA, DSA, and ECDSA may also be used.
[0023] An alternate embodiment is illustrated in FIG. 3 by the numeral 40. The sender uses ECDSA for generating a set of processed information in the form of an EC signature. The sender subsequently inputs the EC signature to an RSA signature generation function (with message recovery) to generate a further set of processed information in the form of an RSA signed EC signature. The RSA signed EC signature is then transmitted to the recipient.
[0024] The recipient initially recovers the EC signature from the RSA sign EC signature. The recipient then recovers the original message from the EC signature and verifies the identity of the origin of the message. The EC signature thus provides redundancy for preventing manipulation attacks on the RSA signature. As in the previous embodiment, in order for the third party to effectively interfere with a signature using such a scheme, the third party has to break all of the encryption algorithms used. However, using the present embodiment will prevent the third party from uncovering information related to the original message unless all of the encryption algorithms are broken.
[0025] Furthermore, using alternate signature schemes or the same schemes in a different order is possible.
[0026] Yet an alternate embodiment is illustrated in FIG. 4, referred to generally by the numeral 50. In the present embodiment, the correspondents wish to communicate with a symmetric key. In general, public key schemes are used to assign symmetric keys transmitted between correspondents. The symmetric keys are then used by the correspondents to encrypt and decrypt messages transmitted between the correspondents. The symmetric key is then divided in to a plurality of parts. In this example, the key is divided into three parts and each of the parts is encrypted a respective cryptographic algorithm. The first part is encrypted RSA, the second part with a discrete log (DL) encryption, and the third with EC encryption. The three parts are then transmitted to the recipient who recovers all three parts by applying the corresponding decryption operation on the respective part. Each of the parts is then XOR'd together to derive the symmetric key. A key confirmation algorithm may then be used to ensure that the recovered symmetric key is correct. A break in one or two of the algorithms will not allow an adversary to recover the value of the symmetric key.
[0027] For key agreement, the sender composes three shared secrets from RSA, DL and EC key agreement schemes (respectively) all three of which are then input to a symmetric key derivation function. Alternatively, the sender may derive three symmetric key parts independently from an RSA shared secret, a DL shared secret, and an EC shared secret.
[0028] In a message authentication code (MAC), the correspondents can use different MAC algorithms such as DES-CBC-MAC and HMAC and then follow one of those signature models described above. For data encryption, the correspondents supercipher with different symmetric or asymmetric algorithms.
[0029] The present invention may also be applied to one way hash functions by using multiple hash outputs, where the multiple hash functions are preferably based on different functions. The present embodiment is similar to the first embodiment. Different hashing functions are applied to the same message. The results of the hashing function are sent to the recipient along with an encrypted message. If a third party breaks one or two of the hashing functions, it will not affect the validity of the remaining hashing functions. The recipient verifies the authenticity of all of the hashing functions. If the third party has interfered with the transmission without breaking all of the hashing functions, then all of the hashing function will not be verified. Therefore, the recipient will be aware the third party has attempted to interfere with the transmission.
[0030] Such methods as described above typically find use in e-commerce transactions involving large monetary transactions where the authenticity of the signatory is critical.
[0031] A further embodiment of the invention provides for a computer system programmed in accordance with the methods described herein.
[0032] Furthermore, an embodiment of the invention provides for a data carrier such as a computer disk, CD-ROM, and the like, carrying computer code for implementing the methods described herein.
[0033] A further embodiment of the invention provides for a virtual environment, such as an applet, for implementing the methods described herein.
[0034] Although the invention has been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art without departing from the spirit and scope of the invention as outlined in the claims appended hereto.
Claims
- 1. A method for communicating information between at least a first and a second correspondent, said method comprising the steps of:
a) selecting a plurality of cryptographic algorithms known to said first and second correspondents; b) said first correspondent applying each of said selected cryptographic algorithms to a common message in a predetermined manner for producing a set of processed information; c) transmitting said set of processed information to said second correspondent; and d) said second correspondent applying complimentary operations of each of said selected cryptographic algorithms in accordance with said predetermined manner for deriving information related to said common message from said set of processed information.
- 2. A method as defined in claim 1, wherein a first cryptographic algorithm is applied to said message for producing a first set of processed information and a second cryptographic algorithm is applied to said first set of processed information for producing a second set of processed information, said second set of processed information being transmitted to said second correspondent.
- 3. A method as defined in claim 2 wherein said complimentary operation of said second cryptographic operation is applied to said second set of processed information for reproducing said first set of processed information, and said complimentary operation of said first cryptographic operation is applied to said first set of processed information for deriving said information related to said message.
- 4. A method according to claim 1 wherein said cryptographic algorithms are public key digital signatures and said complimentary apparatus are verification of said signatures.
- 5. A method according to claim 1 wherein the result of said complimentary operations are compared to provide an indication of the authenticity of the message transmitted.
- 6. A method for transporting a key K between at least a first and a second correspondent said method comprising the steps of:
a) selecting key components k1, k2, . . . kn b) applying to each of said key components one of a set of encryption algorithms, A1, A2 . . . An, to provide encrypted key components E1, E2, . . . En c) transmitting said encrypted key components to said other correspondent, d) applying a complimentary decryption algorithm to said encrypted key components to provide a decrypted key component and e) combining said decrypted key components to derive a key K.
- 7. A method as defined in claim 6, wherein said key is derived by said second correspondent by XORing information related to different sections together.
- 8. A method as defined in claim 1, wherein said cryptographic algorithms are hashing functions.
- 9. A method as defined in claim 1 wherein said information related to said message is identically equal to said message.
- 10. A method as defined in claim 1, wherein said information related to said message is a mathematical representation of said message.
Priority Claims (1)
Number |
Date |
Country |
Kind |
2,259,738 |
Jan 1999 |
CA |
|
Continuations (1)
|
Number |
Date |
Country |
Parent |
PCT/CA00/00040 |
Jan 2000 |
US |
Child |
09907935 |
Jul 2001 |
US |