The present invention relates to an encryption method for highest security applications and more specifically to an improved One-Time-Pad encryption method.
The invention of the one-time pad is considered as a combined work of Gilbert Vernam of AT&T and Captain Joseph Mauborgne. In the one-time pad the plaintext to be encrypted is combined with a random key or “pad” that is as long as the plaintext. Each character in the message is combined with one from the (random, secret, and used only once) pad. So the pad must be at least the length of the message.
Theoretically there is no way to decipher the message using brute force attacks without knowing the contents of the pad. For this reason it is very important that the pad be protected (i.e. secret), random (i.e. unpredictable by anyone), and used only once, lest the cipher be easily compromised. The pad is easily determined when both the plaintext and the corresponding ciphertext is known.
There exist some objections against the use of the OTP in modern cryptography. The first one concerns the difficulties for distributing safely the enormous volumes of random data needed and the secure storing of this random data, while the second group of objections concerns the possibility of altering the message during the transmission over unsecured transmission channels (i.e. the public Internet).
The first objections may be overcome by the use of a suitable random number generator, which is adapted to generate high quality random numbers. To solve the second problem, the use of one of the modern message-authentication algorithms seems to be the logical solution. Such a combination would in principle guarantee unbreakable security. However in certain fields of application, especially in applications where a lot of communication messages (like e-banking) use very often the same standard and known small text pieces in all messages, it might be interesting to further enhance the protection conferred by the encryption method.
The invention provideS an improved One-Time-Pad encryption method.
The proposed method for encrypting a message M of IM-bit length, comprises the steps of a) providing a first random bit sequence of IR-bit length, IR≧IM; b) subdividing said message M into unitary message strings of IS-bits, wherein IS≦IM; c) for each unitary message string, executing an XOR-operation of said unitary message string with IS bits of said first random bit sequence for generating an encrypted unitary string; and d) assembling said encrypted unitary strings into a cipher text. According to the invention the assembly of the cipher text is such, that the positions of said encrypted unitary strings in said cipher text are randomly permuted with respect to the positions of the corresponding unitary message strings in said message, the permutation of the positions being based on the first random bit sequence. In other words, the step of assembling said encrypted unitary strings into a cipher text comprises the step of randomly permuting—based on the first random bit sequence—the positions of said encrypted unitary strings in said cipher text with respect to the positions of the corresponding unitary message strings in said message.
In the encrypted message, the unitary strings e.g. the bytes of the original plaintext have changed their position in a random way. This means that even in applications, which require repeated encryption and transmission of the same short standard messages, a possible attacker will be confronted with a bit string appearing as a sequence of random bits.
In a preferred embodiment of the method, the message M comprises a number IP bits of plaintext and a hash value of IH-bit length, said hash value being determined by the bits of said plaintext, wherein IP+IH≦IM. The hash value, which may be generated by any suitable hashing algorithm such as e.g. the MD5 algorithm, enables to authenticate the message at the receiver's side and thus allows to determine, whether the message has been altered during the transmission.
It will be noted, that the message-authentication information is added to the plaintext prior to the encryption and prior to the random permutation of the byte positions. Thus in the resulting encrypted message, even the positions of the message-authentication code (16 byte=128 bit) are unknown, so no attack on this information is possible.
After the first encryption step and the subsequent assembling of the encrypted unitary strings into a cipher text, the resulting cipher text is preferably again encrypted with a different random bit sequence. Hence the method preferably comprises the further steps of providing a second random bit sequence of a length corresponding to the length of the cipher text; and executing an XOR-operation of said cipher text with said second random bit sequence for generating said encrypted message.
It will be noted, that the random bit sequences, which constitute the one-time pad, may be generated by any suitable random number generator, which is adapted to generate high quality random numbers. In a preferred embodiment of the method, the step of providing a first and/or second random bit sequence comprises the steps of
This method for generating the random bit sequence reproduces the outcome of the principle of coin flipping by randomly selecting one bit from a random bit table, which contains an equal number of “0” bits and “1” bits in a random distribution. The random bit sequence to be generated is then assembled bit by bit from the subsequent results of this “coin flipping simulation”.
The address FA of the bit to be selected from the random bit table BFT may be randomly generated by any suitable method, which ensures a high quality randomness of the address within the given range. In order to get well distributed random numbers, the final addresses FA produced also have to be randomly distributed over the whole address space of the Bit-Fishing-Table BFT. Appropriate measures to achieve this goal may comprise the assembly of the FA address from selected bits of a number of basic randomness values in accordance with specific complex final address assembly parameters. The basic randomness values themselves may be randomly generated using feedback modifiers, the latter being influenced by a predetermined number of previously generated bits.
Such a method thus generates very high quality random numbers while still being easily implemented on any standard computer, such as e.g. a simple personal computer.
It will be noted that the method in accordance with the present invention may be easily implemented on any standard personal computer or even on small physical supports such as smart cards or USB tokens with e.g. a 32-bit processor. This will be more apparent from the following description of one specific implementation.
In order to allow not only the secure transmission of files, but also to serve in a full-duplex live communication like e-banking, the proposed method breaks the plaintext message to be encrypted in plaintext blocks having a length of 1000 bytes. Every plaintext block is then transformed into a 1024 bytes long cipher-text block. This cipher-text block contains information about the block-number (of the file or the session), the length of the text stored in the datagram and a message-authentication information. In a possible implementation, the message-authentication information may e.g. be generated by a MD5 type algorithm.
The term “randomly permuted positions” indicates the fact that during the encryption every byte of the original text has changed its position in the cipher text in a random way, i.e. the byte 5 of the first plaintext block may be in the first cipher-text block at position 844, whereas byte 5 of the second plaintext block may be in the second cipher-text block at position 45, and so on.
The motivation to do the encryption this way is based on the fact that a lot of communication messages (like e-banking) use very often the same standard and known small text pieces in all messages. The resulting cipher-text in which each byte has randomly changed its position and in which every bit is twice XOR-ed with different random bits, leaves any possible attacker with a bit string of 8192 perfect random bits.
Even the positions of the message-authentication code (16 byte=128 bit) are unknown, so no attack on this information is possible.
The encryption comprises the following steps:
The decryption on the receiver side reverses the encryption by executing the following steps:
Although the above described method seems to be a lengthy process, one should not forget that computers are in charge of encrypting and decrypting the messages. An Intel® Pentium® IV with EM64T running at 3 GHz is able to process around 6000 blocks/sec, the generation of the random numbers as described above included, giving a throughput of 6 Megabytes/sec.
Of course this method is not the solution for 10 Gigabit/sec links, but the combination of a symmetric encryption like AES combined with the proposed method for the key-exchange will guaranty the same high-security as the use of the so-called quantum cryptography, offering as benefits the low costs and the possibility to easily link long distances, like Europe with Australia.
It will be noted, that small physical supports containing a MPU with protected memory may be easily programmed in pairs with a secret random bit table for the random number generation. Due to the storage in the protected memory, copying during the physical transportation to the distant partner is impossible, thus avoiding the possible source of information leak in case of exchanging the random numbers for a one-time pad by CD or tape. If the above described random number generator is integrated in such an MPU, the generation of new keys to be used in symmetrical encryption applications may be executed as well.
The security of the presently proposed method becomes more evident if we think of small messages for authentication and login for example. As these messages can now always be hidden in 8192 random bits, it becomes impossible for an attacker to cryptanalyse the messages transmitted.
If one uses the above described random number generator, the random bit table named Bit-Fishing-Table (BFT) is the determining element for the randomness of the generated numbers. This means that if one uses this random number generator in crypto applications, the BFT, and not the seed, is the only element to be held secret. Thus one may openly indicate (in the subject of an email or in the synchronization of a full-duplex channel) the seed to use for decrypting. In full duplex the responder may use the first seed plus one in order to avoid the usage of the same random numbers twice.
To extend the usage beyond point-to-point communications, there exist two possibilities. Where appropriate we may create a trusted and secured post-office that shares a different random bit table BFT with every participant. Now every member of the group has the possibility to send and receive secret messages from any other member of the group, as the post-office internally decrypts the received message (with authentication) and sends it after a new encryption with the appropriate BFT to the addressee. This seems to be the best solution for local authorities, bigger corporations and so on.
A different solution for smaller closed groups is to share a common random bit table BFT, but to authorize every encryption unit only to use a restricted number-space of the 264 possible seeds. A first encrypted block of a message encrypted according to the present method should then include the one or more addressees to whom one wants to send the message. The decryption program of the units of other members may then refuse to decrypt the message if its own member-number is not included in the addressee-list of the first block.
Other applications may concern the distribution of secret papers inside an organization, by including a decrypting unit between the computer and the printer, forcing the addressee to use his own smartcard with password-protection to print the document that never shows up in plaintext inside the company IT-network.
In the same way one might organize a trusted company-wide computer-network where all sensitive computers were shielded by an encryption system in accordance with the present invention, allowing nevertheless all internal communication over the Internet. This may apply to lawyer offices, patent attorneys, bankers etc.
Number | Date | Country | Kind |
---|---|---|---|
06112143.0 | Mar 2006 | EP | regional |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/EP2007/053048 | 3/29/2007 | WO | 00 | 9/26/2008 |