|
IDEA is a block cipher that uses a 128-bit length key to encrypt successive 64-bit blocks of
plaintext. The procedure is quite complicated using sub keys generated from the key to carry out a
series of modular arithmetic and XOR operations on segments of the 64-bit plaintext block. The
encryption scheme uses fifty-two 16-bit sub keys. These are generated from the 128-bit sub key.
|