DFC (cipher)
{{Short description|Block cipher}}
{{about|the block cipher||DFC (disambiguation)}}
{{Infobox block cipher
| name = DFC
| designers = Jacques Stern, Serge Vaudenay, et al.
| publish date = 1998
| derived from =
| derived to =
| related to = COCONUT98
| key size = 128, 192, or 256 bits
| block size = 128 bits
| structure = Feistel network
| rounds = 8
| cryptanalysis = Knudsen and Rijmen's differential attack breaks 6 rounds
}}
In cryptography, DFC (Decorrelated Fast Cipher) is a symmetric block cipher which was
created in 1998 by a group of researchers from École Normale Supérieure, CNRS, and France Télécom (including Jacques Stern and Serge Vaudenay) and submitted to the AES competition.
Like other AES candidates, DFC operates on blocks of 128 bits, using a key of 128, 192, or 256 bits. It uses an 8-round Feistel network. The round function uses a single 6×32-bit S-box, as well as an affine transformation mod 264+13. DFC can actually use a key of any size up to 256 bits; the key schedule uses another 4-round Feistel network to generate a 1024-bit "expanded key". The arbitrary constants, including all entries of the S-box, are derived using the binary expansion of e as a source of "nothing up my sleeve numbers".
Soon after DFC's publication, Ian Harvey raised the concern that reduction modulo a 65-bit number was beyond the native capabilities of most platforms, and that careful implementation would be required to protect against side-channel attacks, especially timing attacks. Although DFC was designed using Vaudenay's decorrelation theory to be provably secure against ordinary differential and linear cryptanalysis, in 1999 Lars Knudsen and Vincent Rijmen presented a differential chosen-ciphertext attack that breaks 6 rounds faster than exhaustive search.
In 2000, Vaudenay, et al. presented an updated version of the algorithm, called DFCv2. This variant allows for more choice in the cipher's parameters, and uses a modified key schedule to eliminate certain weak keys discovered by Don Coppersmith.
References
- {{cite journal
| author = H. Gilbert, M. Girault, P. Hoogvorst, F. Noilhan, T. Pornin, G. Poupard, J. Stern, S. Vaudenay
| title = Decorrelated Fast Cipher: an AES candidate
| date = 19 May 1998
| url = http://citeseer.ist.psu.edu/gilbert98decorrelated.html
| format = PDF/PostScript
| access-date = 8 February 2007 }}
- {{cite conference
| first = Ian
| last = Harvey
|date=March 1999
| title = The DFC Cipher: An Attack on Careless Implementations
| conference = Second AES Candidate Conference
| url = http://csrc.nist.gov/archive/aes/round1/conf2/papers/harvey.pdf
| access-date = 21 January 2009
}}
- {{cite conference
| author = Lars Knudsen, Vincent Rijmen
| title = On the Decorrelated Fast Cipher (DFC) and Its Theory
| conference = 6th International Workshop on Fast Software Encryption (FSE '99)
| pages = 81–94
| publisher = Springer-Verlag
|date=March 1999
| location = Rome
| url = http://www.cosic.esat.kuleuven.be/publications/article-367.ps
| format = PostScript
| access-date = 14 February 2007 }}
- {{cite conference
|author1=Louis Granboulan |author2=Phong Q. Nguyen |author3=Fabrice Noilhan |author4=Serge Vaudenay | title = DFCv2
| conference = Selected Areas in Cryptography (SAC 2000)
| pages = 57–71
| publisher = Springer-Verlag
| date = 2000
| location = Waterloo, Ontario
| url = http://citeseer.ist.psu.edu/granboulan00dfcv.html
| format = PDF/PostScript
| access-date = 15 February 2007 }}
External links
- [http://www.users.zetnet.co.uk/hopwood/crypto/scan/cs.html#DFC SCAN's entry for DFC]
{{Cryptography navbox | block}}