Main Page

encyclopedia.codeboy.net

 

International Data Encryption Algorithm

\n\n\nIn cryptography, the International Data Encryption Algorithm (IDEA) is a block cipher designed by Xuejia Lai and James L. Massey of ETH-Zürich and was first described in 1991. It is a minor revision of an earlier cipher, PES (Proposed Encryption Standard); IDEA was originally called IPES (Improved PES). IDEA was used as the symmetric cypher in early versions of the Pretty Good Privacy cryptosystem. IDEA was designed under a research contract with the Hasler Foundation, which became part of Ascom-Tech AG. IDEA is patented (US patent 5,214,703) but is free for non-commercial use. The patents will expire in 20102011.

Table of contents
1 How it works
2 Security
3 References
4 External links

How it works

\nIDEA operates on 64-bit blocks using a 128-bit key, and consists of eight identical transformations (a round, see the illustration) and an output transformation (the half-round). The processes for encryption and decryption are similar. IDEA derives much of its security by interleaving operations from different groupsmodular addition and multiplication, and bitwise eXclusive OR (XOR) — which are algebraically "incompatible" in some sense. In more detail, these operators, which all deal with 16-bit quantities, are:
  • Bitwise eXclusive OR (denoted with a blue '+' in a circle).\n* Addition modulo 216 (denoted with a green '+' in a box). \n* Multiplication modulo 216+1, where the all-zero word (0x0000) is interpreted as 216 (denoted by a red dotted circle).

Security

\nThe designers analysed IDEA to measure its strength against
differential cryptanalysis and concluded that it is immune under certain assumptions. No successful linear or algebraic weaknesses have been reported. Some classes of weak keys have been found — e.g. (Daemen et al, 1994) — but these are of little concern in practice, being so rare as to be unnecessary to avoid explicitly. As of 2004, the best attack which applies to all keys breaks 5 out of 8.5 rounds (Demirci et al, 2003). Bruce Schneier thought highly of IDEA in 1996, writing, "In my opinion, it is the best and most secure block algorithm available to the public at this time." (Applied Cryptography, 2nd ed.) However, by 1999 he was no longer recommending IDEA due to the availability of faster algorithms, some progress in its cryptanalysis, and the issue of patents [1].

References

\n*
J. Daemen, R. Govaerts, and J. Vandewalle, Weak keys for IDEA, Crypto '93. pp224–231.\n* Hüseyin Demirci, Erkan Türe, Ali Aydin Selçuk, A New Meet in the Middle Attack on The IDEA Block Cipher, 10th Annual Workshop on Selected Areas in Cryptography, 2003.\n* X. Lai, J.L. Massey and S. Murphy, Markov ciphers and differential cryptanalysis, Advances in Cryptology — Eurocrypt '91, Springer-Verlag (1992), pp17–38.

External links

\n*
RSA FAQ on Block Ciphers\n* IDEA licensor\n* SCAN entry for IDEA\n* John Savard's description of IDEA Category:Cryptographic algorithms \n\n

"I think it would be a good idea." - Mahatma Gandhi (1869-1948), when asked what he thought of Western civilization