Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
MacGuffin (cipher)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Block cipher}} {{No footnotes|date=August 2023}} {{Infobox block cipher | name = MacGuffin | image = [[Image:MacGuffinDiagram.png|center]] | caption = The Feistel function of the MacGuffin cipher | designers = [[Bruce Schneier]], [[Matt Blaze]] | publish date = 1994-12-14 | derived from = [[Data Encryption Standard|DES]] | derived to = | key size = 128 bits | block size = 64 bits | structure = Unbalanced [[Feistel network]] | rounds = 32 | cryptanalysis = }} In [[cryptography]], '''MacGuffin''' is a [[block cipher]] created in 1994 by [[Bruce Schneier]] and [[Matt Blaze]] at a [[Fast Software Encryption|Fast Software Encryption workshop]]. It was intended as a catalyst for analysis of a new cipher structure, known as Generalized Unbalanced [[Feistel cipher|Feistel Networks]] (GUFNs). The [[cryptanalysis]] proceeded very quickly, so quickly that the cipher was broken at the same workshop by [[Vincent Rijmen]] and [[Bart Preneel]]. ==The algorithm== Schneier and Blaze based MacGuffin on [[Data Encryption Standard|DES]], their main change being that the data block is not split into equal halves in the Feistel network. Instead, 48 bits of the 64-bit data block are fed through the round function, whose output is [[XOR]]ed with the other 16 bits of the data block. The algorithm was experimental, intended to explore the security properties of unbalanced Feistel networks. The adjacent diagram shows one round of MacGuffin. The 64-bit data block is broken into four 16-bit words (each represented by one line). The rightmost three are XORed with subkey bits derived from the secret key. They are then fed through eight [[S-box]]es, each of which takes six bits of input and produces two bits of output. The output (a total of 16 bits) is then recombined and XORed with the leftmost word of the data block. The new leftmost block is then rotated into the rightmost position of the resulting data block. The algorithm then continues with more rounds. MacGuffin's [[key schedule]] is a modified version of the encryption algorithm itself. Since MacGuffin is a Feistel network, decryption is easy; simply run the encryption algorithm in reverse. Schneier and Blaze recommended using 32 rounds, and specified MacGuffin with a 128-bit key. ==Cryptanalysis of MacGuffin== At the same workshop where MacGuffin was introduced, Rijmen and Preneel showed that it was vulnerable to [[differential cryptanalysis]]. They showed that 32 rounds of MacGuffin is weaker than 16 rounds of DES, since it took "a few hours" to get good differential characteristics for DES with good starting values, and the same time to get good differential characteristics for MacGuffin with no starting values. They found that it is possible to get the last round key with differential cryptanalysis, and from that reverse the last round; and then repeat the attack for the rest of the rounds. Rijmen and Preneel tried attacking MacGuffin with different S-boxes, taken directly from DES. This version proved to be slightly stronger, but they warn that designing an algorithm to resist only known attacks is generally not a good design principle. ==References== * {{cite conference | author = Bruce Schneier, Matt Blaze | title = The MacGuffin Block Cipher Algorithm | conference = 2nd International Workshop on [[Fast Software Encryption]] (FSE '94) | pages = 97–110 | publisher = [[Springer-Verlag]] | date = December 1994 | location = [[Leuven]] | url = http://www.schneier.com/paper-macguffin.html | format = [[PDF]]/[[PostScript]] | access-date = 2007-08-24 }} * {{cite conference | author = Vincent Rijmen, Bart Preneel | title = Cryptanalysis of McGuffin | conference = FSE '94 | pages = 353–358 | publisher = Springer-Verlag | date = December 1994 | location = Leuven | url = http://citeseer.ist.psu.edu/16346.html | format = PDF/PostScript | access-date = 2007-08-24 }} {{Cryptography navbox | block}} [[Category:Broken block ciphers]] [[Category:1994 introductions]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite conference
(
edit
)
Template:Cryptography navbox
(
edit
)
Template:Infobox block cipher
(
edit
)
Template:No footnotes
(
edit
)
Template:Short description
(
edit
)