Square (cipher): Difference between revisions
Jump to navigation
Jump to search
imported>Sandy Harris No edit summary |
imported>Peter Schmitt (subpages template) |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
'''Square''' is a [[block cipher]] designed by [[Joan Daemen]] and [[Vincent Rijmen]], who later designed [[Rijndael]], the winning candidate in the [[AES competition]]. Like AES, Square is a [[Block cipher#SP networks|substitution-permutation network]] operating on 128-bit blocks. It gets it name from the fact that, like AES, for some operations it treats the block as a four-by-four square array of bytes. It uses eight rounds and a 128-bit key. | '''Square''' is a [[block cipher]] designed by [[Joan Daemen]] and [[Vincent Rijmen]], who later designed [[Rijndael]], the winning candidate in the [[AES competition]]. Like AES, Square is a [[Block cipher#SP networks|substitution-permutation network]] operating on 128-bit blocks. It gets it name from the fact that, like AES, for some operations it treats the block as a four-by-four square array of bytes. It uses eight rounds and a 128-bit key. | ||
[[Lars Knudsen]] invented a new attack, called [[integral cryptanalysis]] or the [[square attack]], to break Square. | [[Lars Knudsen]] invented a new attack, called [[integral cryptanalysis]] or the [[square attack]], to break Square. |
Revision as of 18:02, 30 September 2009
Square is a block cipher designed by Joan Daemen and Vincent Rijmen, who later designed Rijndael, the winning candidate in the AES competition. Like AES, Square is a substitution-permutation network operating on 128-bit blocks. It gets it name from the fact that, like AES, for some operations it treats the block as a four-by-four square array of bytes. It uses eight rounds and a 128-bit key.
Lars Knudsen invented a new attack, called integral cryptanalysis or the square attack, to break Square.