| • Science | • People | • Locations | • Timeline |
Feistel networks were first seen commercially in IBM's Lucifer cipher, designed by Feistel and Don Coppersmith. Feistel networks gained respectability when the US Federal Government adopted the DES (a cipher based on Lucifer, with changes made by the NSA). Like other components of the DES, the iterative nature of the Feistel construction makes implementing the cryptosystem in hardware easier (particularly on the hardware available at the time of DES' design). Things have changed in the decades since as hardware has become more capable.
Feistel networks and similar constructions are product ciphers, and so combine multiple rounds of repeated operations, such as:
to produce a function with large amounts of what Claude Shannon described as " confusion and diffusionIn cryptography, confusion and diffusion are two properties of the operation of a secure cipher which were identified by Shannon in his paper, " Communication Theory of Secrecy Systems" published in 1949. In Shannon's original definitions, confusion refer".
Many modern symmetric block ciphers are based on Feistel networks, and the structure and properties of Feistel ciphers have been extensively explored by cryptographers.
The basic operation is as follows:
Split the plaintext block into two equal pieces, (, )
For each round , compute
where is the round function and is the sub-key.
Then the ciphertext is (, ).
Regardless of the function , decryption is accomplished via
This diagram illustrates both encryption and decryption. Note the reversal of the subkey order for decryption; this is the only difference between encryption and decryption:
Feistel or modified Feistel:
BlowfishIn cryptography, Blowfish is a symmetric key, secret key, block cipher designed in 1993 by Bruce Schneier and is included in a large number of cipher-suites and encryption products. Schneier intended it as a general-purpose algorithm to replace the aging, CamelliaIn cryptography, Camellia is a block cipher that has been evaluated favorably by several organisations, including the European Union's NESSIE project (a selected algorithm), and the Japanese CRYPTREC project (a recommended algorithm). The cipher was devel, CAST-128Three rounds of the CAST-128 block cipher. In cryptography, CAST-128 (alternatively CAST5 is a block cipher used in a number of products, notably as the default cipher in some versions of GPG and PGP. It has also been approved for Canadian government use, DES, FEAL, KASUMI, LOKI97, Lucifer, MAGENTA, MISTY1, RC5, TEA, Triple DES, Twofish, XTEAGeneralised Feistel:
CAST-256, MacGuffin, RC2, RC6, Skipjack