Jump to content

Template talk:Infobox encryption method

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Intgr (talk | contribs) at 20:00, 7 September 2006 (<br clear>). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Example usage

AES
The SubBytes step, one of four stages in a round of AES
General
DesignersVincent Rijmen, Joan Daemen
First published1998
Derived fromSquare
SuccessorsCrypton, Anubis, GRAND CRU
Cipher detail
Key sizes128, 192 or 256 bits
Block sizes128 bits
StructureSubstitution-permutation network
Rounds10, 12 or 14 (depending on key size)
Best public cryptanalysis
A related-key attack can break up to 9 rounds of 256-bit AES [...]
{{Infobox block cipher
| name          = AES
| image         = [[Image:AES-SubBytes.svg|280px|center]]
| caption       = The <tt>SubBytes</tt> step, one of four stages in a round of AES
| designers     = [[Vincent Rijmen]], [[Joan Daemen]]
| publish date  = [[1998]]
| derived from  = [[Square (cipher)|Square]]
| derived to    = [[Crypton (cipher)|Crypton]], [[Anubis (cipher)|Anubis]], [[GRAND CRU]]
| key size      = 128, 192 or 256 bits
| block size    = 128 bits
| structure     = [[Substitution-permutation network]]
| rounds        = 10, 12 or 14 (depending on key size)
| cryptanalysis = A [[related-key attack]] can break up to 9 rounds of 256-bit AES [...]
}}