A structured symmetric-key block cipher

Citation
M. Peyravian et D. Coppersmith, A structured symmetric-key block cipher, COMPUT SEC, 18(2), 1999, pp. 134-147
Citations number
12
Categorie Soggetti
Computer Science & Engineering
Journal title
COMPUTERS & SECURITY
ISSN journal
01674048 → ACNP
Volume
18
Issue
2
Year of publication
1999
Pages
134 - 147
Database
ISI
SICI code
0167-4048(1999)18:2<134:ASSBC>2.0.ZU;2-D
Abstract
This paper presents a simple and structured symmetric-key block cipher call ed CHAIN which provides for variation in the block size, the key size, and the number of rounds of ciphering. This cipher performs encryption in three stages: mixing permutation, and key-dependent substitution using the simpl e operations of XOR, table lookup, and substitution. The structure of CHAIN is byte-oriented, however the algorithm is designed in such a way that it can be expressed in a simple 'compact form' for efficient software or hardw are implementation on platforms that support word sizes greater than 8 bits (such as on Intel's Pentium processor). Our C implementation of CHAIN with a 128-bit block size runs at 26 Mbits/Sec on a Pentium Pro 200 Mhz machine which is about 86% faster than RC5. Cryptanalysis of the algorithm indicat es that it is very strong against the known attacks. It reaches the avalanc he effect quite rapidly and provides very good resistance against linear an d differential attacks.